Skip to content

Add: [AI-ML] Image Classifier using Transfer Learning with MobileNetV2 - #51

Merged
Tejas-Santosh-Nalawade merged 1 commit into
acesdit:mainfrom
vatsalgupta2004:add-aiml-image-classifier
Oct 20, 2025
Merged

Add: [AI-ML] Image Classifier using Transfer Learning with MobileNetV2#51
Tejas-Santosh-Nalawade merged 1 commit into
acesdit:mainfrom
vatsalgupta2004:add-aiml-image-classifier

Conversation

@vatsalgupta2004

Copy link
Copy Markdown
Contributor

Features:

  • Pre-trained MobileNetV2 model with ImageNet weights (1000+ categories)
  • Beautiful Streamlit web interface with responsive design
  • Real-time image classification with top-5 predictions
  • Confidence scores with visual progress bars and color-coded indicators
  • Drag & drop image upload (JPG, PNG, JPEG support)
  • Automatic image preprocessing and normalization
  • Model information display (parameters, layers, inference time)
  • Transfer learning implementation for accurate predictions
  • Lightweight and fast inference (~30-50ms per image)
  • Comprehensive error handling and user feedback
  • Test script included for setup verification

Tech Stack: Python, TensorFlow 2.x, Keras, MobileNetV2, Streamlit, Pillow, NumPy
Use Cases: Object recognition, photo organization, content moderation, educational tool
Categories: Animals, vehicles, food, objects, nature, instruments, sports, and 900+ more
Architecture: MobileNetV2 with Inverted Residuals (3.5M parameters)
Performance: ~71.8% Top-1 and ~90.8% Top-5 accuracy on ImageNet

Contributor: vatsalgupta2004

Features:
- Pre-trained MobileNetV2 model with ImageNet weights (1000+ categories)
- Beautiful Streamlit web interface with responsive design
- Real-time image classification with top-5 predictions
- Confidence scores with visual progress bars and color-coded indicators
- Drag & drop image upload (JPG, PNG, JPEG support)
- Automatic image preprocessing and normalization
- Model information display (parameters, layers, inference time)
- Transfer learning implementation for accurate predictions
- Lightweight and fast inference (~30-50ms per image)
- Comprehensive error handling and user feedback
- Test script included for setup verification

Tech Stack: Python, TensorFlow 2.x, Keras, MobileNetV2, Streamlit, Pillow, NumPy
Use Cases: Object recognition, photo organization, content moderation, educational tool
Categories: Animals, vehicles, food, objects, nature, instruments, sports, and 900+ more
Architecture: MobileNetV2 with Inverted Residuals (3.5M parameters)
Performance: ~71.8% Top-1 and ~90.8% Top-5 accuracy on ImageNet

Contributor: vatsalgupta2004
@vatsalgupta2004

Copy link
Copy Markdown
Contributor Author

hi would appreciate a review on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants