Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 418 Bytes

image-classifier-MVP

A simple image classifier as a web app

Summary

  • Implemented a simple machine learning web application (Minimum Viable Product - MVP) using TensorFlow.js.
  • The web app loads and uses a pretrained MobileNet model for classifying images from web images and webcam.
  • The app is customized to classify images into four custom categories.

Remarks

  • The web app works in Safari 12 (MacOS)