Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

pixol20/Determinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Determinator

An undertale-styled inspiring quote generator website that uses LLM.

image

How to install

Currently tested only on windows with Nvidia GPU

You'll need python for this. My version is 3.10.6

  1. Download release or run git clone https://github.com/pixol20/Determinator.git
  2. cd Determinator
  3. python -m venv ./venv
  4. .\venv\Scripts\activate.bat
  5. pip install -r requirements.txt
  6. cd src
  7. Then you'll need to download a model for example from hugging face and place it in models folder.
  8. In model.py file(it's located in Determinator/src) set value of ModelLocation to '../models/"your model folder"'
  9. 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

Features

  • different models support
  • sounds from undertale
  • flexible templates
  • optional logging

Showcase

showcase

Other info

Undertale is a game created by Toby Fox

I used this font

This is cs50 final project

About

An undertale-styled quote generator using LLM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors