| # LISA v3.5 Requirements | |
| # Developed in Kenya, Africa by the LISA Team | |
| # Core ML frameworks | |
| torch>=2.0.0 | |
| torchvision>=0.15.0 | |
| torchaudio>=2.0.0 | |
| # Model serialization and safety | |
| safetensors>=0.4.0 | |
| transformers>=4.36.0 | |
| # Audio processing | |
| soundfile>=0.12.1 | |
| numpy>=1.21.0 | |
| # Image processing | |
| Pillow>=9.0.0 | |
| # API and deployment | |
| fastapi>=0.104.0 | |
| uvicorn>=0.24.0 | |
| python-multipart>=0.0.6 | |
| # Utilities | |
| pydantic>=2.0.0 | |
| requests>=2.31.0 | |
| tqdm>=4.65.0 | |
| # Development and testing | |
| pytest>=7.0.0 | |
| black>=23.0.0 | |
| flake8>=6.0.0 | |
| # Optional: GPU acceleration | |
| # Install based on your CUDA version: | |
| # torch with CUDA 11.8: pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 | |
| # torch with CUDA 12.1: pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 | |
| # Note: This model was proudly developed in Kenya, Africa by the LISA Team | |
| # For support and contributions, please visit our repository | |