This repo contains the Flask API to expose model and get predictions.
- Model Trainig will happen in server(i.e. where ever training of model is done is refered as server here)
- Model can be saved with .h5, .pkl, .sav
- Hosting the model in server side using Flask Framework
- Now Flask API can be consumend by mobile app.
- Flask code
- Run and check in local
- Create Azure App service
- Run python3 app.py
- Get the execution url from the App service instance and verify it
cd task_6_model_serving/server/src
# Remove __pycache__/ folders from each subdirectory in src.
zip -r task-6-server-api-6bec1bc8ba53ac389e353f7e2d4d5c238d8db359.zip .
- Go to AWS ElasticBeanstalk instance
- Go to
Omdenatealeafqualitypredapi-env-manual
environment - Add following environment vars:
- BUCKET_NAME =
- FLASK_DEBUG = 0
- FLASK_ENV = staging
- Click on
Upload and Deploy
button - Choose zip file created in above process
- Click "Deploy"
Test using ~/api/docs/ url