An open API service indexing awesome lists of open source software.

https://github.com/sayanmondal31/simple-image-classifier

We'll use a module called a "K-Nearest Neighbors Classifier", which effectively lets us put webcam images (actually, their MobileNet activations) into different categories (or "classes"), and when the user asks to make a prediction we simply choose the class that has the most similar activation to the one we are making a prediction for.
https://github.com/sayanmondal31/simple-image-classifier

image-classifier machine-learning webcam-images

Last synced: about 1 month ago
JSON representation

We'll use a module called a "K-Nearest Neighbors Classifier", which effectively lets us put webcam images (actually, their MobileNet activations) into different categories (or "classes"), and when the user asks to make a prediction we simply choose the class that has the most similar activation to the one we are making a prediction for.

Awesome Lists containing this project