A very basic example on how to deploy your Machine Learning models.
The example uses the Iris Dataset. For deployments Flask and tornado libraries are used.
pip install -r requirements.txt
python train_model.py
python flask_server.py
python tornado_server.py
python main.py