text_auth_ai / requirements.txt
satyakimitra's picture
Huggingface configurations updated
4359925
raw
history blame
803 Bytes
# Core Framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
pydantic-settings==2.1.0
python-multipart==0.0.6
# Machine Learning & Transformers
torch==2.1.0
transformers==4.35.2
sentence-transformers==2.2.2
tokenizers==0.15.0
# NLP Libraries
spacy==3.7.2
nltk==3.8.1
textstat==0.7.3
# Scientific Computing
numpy==1.24.3
scipy==1.11.4
scikit-learn==1.3.2
pandas==2.1.3
# Text Processing
python-docx==1.1.0
PyPDF2==3.0.1
pdfplumber==0.10.3
pymupdf==1.23.8
python-magic==0.4.27
# Language Detection
langdetect==1.0.9
# Visualization & Reporting (Light versions)
matplotlib==3.8.2
seaborn==0.13.0
reportlab==4.0.7
# Utilities
python-dotenv==1.0.0
aiofiles==23.2.1
httpx==0.25.2
tenacity==8.2.3
# Logging & Monitoring
loguru==0.7.2
python-json-logger==2.0.7
# Caching
diskcache==5.6.3