Ali Abdullah commited on
Commit
676cb8a
·
verified ·
1 Parent(s): c6e9026

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -33
requirements.txt CHANGED
@@ -1,41 +1,13 @@
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
18
-
19
- # OCR
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
- # RAG / Web loading
34
  langchain
35
  langchain-community
36
-
37
- # Optional: Markdown in UI
38
- markdown
39
-
40
- # Required for website parsing via LangChain
41
- lxml
 
 
 
 
 
 
1
  gradio==5.34.2
2
+ groq
 
 
 
 
 
 
 
3
  python-docx
 
4
  PyPDF2
 
 
 
5
  pytesseract
6
+ pillow
7
+ pandas
8
  openai-whisper
9
  ffmpeg-python
10
+ python-dotenv
11
+ requests
 
 
 
 
 
 
12
  langchain
13
  langchain-community