awacke1 commited on
Commit
6e96d24
·
verified ·
1 Parent(s): 15206a4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -1
requirements.txt CHANGED
@@ -24,4 +24,42 @@ edge-tts
24
  # 🤖 edge_tts.exceptions.NoAudioReceived - Handles errors when no audio is received during the TTS process.
25
 
26
  pypdf
27
- pytz
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  # 🤖 edge_tts.exceptions.NoAudioReceived - Handles errors when no audio is received during the TTS process.
25
 
26
  pypdf
27
+ pytz
28
+
29
+
30
+ pandas
31
+ torch
32
+ requests
33
+ aiofiles
34
+ pillow
35
+
36
+ # PDF processing
37
+ PyMuPDF
38
+ PyPDF2
39
+
40
+ # Transformers and diffusion models
41
+ transformers
42
+ diffusers
43
+
44
+ # OpenAI integration
45
+ openai
46
+ tiktoken
47
+
48
+ # Audio and video processing
49
+ audio-recorder-streamlit
50
+ opencv-python
51
+ moviepy
52
+
53
+ # Additional utilities
54
+ glob2
55
+ pytz
56
+ beautifulsoup4
57
+ mistune>=3.0.0
58
+ huggingface_hub
59
+ gradio_client
60
+ python-dotenv
61
+ textract
62
+
63
+ torchvision
64
+ verovio
65
+ diffusers