A lightweight console application that lets users ask questions about restaurant reviews using a local LLM powered by Ollama.
The app loads restaurant reviews from a file and uses Ollama to generate natural answers to user questions.
- Ask natural language questions about restaurant reviews.
- Powered by Ollama (runs completely on your local system).
- Simple console interface.
- Easy to extend with different models or datasets.
- Python 3.10+
- Ollama installed and running on your system.
- Dependencies listed in
requirements.txt(install withpip install -r requirements.txt).
- Clone the repository:
git clone https://github.com/thehamzajunaid/restaurant-review-guide.git cd restaurant-review-guide