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 : Flask API for Digit Recognizer #4

Closed zishansami102 closed 6 years ago

zishansami102 commented 6 years ago

Description:

An API which receives image as input and gives digit prediction and its probability for that image as output(from functions available in 'convnet.py' file). Use 'app.py' file to start from. [read the README for more details]

phaniavi commented 6 years ago

Hello Sir, I am interested in this part of the project, and would like to contribute.

zishansami102 commented 6 years ago

@phaniavi Great !! Then i am assigning this task to you. You can start working on this(look app.py file for reference). If you have any doubts about anything post it in the google group. And please don't call me sir, as currently i am also a student.

zishansami102 commented 6 years ago

@phaniavi if you have started the work or going to do so then please post about it in the google group so that others can see who is currently working on what!! There may me more than one contributor on this issue or any other.

AdityaSoni19031997 commented 6 years ago

Trying to get this one done.. How to deploy on github/horeku(spelling might be wrong)?

zishansami102 commented 6 years ago

No need to do it. Work is almost done. Just need to update.

AdityaSoni19031997 commented 6 years ago

But still I will try..

zishansami102 commented 6 years ago

Done