Train and Deploy your ML and AI Models in the Following Environments:
- Slack: https://joinslack.pipeline.ai
- Email: [email protected]
- Web: https://support.pipeline.ai
- YouTube: https://youtube.pipeline.ai
- Slideshare: https://slideshare.pipeline.ai
- Workshop: https://workshop.pipeline.ai
- Meetup: https://meetup.pipeline.ai
- Webinar: https://webinar.pipeline.ai
- Troubleshooting Guide
Clone MLflow repo at https://github.com/mlflow/mlflow
Install mlflow via pip install mlflow
Python 3.6 (tensorflow is currently unsupported by Python 3.7)
Install tensorflow via pip install tensorflow
Install keras via pip install keras
Install PIL via pip install pillow
mlflow run example/flower_classifier --no-conda
The MLflow Tracking UI will run at http://localhost:5000. Start it with:
mlflow ui
Note: mlflow ui
will not run from within the cloned repo.