Currently tested only on windows with Nvidia GPU
You'll need python for this. My version is 3.10.6
- Download release or run
git clone https://github.com/pixol20/Determinator.git cd Determinatorpython -m venv ./venv.\venv\Scripts\activate.batpip install -r requirements.txtcd src- Then you'll need to download a model for example from hugging face and place it in models folder.
- In model.py file(it's located in Determinator/src) set value of ModelLocation to '../models/"your model folder"'
flask run
Your app is ready, but remember. flask run creates a development server. And you should not use it in deployment. Also you must change app.secret_key value
- different models support
- sounds from undertale
- flexible templates
- optional logging
Undertale is a game created by Toby Fox
I used this font
This is cs50 final project

