A simple Django project to demonstrate Audio Transcribing in Python.
- Python 3.7.4
- Django 2.2.8
- Celery 4.3.0
- RabbitMQ 3.8.2
- Pydub 0.23.1
- SpeechRecognition 3.8.1
Make sure the above dependencies are met.
pip install -r requirements.txt
python manage.py runserver