jubjubword Public
| 1 | asgiref==3.8.1 |
| 2 | Django==5.2.1 |
| 3 | django-cors-headers==4.7.0 |
| 4 | djangorestframework==3.16.0 |
| 5 | sqlparse==0.5.3 |
| 6 | whitenoise==6.6.0 |
| 7 | gunicorn==21.2.0 |
| 8 | phonemizer==3.2.1 |
| 9 | pydub==0.25.1 |
| 10 | psycopg2-binary==2.9.9 |
| 11 | dj-database-url==2.1.0 |
| 12 | |
| 13 | # Hybrid Markov-LSTM Models (inference only) |
| 14 | # Pre-trained models are committed to repo, so training is optional |
| 15 | # For local training, see: python manage.py train_hybrid_models --help |
| 16 | torch==2.4.1 |
| 17 | numpy==1.26.4 |
| 18 | tqdm==4.66.1 |