soja-api / requirements.txt
Ju-Am's picture
Tentando segmentar novamente.
5c69629
raw
history blame contribute delete
434 Bytes
#Núcleo da API
fastapi==0.115.0
uvicorn[standard]==0.30.6
python-multipart==0.0.9
#Deep Learning / Modelos (CPU)
torch==2.2.2+cpu
torchvision==0.17.2+cpu
-f https://download.pytorch.org/whl/torch_stable.html
transformers==4.39.3
#Processamento de imagem
pillow==10.3.0
numpy==1.26.4
#Classificação (ML)
scikit-learn==1.4.2
umap-learn==0.5.6
joblib==1.4.2
#Utilitários gerais
requests==2.32.3
#Segmentação
rembg
onnxruntime