Spam-Detection / requirements.txt
ibraheem15
Add initial implementation of Spam Detection API with Docker support
e7268a9
raw
history blame
218 Bytes
# This line tells pip to look for CPU versions first
--extra-index-url https://download.pytorch.org/whl/cpu
fastapi
uvicorn[standard]
transformers
torch # PyTorch is the framework for this model
pydantic
pytest
httpx