NumanIbnMazid / audio-to-text

Simple Django Audio to Text Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Guide

setup virtual environment and activate

Install required dependencies

$ pip install -r requirements.txt

Run Migration

$ python manage.py migrate

Run Django Server

$ python manage.py runserver

Access audio to text API url and get result

[Currently supported file formats are: PCM WAV, AIFF/AIFF-C, or Native FLAC]

Access URL http://127.0.0.1:8000/api/audio-to-text/, select the audio file with appropriate format and submit.

Done

About

Simple Django Audio to Text Project


Languages

Language:Python 100.0%