Spaces:
Running
Running
[project] | |
name = "derm_ai" | |
version = "0.1.0" | |
description = "This is derm_ai backend" | |
authors = [ | |
{ name = "Muhammad Noman", email = "muhammadnoman76@gmail.com" } | |
] | |
dependencies = [ | |
"beautifulsoup4==4.13.4", | |
"fastapi==0.115.12", | |
"google-genai==1.13.0", | |
"huggingface_hub==0.30.2", | |
"langchain_community==0.3.23", | |
"langchain_google_genai==2.1.4", | |
"langchain_qdrant==0.2.0", | |
"langchain_text_splitters==0.3.8", | |
"nltk==3.9.1", | |
"numpy==2.2.4", | |
"pillow==11.2.1", | |
"pydantic[email]==2.11.3", | |
"pymongo==4.12.1", | |
"pypdf==5.4.0", | |
"PyJWT==1.7.1", | |
"python-dotenv==1.1.0", | |
"qdrant_client==1.14.2", | |
"requests==2.32.3", | |
"scikit-learn==1.6.1", | |
"sendgrid==6.11.0", | |
"torch==2.5.1", | |
"torchvision==0.20.1", | |
"transformers==4.51.3", | |
"werkzeug==3.1.3", | |
"yake==0.4.8", | |
"uvicorn==0.34.1", | |
"python-multipart==0.0.20", | |
"g4f==0.5.2.1", | |
"mammoth==1.9.0", | |
"markdownify==1.1.0", | |
"pandas==2.2.3", | |
"pdfminer.six==20250416", | |
"python-pptx==1.0.2", | |
"puremagic==1.28", | |
"charset-normalizer==3.4.1", | |
"pytesseract==0.3.13" | |
] | |
[build-system] | |
requires = ["setuptools>=61.0"] | |
build-backend = "setuptools.build_meta" | |