Pull the repo:
git pull https://github.com/grayzing/the.gitIf you are on a Linux device, you may run this command to install Ollama:
curl -fsSL https://ollama.com/install.sh | shOtherwise, you shall install Ollama on your device according to the instructions: https://ollama.com/download
Then you must pull Gemma 4 from the Ollama repositories. This will take a while, so be patient!:
ollama pull gemma4:e4bThen install the requirements for the server,
cd server
pip install -r requirements.txtIf you are not already in the server directory, cd into it.
cd server
flask --app decider_app run