Skip to content

racciel/rag-based-pdf-explainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG chatbot

This is my RAG project, which helps me read scientific papers by allowing me to ask questions about them. This setup matches resources I have available as I would've used different (stronger) models if I had better specs.

To use it, simply put all your documents inside the documents/ directory and run the programm with the following command:

streamlit run app.py

You first have to install all requirements, of course!


Anyhow, make sure to install torch, torchvision & torchaudio + CUDA (which is compatable with your version of CUDA)

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/<CUDA_VERSION>

Change <CUDA_VERSION> with your version of CUDA. If you don't know your version of CUDA, you can easily check it by:

nvidia-smi

Some requirements are really specific and tied to the specific versions of other packages so that's why there are some restrictions on that.

About

PDF explainer based on RAG using free models - streamlit application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages