Git Product home page Git Product logo

neural-net-digit-converter's Introduction

neural-net-digit-converter

neural network model for converting handwritten digits into numerical counterparts This code can be used in conjunction with "serverless" in order to create an AWS Lambda function to convert a (processed) image of a handwritten digit into its numerical counterpart

Sets up AWS endpoint (using AWS API Gateway) Connects the AWS Lambda function to that endpoint to process data recieved through "params" What the function does:

Takes as an input-param an array of 784 pixel values derived from a pre-processed image (see other repo) Uses trained Neural Network model to predict what number has been drawn

Why I created it: I wanted to create an application that uses a Neural Network to convert a handwritten digit into its numerical counterpart The neural network I created is trained on 60,000 images that are in a 28x28 (784) pixel format and needs input data to be consistent with that

How to use it: Install serverless (a tool for packaging aws functions) Run "serverless create -t aws-python" Run "serverless deploy" Send request to endpoint in form: AWS_ENDPOINT/predict?x=ARRAY_OF_PIXEL_VALUES

Response is a single number representing the predicted digit

neural-net-digit-converter's People

Contributors

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