Giter Club home page Giter Club logo

mpavlovic / serverless-machine-learning Goto Github PK

View Code? Open in Web Editor NEW
32.0 1.0 38.0 6.13 MB

Examples of deploying scikit, spaCy and Keras (TensorFlow) machine learning models to AWS Lambda with Serverless framework and Python 3.

Home Page: https://www.udemy.com/course/deploy-serverless-machine-learning-models-to-aws-lambda/?referralCode=8A55D2DA2057F86990DF

Python 99.55% Jupyter Notebook 0.32% CSS 0.02% HTML 0.03% JavaScript 0.09%
machine-learning aws-lambda serverless-framework deployment scikit-learn spacy keras tensorflow python-3 deep-learning

serverless-machine-learning's Introduction

serverless-machine-learning

Examples of deploying machine learning models to AWS Lambda with Serverless framework and Python 3. This repository is a code base for the online course available on the address above.

Contents

hello-world

Hello World example of creating a project with Serverless and deploying to AWS Lambda in Python.

scikit-example

An example of Serverless project which contains machine learning regression model from scikit-learn trained on California housing dataset.

spacy-example

An example of Serverless project which uses a small English model from spaCy NLP framework to create an AWS Lambda endpoint for named entity recognition. NOTE: .requirements.zip file created with serverless-python-requirements is omitted due to its size.

spacy-assignment

An example of Serverless project which uses a small English model from spaCy NLP framework to create an AWS Lambda endpoint for parts of speech tagging and dependency parsing. NOTE: .requirements.zip file created with serverless-python-requirements is omitted due to its size.

keras-example

An example of Serverless project which uses ResNet50 computer vision deep learning model from Keras framework to create an AWS Lambda endpoint for image recognition. The example requires two S3 buckets (one for model storage and other for image uploads) and optional AWS Identity Pool configuration. In tensorflow and PIL folders .so files are omitted due to their size. You should replace those folders with complete tensorflow and PIL installations.

keras-assignment

An example very similar to above keras-example, but uses InceptionV3 model instead of ResNet50.

web-gui-code

Contains a web page for sending requests to endpoints created with above examples. You have to create your own endpoints and add their URLs and other credentials to js/app.js file.

serverless-machine-learning's People

Contributors

mpavlovic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.