Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
|
| 3 |
-
Pillow
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit # For building the interactive web app interface.
|
| 2 |
+
opencv-python # For video processing and webcam stream handling.
|
| 3 |
+
Pillow # For image handling and manipulation.
|
| 4 |
+
ultralytics # For the YOLO-based wildfire detection.
|
| 5 |
+
requests # For fetching images from an updating URL.
|
| 6 |
+
numpy # For array operations when processing image bytes.
|
| 7 |
+
streamlink # For extracting the actual stream URL from YouTube live streams.
|