You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains instructions, template source code and examples on how to serve/deploy machine learning models using various frameworks and applications such as Docker, Flask, FastAPI, BentoML, Streamlit, MLflow and even code on how to deploy your machine learning model as an android app.
Aircraft components are susceptible to degradation, which affects directly their reliability and performance. This machine learning project will be directed to provide a framework for predicting the aircraft’s remaining useful life (RUL) based on the entire life cycle data in order to provide the necessary maintenance behavior.
Deploying an end-to-end ml/dl model (for predicting maintaince for aircrafts by using dataset provided by NASA) into cloud server using Flask and Docker with CI/CD pipeline
Implemented a wine quality prediction project using MLOps and MLflow. Utilized the Wine Quality dataset, developed machine learning models, and deployed them on an EC2 instance. This project aimed to gain hands-on experience in MLOps principles and the effective use of MLflow for model tracking and deployment.
An End-to-End production ready application for predicting the quality of wine🍇. Build ML model and deployed using flask 🤖. Used various MLOps tools to smooth the workflow.