Skip to content

VinitGurjar/Chat-with-PDFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PDF-Chat-LLM

Tech-Stack

  • Frontend-ui -- Streamlit
  • Backend -- Langchain framework
  • Embedding Model -- OpenAI Embeddings
  • LLM -- gpt 3.5 turbo

How I Developed this projects locally

Note

Understanding the Development Envoirnment

Create an Virtual environment

I'm using VS code (IDE) for development

  • CD into the Directory you use for projects.
  • Create a new folder(name it) open vs code in it.
  • open terminal.
  • Write the below command for creating an virtual env.
python -m venv project-name
  • Activate the env by writing the following command
 .\PLLM\Scripts\Activate.ps1
  • Create requirements.py file, write the dependencies.

  • Write the following command to install the requirements.

      pip install -r requirements.txt

About

This AI tool helps you to chat with your PDFs just by uploading it in the web interface.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages