Model deployment example using Flask and Render
Live small preview here
For full access, you can run the code on github codespace with the following steps:
- create codna env: conda create -n model_deployment python=3.10.0
- activate env: conda activate model_deployment
- install the following: pip install flask gunicorn pickle-mixin scikit-learn
- run app: python app.py
- deactivate env: conda deactivate
