Skip to content
/ ai-digits Public

A React/Flask Web Application that implements my custom Neural Network library with the MNIST database to let a user draw a digit on a canvas while the model attempts to guess what digit it is.

Notifications You must be signed in to change notification settings

rNuv/ai-digits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Digits

Description

For my Independent Study - AI Class, I decided to interface with the neural network library I created in Python through a web application. The application lets you draw a digit and feed that to a trained neural network served by a Flask backend. It attempts to classify what digit you drew. The results were... decent😬 .Turns out passing stringified image data to a backend is harder than it looks.

Pictures

AI Digits in light and dark mode.

Technologies


Made with <3 by Arnav, circa 2020

About

A React/Flask Web Application that implements my custom Neural Network library with the MNIST database to let a user draw a digit on a canvas while the model attempts to guess what digit it is.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published