tstone87 commited on
Commit
1209a44
·
verified ·
1 Parent(s): 36fbec5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
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.
 
1
+ streamlit>=1.24.0
2
+ opencv-python-headless>=4.7.0
3
+ pillow>=9.5.0
4
+ ultralytics>=8.0.0
5
+ requests>=2.28.0
6
+ numpy>=1.24.0
7
+ streamlink>=5.0.0