Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thirdeyeinfo/multi-pdf-reader
Multiple PDF file reader chat bot
https://github.com/thirdeyeinfo/multi-pdf-reader
chromadb conversationalretrievalchain embeddings html-css-javascript huggingfacehub langchain langchain-chains python sentence-transformers
Last synced: 11 days ago
JSON representation
Multiple PDF file reader chat bot
- Host: GitHub
- URL: https://github.com/thirdeyeinfo/multi-pdf-reader
- Owner: ThirdEyeInfo
- License: mit
- Created: 2024-04-16T16:59:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T11:24:17.000Z (9 months ago)
- Last Synced: 2024-11-10T11:42:09.439Z (2 months ago)
- Topics: chromadb, conversationalretrievalchain, embeddings, html-css-javascript, huggingfacehub, langchain, langchain-chains, python, sentence-transformers
- Language: Python
- Homepage: https://www.youtube.com/watch?v=dXxQ0LR-3Hg
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Step to run Multiple PDF File Reader
- Clone multi-pdf-reader in your local machine
- Download and install Anaconda from https://www.anaconda.com/download
- Type anaconda on windows search and open anaconda command prompt
- Navigate to multi-pdf-reader progect (in step 1) from conda prompt and/by follow below commands
* cd /multi-pdf-reader
* conda create -n multi-pdf-reader python=3.11 -y
* conda activate multi-pdf-reader
* pip install -r requirement.txt
- Create a file with name '.env' in multi-pdf-reader folder
- Add below line in .env file
* HUGGINGFACEHUB_API_TOKEN="Supply your secret token here"
- Run Multiple PDF File Reader with below command
* streamlit run app.py --server.port 8080
- Open http://localhost:8080/ on your favorite browser
* Upload any number of pdf files and ask question related to that
### Note: Additional Information
![Screenshot 2024-05-01 164622](https://github.com/ThirdEyeInfo/multi-pdf-reader/assets/93641638/69012354-014a-4e26-b6e8-e7aff75b443f)