kitsakisG/automl-forge
0
๐ธ AutoML Forge - Computer Vision Demo
State-of-the-art image classification with Vision Transformers and CNNs.
๐ฏ Try It Out
- Select a model from the dropdown (MobileNetV3, ResNet18, EfficientNet-B0, or ViT-Base)
- Upload an image (JPG, PNG)
- 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
- GitHub: @kitsakisGk
- LinkedIn: georgios-kitsakis-gr
๐ License
MIT License
