Skip to content

AminNasiri63/SmartClassification-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SmartClassifier – Mobile Image Classification with MobileNet

πŸš€ This Flutter app demonstrates image classification using multiple MobileNet V1 models (0.75_224, 0.5_224, and 0.25_224) directly on your smartphone.


🧠 Overview

MobileNet is a family of efficient convolutional neural networks designed for mobile and embedded vision applications. This app integrates several MobileNet versions to allow:

  • πŸ“· On-device image classification (no internet needed)
  • βš–οΈ Comparison of accuracy vs. speed across MobileNet variants
  • πŸ“± Real-time deep learning optimized for mobile hardware

Whether you're a developer, researcher, or AI enthusiast, this app helps explore lightweight deep learning models in real-world scenarios.


πŸ“¦ APK Download

You can directly install the app by downloading the APK from this repository:

πŸ‘‰ Download SmartClassifier APK

πŸ“Œ Note: The app is currently undergoing review for release on the Google Play Store. Once published, the Play Store link will be added here.


πŸ“Έ Demo Video

AppVideo.mp4

πŸ” Models Used

  • MobileNetV1 0.75_224
  • MobileNetV1 0.5_224
  • MobileNetV1 0.25_224

The MobileNet models used in this app output predictions based on the ImageNet dataset, which includes 1,000 object classes.

These models are optimized for inference on mobile devices and run entirely offline.


πŸ“œ License

MIT License.


🀝 Contributions

Feel free to open issues or pull requests if you’d like to improve this project or add features.

πŸ“¬ For questions or collaboration, contact me at: [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published