Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.54.0
metadata
license: mit
title: SmartVision
sdk: streamlit
emoji: π
colorFrom: blue
colorTo: green
pinned: false
π SmartVision AI
SmartVision AI is a two-in-one computer vision application:
π Object Detection (YOLO)
Detect objects in images or live webcam feed using a YOLOv8 model.π§ Image Classification (VGG16)
Classify uploaded images into 25 classes with a pre-trained VGG16 model.
π Features
- Upload images (JPG, PNG) for detection or classification.
- Live webcam object detection.
- Confidence scores for classification predictions.
- Lightweight and deployable on Hugging Face Spaces.
β‘ Deployment Instructions
Make sure you have the following files in your repository:
app.pyβ Your Streamlit app coderequirements.txtβ All dependencies.streamlit/secrets.tomlβ Hugging Face token (optional for model download)README.mdβ This file
Push the repository to Hugging Face Spaces.
Ensure your
requirements.txtincludes:
streamlit
torch
torchvision
ultralytics
opencv-python
pillow
numpy
matplotlib
scikit-learn
datasets
tqdm
seaborn
av
streamlit_webrtc
huggingface_hub