All Projects → kittupriyatham → Machine-Learning-Model-Deployment

kittupriyatham / Machine-Learning-Model-Deployment

Licence: other
This is a machine learning model deployment project of Iris classification model in a minimal UI using flask web framework and deployed it in Azure cloud using Azure app service. We initially made this project as a requirement for an internship at Indian Servers. We are now making it open to contribution.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
cython
566 projects
Jupyter Notebook
11667 projects
C++
36643 projects - #6 most used programming language
TeX
3793 projects

Projects that are alternatives of or similar to Machine-Learning-Model-Deployment

next-azure
A Create Next App example repo including a sample Next.js app and Azure DevOps Pipeline for CI/CD to Azure app services.
Stars: ✭ 52 (-25.71%)
Mutual labels:  azure-app-service
Trajectory-Analysis-and-Classification-in-Python-Pandas-and-Scikit-Learn
Formed trajectories of sets of points.Experimented on finding similarities between trajectories based on DTW (Dynamic Time Warping) and LCSS (Longest Common SubSequence) algorithms.Modeled trajectories as strings based on a Grid representation.Benchmarked KNN, Random Forest, Logistic Regression classification algorithms to classify efficiently t…
Stars: ✭ 41 (-41.43%)
Mutual labels:  scikitlearn-machine-learning
azure-developer-college
Repository for the Azure Developer College Workshop
Stars: ✭ 16 (-77.14%)
Mutual labels:  azure-app-service
node-red-azure-webapp
A webapp wrapper for running node-red in an Azure Web App
Stars: ✭ 31 (-55.71%)
Mutual labels:  azure-app-service
TailwindTraders-PointOfSale
Tailwind Traders - Point of Sale Legacy Migration to Microsoft Azure
Stars: ✭ 16 (-77.14%)
Mutual labels:  azure-app-service
azure-appservice-static
Deploy static site to azure AppService.
Stars: ✭ 39 (-44.29%)
Mutual labels:  azure-app-service
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+4122.86%)
Mutual labels:  scikitlearn-machine-learning
node-express-azure
Node & Express Demo App for Azure DevOps
Stars: ✭ 31 (-55.71%)
Mutual labels:  azure-app-service
DeployMachineLearningModels
This Repo Contains Deployment of Machine Learning Models on various cloud services like Azure, Heroku, AWS,GCP etc
Stars: ✭ 14 (-80%)
Mutual labels:  azure-app-service
IISManager
IIS Manager Extension for Azure Web Apps
Stars: ✭ 29 (-58.57%)
Mutual labels:  azure-app-service
support-tickets-classification
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
Stars: ✭ 142 (+102.86%)
Mutual labels:  azure-app-service
Grokking-Machine-Learning
This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
Stars: ✭ 54 (-22.86%)
Mutual labels:  scikitlearn-machine-learning
vuejs-workshop
Repositório responsável pelos workshops de Vue.js com Azure App Service
Stars: ✭ 23 (-67.14%)
Mutual labels:  azure-app-service
azure-vdc
Automated VDC on Azure
Stars: ✭ 16 (-77.14%)
Mutual labels:  azure-app-service
Heart-disease-prediction
No description or website provided.
Stars: ✭ 41 (-41.43%)
Mutual labels:  scikitlearn-machine-learning
AppService
Blog posts from the App Service team
Stars: ✭ 66 (-5.71%)
Mutual labels:  azure-app-service
Word-Embeddings-and-Document-Vectors
An evaluation of word-embeddings for classification
Stars: ✭ 32 (-54.29%)
Mutual labels:  scikitlearn-machine-learning
Uber-Rider-Churn-Analysis
Uber is interested in predicting rider retention. To help explore this question, they have provided a sample dataset of a cohort of users.
Stars: ✭ 20 (-71.43%)
Mutual labels:  scikitlearn-machine-learning
serverless-orleans
A demonstration of local development and debugging + serverless Azure deployment of a Dockerized Orleans application.
Stars: ✭ 21 (-70%)
Mutual labels:  azure-app-service
entref-spring-boot
A RESTful DAL (Database Abstraction Layer) reference implementation written using Spring.
Stars: ✭ 19 (-72.86%)
Mutual labels:  azure-app-service

Machine Learning Model Deployment

Iris Classification

Hello everyone, this is a machine learning model deployment project where we have presented the Iris classification model in an elegant basic minimal ui using flask web framework and deployed it in Azure cloud using Azure app service. We initially made the notebook file, with model code and some data preperations (preprocessing). Then we have took some chunks of code and put the necessary in web project. Then we have deployed it into Azure app service. We initially made this project as a requirement for an internship at Indian Servers. We are now making it open to contribution.

Authors :

Tejaswi Talluru - Machine Learning Model.
Krishna Priyatham Potluri - Flask Web Project and Azure Deployment.  (Myself)

Contributors :

Busam Divya Prakash - Updated UI and added data visualization using tableau 

Step by step guide to run, contribute, test in local machine.

  1. clone this repo into desired location in your system using command:

     git clone https://github.com/kittupriyatham/Machine-Learning-Model-Deployment.git
    
  2. Go to the project folder using command:

     cd Machine-Learning-Model-Deployment
    
  3. Initialize local repository using command:

     git init
    
  4. create a python virtual environment using command:

     python -m venv venv
    
  5. activate the virtual environment using command:

     venv\Scripts\activate
    
  6. Install the project dependancies using command:

    pip install -r requirements.txt
    
  7. launch the flask server using command:

     flask run
    
  8. if above command does not work to initiate app, use the following one:

     python app.py
    

Screenshots of deployed project

V1

image

image

image

V2

image

image

image

image

Credits to Divya Prakash Busam for the changed ui and added data visualization using tableau

Steps to Deploy in Azure App Service

Method 1

Using static deployment:

To be updated soon...

Method 2

Using Dynamic and CI/CD deployment:

To be updated soon...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].