This project is designed provide most of the core Ollama functionality, but with a more user friendly interface.
This program has only been tested on Linux.
The program assumes that you have ollama installed, as well as a model already pulled. See https://github.com/ollama/ollama for more details
-
Ensure you are inside the project folder
-
Create a virtual environment
python -m venv ./venv/
- Activate the virtual environment
source ./venv/bin/activate
- Install all required packages.
pip install -r requirements.txt
- In a different shell, start ollama. (only required if not already running)
ollama start
or
systemctl start ollama.service
- Finally, start the program
python ./main.py