Django Speech to text, Chat application

Django app to allow users to convert their speech into text and send that text as a message. This app record blobs in realtime to the server! After every 10 seconds recorded blob is converted into text and send as a message to chat.

Things I code with

npm html5 vue.js Django Flutter JavaScript Mysql postgresql Amazon_AWS Css Sass Styled Components git Heroku Docker angular MongoDB Nodejs Google Cloud Platform TypeScript

Projects We develop

  • Vue JS
  • Nuxt JS
  • Python
  • Django
  • PHP and MYSQL
  • Angular JS
  • React JS
  • AI/ML

Projects with installation support and code explaination for Premium contact phone: +919535688928 gmail: puneethreddy951@gmail.com or visit :Projects Wall

# Commands to Setup the environment and run the server

git clone https://github.com/ehtisham91/Django-Speech-to-text-Chat.git

cd Django-Speech-to-text-Chat

virtualenv venv

source venv/bin/activate

pip install -r requirements.txt

python manage.py runserver

Helpful Link

https://github.com/streamproc/MediaStreamRecorder/blob/master/demos/audio-recorder.html

I used it for recording audio in the browser as uncompressed pcm audio in .wav containers.

login credentials:

username: demo pass : demo@1234