Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`

`python manage.py runserver`

## Demonstration

Django Google Speech Recognition