Setup env. I hope I covered all.
pip install -r requirements.txtGo in the root dir and run these
Streamlit
streamlit run frontend/streamlit_main.pyFastAPI
uvicorn backend.main:app
MLflow UI
mlflow ui --backend-store-uri sqlite:///db/bakckend.db- Mlflow: http://localhost:5000
- FastApi: http://localhost:8000/docs
- Streamlit: http://localhost:8501/
docker-compose build
docker-compose up- Dockerize
- Testing
- Maybe add celery instead of that background task? (Needs extra configs though)


