Git Product home page Git Product logo

machine-learning-as-a-service's Introduction

Machine Learning As A Service

This will help us in productionized of the Machine Learning model. Also

  • ML Model Design
  • Pickle of ML model (Serialized)
  • Flask Rest Endpoint
  • Containerized the ML Model with Docker
  • Deploy on AWS Beanstalk

Technology Stack

  • Python 3
  • Scikit-Learn
  • Numpy
  • Pandas
  • Flask
  • AWS
  • Docker

Getting Start with the Machine Learning as a service

  • Data Preparation & Cleaning
  • Creating model
  • Analysis of data
  • Correlation
  • missing values
  • Drive Features

Data Preparation & Cleaning

  • Correction
  • Correlation
  • Converting
  • Fixing
  • Classifying

Create a Model

  • Use the Scikit-learn model for training Model and fit and train the model.

Design a ML Pipeline

  • Pipeline make the chains of several step together.
  • Scikit learn have a good class Pipeline this usesfor Creating the Pipeline for data pre-processing and joining all the pipe in serial form.
  • from sklearn.pipeline import make_pipeline .

requirements.txt file

  • Requirements files" are files containing a list of items to be installed using pip install like so
  • pip install -r requirements.txt
  • pip freeze > requirements.txt

Docker Configuration

  • docker build .
  • docker run image
  • docker build -t ml-as-a-service:latest .
  • docker run -d -p 5000:5000 ml-as-a-service
  • docekr ps : check running images

machine-learning-as-a-service's People

Contributors

bharatsdev avatar

Watchers

James Cloos avatar Satish Kotadiya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.