Spaces:
Sleeping
Sleeping
File size: 1,085 Bytes
cdb7196 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
title: SmartVision AI
emoji: π
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: mit
app_port: 7860
---
# π SmartVision: Advanced Object Detection & Classification
This project is an end-to-end Computer Vision pipeline designed for training and comparing multiple Deep Learning architectures (VGG16, ResNet50, MobileNetV2, EfficientNet) and real-time detection via YOLOv8.
## π Project Features
* **Multi-Model Comparison:** Dynamic leaderboard comparing accuracy and inference latency.
* **YOLOv8 Integration:** Real-time object detection on 25 COCO-subset classes.
* **Automated Pipeline:** Scripts for dataset generation, model training, and evaluation.
## π Directory Structure
* `app.py`: Main Streamlit interface.
* `models/`: Contains the trained `.h5` and `.pt` weights.
* `pages/`: Additional dashboard pages for performance analytics.
* `training/`: Specialized scripts for each architecture.
## π οΈ Local Setup
1. Clone the repository.
2. Install dependencies: `pip install -r requirements.txt`
3. Run the app: `streamlit run app.py` |