-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
60 lines (48 loc) · 1000 Bytes
/
requirements.txt
File metadata and controls
60 lines (48 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Core Dependencies
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6
pydantic==2.5.0
pydantic-settings==2.1.0
# AI/ML Libraries
transformers==4.35.2
sentence-transformers==2.2.2
torch>=2.0.0
spacy==3.7.2
en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl
# PDF Processing
PyPDF2==3.0.1
pdfplumber==0.10.3
python-docx==1.1.0
# NLP & Text Processing
nltk==3.8.1
scikit-learn==1.3.2
numpy==1.24.3
pandas==2.1.3
# Web Interface
gradio==4.8.0
# Data Validation & Serialization
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
# Utilities
python-dotenv==1.0.0
requests==2.31.0
aiofiles==23.2.1
# Monitoring & Logging
loguru==0.7.2
# Visualization
plotly==5.18.0
matplotlib==3.8.2
# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
httpx==0.25.2
# Code Quality
black==23.12.0
flake8==6.1.0
isort==5.13.0
mypy==1.7.1
# HuggingFace
huggingface-hub==0.19.4
datasets==2.15.0