kakumusic's picture
Upload folder using huggingface_hub
b225a21 verified
raw
history blame
No virus
274 Bytes
# poetry install
# poetry shell
# cp .env.example .env
# fill out OpenAI Key
# git submodule update --init --remote --recursive
# cd backend
# pip install -r requirement.txt
# uvicorn main:app --reload
# cd ..
# cd frontend
# npm install
# npm run dev
# localhost:3000