Skip to content

centerforaisafety/forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

forecasting

Repo for forecasting. Content will be up during the day on Sept 9th

Basic setup (More Details Coming Soon)

Backend

fill in the .env.local file with the correct information and rename it to .env

# first time setup
pip3 install -r requirements.txt

# run the backend
python3 -m modal serve api.py

Frontend

fill in the .env.local file with the correct information and rename it to .env

# first time setup
npm i

# then
npm run dev