https://github.com/elithecomputerguy/DIY-Ollama-Compare-LLM-Results-Web-App
DIY: Ollama Compare LLM Results Web App (Ollama, Python, Bottle, SQLite)
https://github.com/elithecomputerguy/DIY-Ollama-Compare-LLM-Results-Web-App
Last synced: 4 months ago
JSON representation
DIY: Ollama Compare LLM Results Web App (Ollama, Python, Bottle, SQLite)
- Host: GitHub
- URL: https://github.com/elithecomputerguy/DIY-Ollama-Compare-LLM-Results-Web-App
- Owner: elithecomputerguy
- Created: 2024-04-04T18:16:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T18:27:05.000Z (about 1 year ago)
- Last Synced: 2024-08-14T07:08:01.404Z (8 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - elithecomputerguy/DIY-Ollama-Compare-LLM-Results-Web-App - DIY: Ollama Compare LLM Results Web App (Ollama, Python, Bottle, SQLite) (Python)
README
# DIY-Ollama-Compare-LLM-Results-Web-App
DIY: Ollama Compare LLM Results Web App (Ollama, Python, Bottle, SQLite)This project allows you to use Ollame to compare teh results from different LLM's
llm-compare-bottle.py -- command line script that allows you to ask questions about the info.txt file
llm-compare-bottle.py -- web app version of the script that stores the results into a database
llm-compare-bottle-question.py -- web app that simply allows you to ask random questions of llm's
## YouTube Video
[https://youtu.be/etHl_bEfQ0c
](https://youtu.be/OohNQTLBIt0)## Requirements
Install Ollama - https://ollama.compip3 install ollama
pip3 install bottle
sqlite
## Warning
Make sure Ollama is running on your system before you run your Python script