Spaces:
Sleeping
Sleeping
Add metadata and configuration details to README for Line Follower PID app
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Line Follower UI
|
2 |
|
3 |
A real-time line detection application using webcam input, built with Streamlit and OpenCV.
|
|
|
1 |
+
---
|
2 |
+
title: Line Follower PID
|
3 |
+
emoji: 🚁
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.41.1"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
# Line Follower UI
|
15 |
|
16 |
A real-time line detection application using webcam input, built with Streamlit and OpenCV.
|