All Projects → elliebirbeck → model-deployment-flask

elliebirbeck / model-deployment-flask

Licence: other
'Deploying machine learning models with a Flask API' tutorial, written for HyperionDev

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to model-deployment-flask

sklearn-audio-classification
An in-depth analysis of audio classification on the RAVDESS dataset. Feature engineering, hyperparameter optimization, model evaluation, and cross-validation with a variety of ML techniques and MLP
Stars: ✭ 31 (-51.56%)
Mutual labels:  scikit-learn
machine-learning-scripts
Collection of scripts and tools related to machine learning
Stars: ✭ 60 (-6.25%)
Mutual labels:  scikit-learn
handson-ml2
핸즈온 머신러닝 2/E의 주피터 노트북
Stars: ✭ 393 (+514.06%)
Mutual labels:  scikit-learn
scikit-learn
به فارسی، برای مشارکت scikit-learn
Stars: ✭ 19 (-70.31%)
Mutual labels:  scikit-learn
Machine-Learning-in-Python-Workshop
My workshop on machine learning using python language to implement different algorithms
Stars: ✭ 89 (+39.06%)
Mutual labels:  scikit-learn
machine-learning-course
Machine Learning Course @ Santa Clara University
Stars: ✭ 17 (-73.44%)
Mutual labels:  scikit-learn
mash 2016 sklearn intro
Material for the MASH course on introduction to scikit-learn
Stars: ✭ 16 (-75%)
Mutual labels:  scikit-learn
Python-Machine-Learning
Python Machine Learning Algorithms
Stars: ✭ 80 (+25%)
Mutual labels:  scikit-learn
allie
🤖 A machine learning framework for audio, text, image, video, or .CSV files (50+ featurizers and 15+ model trainers).
Stars: ✭ 93 (+45.31%)
Mutual labels:  model-deployment
Python-Machine-Learning-Fundamentals
D-Lab's 6 hour introduction to machine learning in Python. Learn how to perform classification, regression, clustering, and do model selection using scikit-learn and TPOT.
Stars: ✭ 46 (-28.12%)
Mutual labels:  scikit-learn
scikit-activeml
Our package scikit-activeml is a Python library for active learning on top of SciPy and scikit-learn.
Stars: ✭ 46 (-28.12%)
Mutual labels:  scikit-learn
Sklearn-Nature-Inspired-Algorithms
Nature-inspired algorithms for hyper-parameter tuning of Scikit-Learn models.
Stars: ✭ 16 (-75%)
Mutual labels:  scikit-learn
extra keras datasets
📃🎉 Additional datasets for tensorflow.keras
Stars: ✭ 20 (-68.75%)
Mutual labels:  svhn
kdd99-scikit
Solutions to kdd99 dataset with Decision tree and Neural network by scikit-learn
Stars: ✭ 50 (-21.87%)
Mutual labels:  scikit-learn
projection-pursuit
An implementation of multivariate projection pursuit regression and univariate classification
Stars: ✭ 24 (-62.5%)
Mutual labels:  scikit-learn
vector space modelling
NLP in python Vector Space Modelling and document classification NLP
Stars: ✭ 16 (-75%)
Mutual labels:  scikit-learn
textlytics
Text processing library for sentiment analysis and related tasks
Stars: ✭ 25 (-60.94%)
Mutual labels:  scikit-learn
ai-deployment
关注AI模型上线、模型部署
Stars: ✭ 149 (+132.81%)
Mutual labels:  scikit-learn
Machine-Learning
The projects I do in Machine Learning with PyTorch, keras, Tensorflow, scikit learn and Python.
Stars: ✭ 54 (-15.62%)
Mutual labels:  scikit-learn
explainy
explainy is a Python library for generating machine learning model explanations for humans
Stars: ✭ 14 (-78.12%)
Mutual labels:  scikit-learn

Source code for the tutorial 'Deploying a machine learning model with a Flask API' written for HyperionDev.

In this tutorial we take the image classification model built in model.py which recognises Google Street View House Numbers. Using Flask to create an API, we can deploy this model and create a simple web page to load and classify new images.

To run locally:

  • Install pip and Python 3
  • Clone this repository git clone https://github.com/elliebirbeck/model-deployment-flask.git
  • Navigate to the working directory cd model-deployment-flask
  • Install the Python dependencies pip install -r requirements.txt
  • Run the API python api.py
  • Open a web browser and go to http://localhost:8000

screenshot.png

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].