Skip to content

OfficialAbhinavSingh/AI-Image-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 AI Image Classifier

A simple web application built with Streamlit that uses a pre-trained MobileNetV2 model to classify uploaded images.


✨ Live Demo

click here: [https://ai-image-classifier-hrmn99vwpkxgkfjlunsije.streamlit.app/]


📖 About The Project

This project is a web-based image classification tool. You can upload any image (JPG or PNG), and the application will use a deep learning model (MobileNetV2) to predict what's in the image. It displays the top 3 predictions with their confidence scores.

🛠️ Technologies Used

  • Python: The core programming language.
  • Streamlit: For creating the interactive web application.
  • TensorFlow / Keras: For loading and using the pre-trained MobileNetV2 model.
  • OpenCV: For image preprocessing (resizing).
  • Pillow: For handling image files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors