Spaces:
Sleeping
Sleeping
| # Multi-Lingual Product Catalog Translator | |
| # Platform-specific requirements | |
| # Core Python dependencies | |
| fastapi>=0.104.0 | |
| uvicorn[standard]>=0.24.0 | |
| streamlit>=1.28.0 | |
| pydantic>=2.0.0 | |
| # AI/ML dependencies | |
| transformers==4.53.3 | |
| torch>=2.0.0 | |
| sentencepiece==0.1.99 | |
| sacremoses>=0.0.53 | |
| accelerate>=0.20.0 | |
| datasets>=2.14.0 | |
| tokenizers | |
| protobuf==3.20.3 | |
| # Data processing | |
| pandas>=2.0.0 | |
| numpy>=1.24.0 | |
| # Database | |
| sqlite3 # Built into Python | |
| # HTTP requests | |
| requests>=2.31.0 | |
| httpx>=0.25.0 | |
| # Utilities | |
| python-multipart>=0.0.6 | |
| python-dotenv>=1.0.0 | |
| # Development dependencies (optional) | |
| pytest>=7.0.0 | |
| pytest-asyncio>=0.21.0 | |
| black>=23.0.0 | |
| flake8>=6.0.0 | |
| # Platform-specific dependencies | |
| # Uncomment based on your deployment platform | |
| # For GPU support (CUDA) | |
| # torch-audio | |
| # torchaudio | |
| # For Apple Silicon (M1/M2) | |
| # torch-audio --index-url https://download.pytorch.org/whl/cpu | |
| # For production deployments | |
| gunicorn>=21.0.0 | |
| # For monitoring and logging | |
| # prometheus-client>=0.17.0 | |
| # structlog>=23.0.0 | |