updates readme file
Browse files
README.md
CHANGED
|
@@ -12,3 +12,23 @@ short_description: MUJ_SEM6_Project
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
# Object Detection Using Machine Learning Techniques
|
| 18 |
+
|
| 19 |
+
A Streamlit app for real-time object detection using YOLOv8.
|
| 20 |
+
|
| 21 |
+
## Features:
|
| 22 |
+
- Upload an image and detect objects instantly.
|
| 23 |
+
- Powered by `ultralytics` YOLOv8 model.
|
| 24 |
+
|
| 25 |
+
## Usage:
|
| 26 |
+
Click on \"App\" to try it live.
|
| 27 |
+
|
| 28 |
+
## Libraries:
|
| 29 |
+
- Python
|
| 30 |
+
- Streamlit
|
| 31 |
+
- YOLOv8 (Ultralytics)
|
| 32 |
+
|
| 33 |
+
## Dataset:
|
| 34 |
+
Pre-trained on COCO dataset.
|