Yoonc commited on
Commit
494a3f2
·
verified ·
1 Parent(s): de52d28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -18
requirements.txt CHANGED
@@ -1,21 +1,12 @@
1
  # Python Version: 3.9+
2
 
3
- # Core Dependencies
4
  streamlit>=1.28.0
5
- openai>=1.0.0
6
- python-dotenv>=1.0.0
7
-
8
- # Audio Processing
9
- pyaudio>=0.2.14
10
-
11
- # NLP and Sentiment Analysis
12
- transformers>=4.30.0
13
- torch>=2.0.0
14
- accelerate>=0.20.0
15
-
16
- # Data Processing and Visualization
17
- pandas>=2.0.0
18
- plotly>=5.14.0
19
-
20
- # Optional: For better performance
21
- watchdog>=3.0.0
 
1
  # Python Version: 3.9+
2
 
 
3
  streamlit>=1.28.0
4
+ streamlit-webrtc>=0.47.0
5
+ openai
6
+ python-dotenv
7
+ transformers
8
+ torch
9
+ plotly
10
+ pandas
11
+ av
12
+ numpy