An open API service indexing awesome lists of open source software.

https://github.com/jackkimmins/alpha-class

Convolutional Neural Network for classifying drawn alphanumeric characters using EMNIST/MNIST datasets, with a Vue.js Canvas UI, as a PWA.
https://github.com/jackkimmins/alpha-class

canvas-api emnist mnist neural-network pwa python tensorflow vuejs

Last synced: about 2 months ago
JSON representation

Convolutional Neural Network for classifying drawn alphanumeric characters using EMNIST/MNIST datasets, with a Vue.js Canvas UI, as a PWA.

Awesome Lists containing this project

README

          

![Alpha Class Project Logo](https://raw.githubusercontent.com/jackkimmins/Alpha-Class/main/web/favicons/android-chrome-192x192.png)
# Alphanumeric Character Classifier
A webapp that uses a TensorFlow Convolutional Neural Network (CNN) to classify alphanumeric characters drawn by the user. It combines EMNIST and MNIST datasets for training and utilises Vue.js with the Canvas API.

Demo Site: [https://alpha-class.appserver.uk/](https://alpha-class.appserver.uk/)

## ### Model Architecture

![Model](https://alpha-class.appserver.uk/img/model.png)