DEV Community

Cover image for How to perfectly use Deepgram in React-JS? 😲
Jackson Kasi
Jackson Kasi

Posted on • Updated on

How to perfectly use Deepgram in React-JS? 😲

Simple speech recognition AI with Deepgram in React-JS 😁


Overview of My Submission: πŸ‘€

React developers' contribution to the Deepgram hackathon was minimal, so I created this.

Also in a lot of projects, does not handle browser audio properly. i.e. once the mic recording is turned on and then I can't turn off it.

I am not criticizing anyone for any project, I just say it could probably help others.
please forgive me if I offended you.

I hope this simple project of mine will help.

I would be very happy if anyone found this project helpful :)


Submission Category: 🎊

Wacky Wildcards


GitHub πŸ‘¨β€πŸ’»

Simple AI Speech Recognition with Deepgram on React-JS πŸ±β€πŸ’»

img

Deployment commands πŸ”§

Create a new directory, navigate to that directory in a terminal and clone the GitHub repository

git clone https://github.com/jacksonkasi0/simple-speech-recognition-with-deepgram-in-reactjs.git
Enter fullscreen mode Exit fullscreen mode

Change directory to the pattern directory:

cd simple-speech-recognition-with-deepgram-in-reactjs
Enter fullscreen mode Exit fullscreen mode

From the command line, you should Enter:

npm install 
Enter fullscreen mode Exit fullscreen mode

Past your Deepgram secret key on .env

REACT_APP_DEEPGRAM_KEY=< secret-key >

npm start
Enter fullscreen mode Exit fullscreen mode

happy coding πŸ€—πŸŽ‰


Web link πŸ”—:

https://ai-speech-recognition.netlify.app

Read more πŸ“–:

https://dev.to/jacksonkasi

About this application 🧐:

https://dev.to/jacksonkasi/how-to-perfectly-use-deepgram-in-react-js-1cef

Some life saving info πŸ€”πŸ’­:




Additional Resources / Info πŸ“–

Top comments (0)