Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 393 Bytes

File metadata and controls

19 lines (16 loc) · 393 Bytes

UB Hackathon 2022

Trasnforming your education using state-of-the-art models

image

Python

pip install -r requirements.txt
cd hackathon
python3 manage.py makemigrations
python3 manage.py runserver

Typescript

cd web
npm install
npm run start