tstone87 commited on
Commit
87af5fe
·
verified ·
1 Parent(s): 0ba77f1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- streamlit==1.29.0
2
- torch==2.1.0
3
- Pillow==9.4.0
4
- opencv-python-headless==4.8.0.76
5
- ultralytics==8.0.221
 
 
 
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.