Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```