End-to-End Salary Prediction
src
: consists of Python scriptsconfig
: consists of configuration filesdata
: consists of datanotebook
: consists of Jupyter Notebookstests
: consists of test files
- Install Poetry
- Set up the environment:
make setup
make install_all
- To persist the output of Prefect's flow, run
export PREFECT__FLOWS__CHECKPOINTING=true
To run all flows, type:
python src/main.py
To run type:
bentoml serve src/bentoml_run.py:service --reload
streamlit run src/streamlit_app.py