Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shankhadweep/ollama-pdf-reader
A demo Jupyter Notebook showcasing a simple local RAG (Retrieval Augmented Generation) pipeline to chat with your PDFs.
https://github.com/shankhadweep/ollama-pdf-reader
chromadb jupyter-notebook langchain llama3 mistral ollama ollama-gui python streamlit
Last synced: 29 days ago
JSON representation
A demo Jupyter Notebook showcasing a simple local RAG (Retrieval Augmented Generation) pipeline to chat with your PDFs.
- Host: GitHub
- URL: https://github.com/shankhadweep/ollama-pdf-reader
- Owner: Shankhadweep
- Created: 2024-10-25T05:08:35.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-25T05:19:52.000Z (3 months ago)
- Last Synced: 2024-12-14T09:43:30.791Z (about 1 month ago)
- Topics: chromadb, jupyter-notebook, langchain, llama3, mistral, ollama, ollama-gui, python, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat with PDF locally with Ollama 🚀
This is a demo Jupyter Notebook showcasing a simple local RAG (Retrieval Augmented Generation) pipeline for chatting with PDFs.
## Running the Streamlit application
1. **Clone repo**: Run this in your terminal
```bash
git clone https://github.com/Shankhadweep/Ollam-PDF-Reader.git
```2. **Install Dependencies**: Execute to install dependencies
```bash
pip install -r requirements.txt
```3. **Launch the App**: Run to start the Streamlit interface on `localhost`
```bash
streamlit run streamlit_app.py
```