Run the fastapi unicorn server
cd backend
uvicorn main:app --reload --port 6969
Run the streamlit app
cd frontend
streamlit run home.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
10 commits
Python
49.7%
Jupyter Notebook
46.7%
Shell
2.1%
Dockerfile
1.5%
Run the fastapi unicorn server
cd backend
uvicorn main:app --reload --port 6969
Run the streamlit app
cd frontend
streamlit run home.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
10 commits
Python
49.7%
Jupyter Notebook
46.7%
Shell
2.1%
Dockerfile
1.5%