Spaces:
Build error
Build error
Commit ·
53289cf
1
Parent(s): ea7abd5
README.md
CHANGED
|
@@ -1,45 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
## Installation
|
| 13 |
-
|
| 14 |
-
1. Clone the repository:
|
| 15 |
-
|
| 16 |
-
```
|
| 17 |
-
git clone https://github.com/your-username/yolov8-streamlit-app.git
|
| 18 |
-
cd yolov8-streamlit-app
|
| 19 |
-
```
|
| 20 |
-
|
| 21 |
-
2. Install the dependencies:
|
| 22 |
-
|
| 23 |
-
```
|
| 24 |
-
pip install -r requirements.txt
|
| 25 |
-
```
|
| 26 |
-
|
| 27 |
-
## Usage
|
| 28 |
-
|
| 29 |
-
1. Download the YOLOv8 model file (`yolov8n.pt`) and place it in the project directory.
|
| 30 |
-
|
| 31 |
-
2. Run the Streamlit app:
|
| 32 |
-
|
| 33 |
-
```
|
| 34 |
-
streamlit run app.py
|
| 35 |
-
```
|
| 36 |
-
|
| 37 |
-
3. Open the app in your web browser using the provided URL.
|
| 38 |
-
|
| 39 |
-
4. Upload a video file or select the "Use webcam" option to start the inference.
|
| 40 |
-
|
| 41 |
-
5. The app will display the inference results on the video frames or webcam feed in real-time.
|
| 42 |
-
|
| 43 |
-
## License
|
| 44 |
-
|
| 45 |
-
This project is licensed under the MIT License.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: My YOLOv8 Inference App
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.0.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|