ghosty2004 / edenai-speech-recognition

A simple example of using speech to text with EdenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speech Recognition using EdenAI's external API

Just a proof of concept about how you can capture a client microphone audio and use an external API which allow to recognize it into a text.

Usage

  • copy .env.example into .env
  • create an account here and generate an API key
  • complete all environment variables
  • install node dependencies (npm install)
  • start the app using npm start
  • visit http://127.0.0.1:3000

About

A simple example of using speech to text with EdenAI


Languages

Language:JavaScript 88.2%Language:HTML 11.8%