Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 606 Bytes

Django - Audio Transcribing

A simple Django project to demonstrate Audio Transcribing in Python.

Technologies

  • Python 3.7.4
  • Django 2.2.8
  • Celery 4.3.0
  • RabbitMQ 3.8.2
  • Pydub 0.23.1
  • SpeechRecognition 3.8.1

Run

Make sure the above dependencies are met.

pip install -r requirements.txt

python manage.py runserver

Demonstration

Django Google Speech Recognition