shubham99bisht / Handwritten-digit-recognition-MNIST

Handwritten Digit Recognition using Convolutional Neural Networks in Python with Keras on live camera
42 stars 19 forks source link

live cam #1

Closed AakashChugh closed 6 years ago

AakashChugh commented 6 years ago

Hi, great work. code worked like a charm. I am new to python and to image recognition could you please help me how to open live cam and test it? Couldn't find it in project wiki page

Thanks

shubham99bisht commented 6 years ago

I will soon update the wiki page and let you know.

If you are looking for learning how to open camera and capture video then try learning opencv library. You may find this tutorial useful: https://pythonprogramming.net/loading-images-python-opencv-tutorial/