Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praneethkarnena/django-audio-transcribing
A simple Django project to demonstrate Google Speech Recognition.
https://github.com/praneethkarnena/django-audio-transcribing
audio audio-processing audio-transcribing celery django django-framework python python3 rabbitmq transcription
Last synced: about 2 months ago
JSON representation
A simple Django project to demonstrate Google Speech Recognition.
- Host: GitHub
- URL: https://github.com/praneethkarnena/django-audio-transcribing
- Owner: PraneethKarnena
- Created: 2019-12-15T20:19:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T22:53:16.000Z (over 2 years ago)
- Last Synced: 2024-04-17T00:59:19.176Z (9 months ago)
- Topics: audio, audio-processing, audio-transcribing, celery, django, django-framework, python, python3, rabbitmq, transcription
- Language: Python
- Homepage:
- Size: 986 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`