Spaces:
Running
Running
David Ko
commited on
Commit
·
a221bc1
1
Parent(s):
bd99505
Add Spaces YAML front matter (sdk: docker)
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Vision Web App - Object Detection Demo
|
2 |
|
3 |
A multi-model object detection and image classification demo using YOLOv8, DETR, and ViT models. This project is designed to showcase different computer vision models for a hiring demonstration.
|
|
|
1 |
+
---
|
2 |
+
title: Vision Web App
|
3 |
+
emoji: 📷
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
---
|
9 |
+
|
10 |
# Vision Web App - Object Detection Demo
|
11 |
|
12 |
A multi-model object detection and image classification demo using YOLOv8, DETR, and ViT models. This project is designed to showcase different computer vision models for a hiring demonstration.
|