Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ghosty2004/edenai-speech-recognition

A simple example of using speech to text with EdenAI
https://github.com/ghosty2004/edenai-speech-recognition

Last synced: 3 days ago
JSON representation

A simple example of using speech to text with EdenAI

Awesome Lists containing this project

README

        

# 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](https://www.edenai.co/) 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`