To run locally, install Ollama, and run "ollama run deepseek-r1:7b"
- Create a virtual environment in the project's directory with "python -m venv venv"
- Activate the virtual environment with "venv\Scripts\activate"
- Install requirements with "pip install -r requirements.txt"
- Run the app with "run.py"
- Go to localhost:5000 in browser