Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghosty2004/edenai-speech-recognition
- Owner: ghosty2004
- Created: 2024-03-27T00:24:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T10:47:36.000Z (11 months ago)
- Last Synced: 2025-02-05T07:56:28.848Z (10 days ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`