Skip to content

TheRealCasmat/Image-Identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Image Identifier

About

Image Identifier is a site that can take image input using the Filepond library to predict the class the image belongs to using AI. This process is done all in your browser using TensorFlow.js, where the model uses MobileNetV3 as its base for feature extraction, with a custom head trained on the Caltech 256 dataset for classification. The UI was made using React/Tailwind/DaisyUI.