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 🎙️
- Host: GitHub
- URL: https://github.com/ericneves/speechrecognition
- Owner: EricNeves
- License: mit
- Created: 2023-03-05T21:46:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T14:57:39.000Z (over 3 years ago)
- Last Synced: 2025-12-26T17:37:41.142Z (6 months ago)
- Topics: babel, css, html, javascript, nodejs, speech-recognition, webpack
- Language: JavaScript
- Homepage: https://speech-recon.netlify.app/
- Size: 196 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
