Ali Abdullah commited on
Commit
62fbcde
·
verified ·
1 Parent(s): 7d8c76e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -14
requirements.txt CHANGED
@@ -1,14 +1,17 @@
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
@@ -17,22 +20,15 @@ PyPDF2
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
- # Others
38
- markdown
 
1
+ # Core frameworks
2
  fastapi
3
  uvicorn
4
+
5
+ # Gradio frontend
6
  gradio==5.34.2
7
 
8
+ # Env + HTTP utils
9
  python-dotenv
10
  pydantic
11
  requests
12
+ beautifulsoup4
13
 
14
+ # File parsing
15
  python-docx
16
  pandas
17
  PyPDF2
 
20
  pillow
21
  pytesseract
22
 
23
+ # Whisper audio transcription
24
  openai-whisper
25
  ffmpeg-python
26
 
27
  # Groq API
28
  groq
29
 
30
+ # Directory/file upload in FastAPI
 
 
 
 
31
  aiofiles
32
 
33
+ # Optional: Markdown in UI
34
+ markdown