fanurs commited on
Commit
bc9ab84
β€’
1 Parent(s): 22995b4

Try deploy

Browse files
Files changed (2) hide show
  1. README.md +13 -13
  2. requirements.txt +1 -9
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Safety Cam
2
  Safety Cam is a project developed by the Artificial Intelligence Club (AI Club) at Michigan State University (MSU). The goal of this project is to develop a camera capable of detecting dangers using camera visuals and sound detection.
3
 
@@ -59,16 +72,3 @@ pip install -e .
59
  ## License
60
  The Safety Cam project is licensed under the MIT License.
61
  See the [LICENSE](LICENSE) file for more information.
62
-
63
- ---
64
- title: Msu Ai Safety Cam
65
- emoji: πŸ“‰
66
- colorFrom: yellow
67
- colorTo: gray
68
- python_version: 3.10.6
69
- sdk: streamlit
70
- sdk_version: 1.17.0
71
- app_file: app.py
72
- pinned: false
73
- license: mit
74
- ---
 
1
+ ---
2
+ title: Msu Ai Safety Cam
3
+ emoji: πŸ“‰
4
+ colorFrom: yellow
5
+ colorTo: gray
6
+ python_version: 3.10.6
7
+ sdk: streamlit
8
+ sdk_version: 1.17.0
9
+ app_file: app.py
10
+ pinned: false
11
+ license: mit
12
+ ---
13
+
14
  # Safety Cam
15
  Safety Cam is a project developed by the Artificial Intelligence Club (AI Club) at Michigan State University (MSU). The goal of this project is to develop a camera capable of detecting dangers using camera visuals and sound detection.
16
 
 
72
  ## License
73
  The Safety Cam project is licensed under the MIT License.
74
  See the [LICENSE](LICENSE) file for more information.
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt CHANGED
@@ -1,12 +1,4 @@
1
- ipykernel>=6.21.3,<=6.22
2
  numpy>=1.24.2,<=1.25
3
- pandas>=1.5.3,<=1.6
4
- pydub>=0.25.1,<=0.26
5
- SpeechRecognition>=3.10.0,<=3.11
6
- streamlit>=1.20.0,<=1.21
7
  streamlit-webrtc>=0.45.0,<=0.46
8
  opencv-python>=4.7.0.72,<=4.8
9
- deepface>=0.0.79,<=0.1
10
- nltk>=3.8.1,<=3.9
11
- textblob>=0.17.1,<=0.18
12
- vaderSentiment>=3.3.2,<=3.4
 
 
1
  numpy>=1.24.2,<=1.25
2
+ streamlit==1.19.x
 
 
 
3
  streamlit-webrtc>=0.45.0,<=0.46
4
  opencv-python>=4.7.0.72,<=4.8