- Python 3.11+
- Ollama installed on your pc (download here: https://ollama.com/)
- Create a virtual environment
python -m venv venv
- Activate the virtual environment
venv\Scripts\Activate
- Install libraries
pip install -r requirements.txt
streamlit run chatbot_ollama.py
- Hugging face login
huggingface-cli login - run on cmd