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.
AI Digits in light and dark mode.
- my neural network package (https://github.com/rNuv/Artificial-Neural-Network)
- react-canvas-draw (https://www.npmjs.com/package/react-canvas-draw)
Made with <3 by Arnav, circa 2020