Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 381 Bytes

Image Classification with TensorFlow.js

This web application allows users to upload an image, and it uses TensorFlow.js and MobileNet to classify the contents of the image.

Features

  • Image classification using TensorFlow.js and MobileNet.
  • Displays the highest probability prediction for the uploaded image.
  • User-friendly web interface with image upload functionality.