Skip to content

A CNN based digit recognizer which takes input as canvas drawing using React and processes it on server-side using a Keras's CNN model.

Notifications You must be signed in to change notification settings

abecus/Django-React-Digit-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-React-Digit-Recognizer

A CNN based digit recognizer which takes input as canvas drawing using React and process it on server-side using Django Rest-Framework

A snapshot of app:

screen-shot

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.\

Using

  • Clone the repo and go to the directory

  • run python manage.py runserver to run the django server.

  • run npm install && npm run build to install the required packges and build the project and thats it. open the link shown in terminal and play with the AI.

About

A CNN based digit recognizer which takes input as canvas drawing using React and processes it on server-side using a Keras's CNN model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published