| # PERI BERT Classifier - HuggingFace Space Requirements | |
| # Python 3.10+ | |
| # FastAPI y servidor | |
| fastapi==0.110.0 | |
| uvicorn[standard]==0.27.0 | |
| pydantic==2.6.1 | |
| # Deep Learning | |
| torch==2.2.0 | |
| transformers==4.38.0 | |
| # Utilidades | |
| numpy==1.26.3 | |
| python-multipart==0.0.9 | |