- python version :
3.11
- create virtual env :
python -m venv myenv
- environment :
myenv\Scripts\activate
- install dependencies :
pip install -r requirements.txt
- start application :
flask --app service.py run
- parent route :
http://127.0.0.1:5000/
- route predicion :
http://127.0.0.1:5000/predictions
- parentlink :
http://127.0.0.1:5000/predict