This is a project I'm doing because I just want a lightweight GUI for Ollama. I just don't want to use the Ollama in the terminal. Pls don't hate me. Mainly running it on my Raspberry Pi
This is using PySide6 as the base for the GUI using Python.
In this project I'm using python == 3.11
This is very simple to setup, just download Ollama, it and ollama serve.
After that we can run the Python application.
- Make virtual enviroment:
python3.11 -m venv venv- Install dependencies:
pip install -r requirements.txt - Run it:
python app.py