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

https://github.com/ericneves/speechrecognition

Speech Recognition with JS 🎙️
https://github.com/ericneves/speechrecognition

babel css html javascript nodejs speech-recognition webpack

Last synced: 2 months ago
JSON representation

Speech Recognition with JS 🎙️

Awesome Lists containing this project

README

          

### Speech Recognition 🎙️

Projeto web de reconhecimento de voz com a API Speech Recognition, o site fora desenvolvido com HTML, CSS, Javascript e ferramentas como Webpack e Babel.

#### Executando ⚙️

```sh
# Website: https://speech-recon.netlify.app/

# Clone
$ git clone https://github.com/EricNeves/speechRecognition.git

# Install Dependencies
$ cd speechRecognition && npm install

# Execute
$ npm start
# Run mode development
$ npm run dev
# Build
$ npm run build
```

#### Ferramentas 🛠

* HTML5
* CSS3
* Javascript
* Speech Recognition
* NodeJS
* Express
* Webpack
* Babel

#### License