awacke1 commited on
Commit
04403d8
ยท
verified ยท
1 Parent(s): 29c477e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  streamlit # ๐ŸŒŸ The shiny star of our web app galaxy!
2
  pandas # ๐Ÿผ Data-wrangling panda for our file history circus!
3
- opencv-python # ๐Ÿ“ธ Snap-happy king of camera wizardry!
4
  pillow # ๐Ÿ–ผ๏ธ Pixel-pushing pillow for image fluffing!
5
- streamlit-camera-input-live
 
 
1
  streamlit # ๐ŸŒŸ The shiny star of our web app galaxy!
2
  pandas # ๐Ÿผ Data-wrangling panda for our file history circus!
 
3
  pillow # ๐Ÿ–ผ๏ธ Pixel-pushing pillow for image fluffing!
4
+ imutils # ๐Ÿ“ธ Lightweight video stream wizard for live capture!
5
+ opencv-python # ๐Ÿ“ธ Snap-happy king of camera wizardry (imutils dependency)!