mirror of
https://github.com/chyok/ollama-gui.git
synced 2024-11-25 16:32:47 +08:00
A single-file tkinter-based Ollama GUI project with no external dependencies.
.github/workflows | ||
.gitignore | ||
LICENSE | ||
ollama_gui.py | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
Ollama-GUI
A very simple ollama GUI, implemented using the built-in Python Tkinter library, with no additional dependencies. Provide you with the simplest possible visual Ollama interface.
- one file project.
- no external dependencies.
Before Start
We need to set up llama service first.
Please refer to: Ollama
Run
Choose any way you like:
source code
python ollama_gui.py
using pip
pip install ollama-gui
ollama-gui
binary file
Platform | Download Link |
---|---|
Windows | Download |
License
This project is licensed under the MIT License.