CoolFace
Apppublic

kitsakisG/automl-forge

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes
App README

๐Ÿ“ธ AutoML Forge - Computer Vision Demo

State-of-the-art image classification with Vision Transformers and CNNs.

๐ŸŽฏ Try It Out

  1. 1.Select a model from the dropdown (MobileNetV3, ResNet18, EfficientNet-B0, or ViT-Base)
  2. 2.Upload an image (JPG, PNG)
  3. 3.Click Predict to get top-5 predictions with confidence scores

๐Ÿค– Models Available

  • โ€”MobileNetV3: Fast, mobile-optimized (5.4M parameters)
  • โ€”ResNet18: Lightweight CNN (11.7M parameters)
  • โ€”EfficientNet-B0: Balanced speed/accuracy (5.3M parameters)
  • โ€”ViT-Base: State-of-the-art Vision Transformer (86M parameters)

All models are pre-trained on ImageNet (1.2M images, 1000 classes).

๐Ÿš€ Full Platform

This is a simplified demo. The full AutoML Forge platform includes:

  • โ€”โœ… Custom Training: Train on your own datasets
  • โ€”โœ… AutoML: Automatic model selection and comparison
  • โ€”โœ… Grad-CAM: Model interpretability with heatmaps
  • โ€”โœ… Confusion Matrix: Per-class performance metrics
  • โ€”โœ… Model Export: Download trained models (.pth)
  • โ€”โœ… MLflow Tracking: Experiment versioning
  • โ€”โœ… Tabular ML: Support for CSV/Excel data (6 models)
  • โ€”โœ… Bilingual: English/German interface

GitHub Repository: kitsakisGk/AutoML-Forge

๐Ÿ‘ค Author

Kitsakis Giorgos

๐Ÿ“„ License

MIT License