zishansami102 / CNN-from-Scratch

A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset
http://cnndigits.pythonanywhere.com/
GNU General Public License v3.0
271 stars 79 forks source link

Add : A Front-End(html & css) file with basic structure #3

Closed zishansami102 closed 6 years ago

zishansami102 commented 6 years ago

Description:

Add front-end files(html & css) with a very basic structure of the digit recognition app(explained in README) from where the development can start.

zishansami102 commented 6 years ago

Done by @aashish-ak