Skip to content

kry0sc0pic/buildspace-sorting-hat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildspace house sorter

(unofficial) house sorter for buildspace powered by gpt3

FastAPI Flutter


Demo

house sorter demo

future

  • better questions & more detailed house descriptions for gpt3

setup

1) setup virtual environment

virtualenv venv

2) install dependencies

pip install -r requirements.txt

3) configure openai api key

  • create .env file
  • add a new variable OPENAI_API_KEY and add in your api key
OPENAI_API_KEY="sk-Ac....G0U"

4) uncomment line 4 and line 10 in main.py

5) start server

python main.py

open http://localhost:8000/ in your browser

frontend source

license

GNU AGPLv3