Skip to content

NicoLadendorf/BiModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BiModel

This repo contains:

  • backend/ Flask + SQLite (local SQL) + OpenAI (ontology-backed generation + save)
  • frontend/ React + Vite (generate -> review/edit -> save)

Quickstart

1) Backend

cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt # I think there is some finnicky stuff you might need to upgrade openai or smth
cp .env.example .env
# Edit .env and set OPENAI_API_KEY (SQLite DB path is set by DATABASE_URL)
python app.py

2) Frontend

should just be
npm install
npm run dev

Open: http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors