Skip to content

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

Notifications You must be signed in to change notification settings

VinitGurjar/Chat-with-PDFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages