gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
576 stars 174 forks source link

Added an openCV project: Live Sketching Using Webcam #91

Open pragyakapoor opened 3 years ago

pragyakapoor commented 3 years ago

This is an openCV project for beginners to give them a basic idea about using it.

Reference Issues/PRs

What does this implement/fix? Explain your changes.

Any other comments?

gimseng commented 3 years ago

Thanks @pragyakapoor ! I'll review it when I have time later this week.

gimseng commented 3 years ago

Related to #42.

gimseng commented 3 years ago

@pragyakapoor I tried to run your codes in google colab, but got an error. My webcam didn't do anything. Is there another code/setting that we need to do to let colab/jupyter interact with our webcam?

Btw, could you structure the folder according to the contributing guidelines and other existing projects? Thanks !