Ali Abdullah commited on
Commit
014e0ec
·
verified ·
1 Parent(s): b35cb4f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +38 -0
requirements.txt ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Frameworks
2
+ fastapi
3
+ uvicorn
4
+ gradio==5.34.2
5
+
6
+ # Environment and Utilities
7
+ python-dotenv
8
+ pydantic
9
+ requests
10
+
11
+ # File handling
12
+ python-docx
13
+ pandas
14
+ PyPDF2
15
+
16
+ # OCR
17
+ pillow
18
+ pytesseract
19
+
20
+ # Audio transcription
21
+ openai-whisper
22
+ ffmpeg-python
23
+
24
+ # Groq API
25
+ groq
26
+
27
+ # Web scraping / loading
28
+ langchain
29
+ langchain-community
30
+
31
+ # Optional: for local uploads (if needed)
32
+ aiofiles
33
+
34
+ # Hugging Face helpers
35
+ huggingface-hub
36
+
37
+ # Other
38
+ markdown