https://github.com/hamzaerbay/ibm-watson-api-speech-to-text
speech experiment with watson api
https://github.com/hamzaerbay/ibm-watson-api-speech-to-text
reactjs speech-recognition watson-speech
Last synced: 3 months ago
JSON representation
speech experiment with watson api
- Host: GitHub
- URL: https://github.com/hamzaerbay/ibm-watson-api-speech-to-text
- Owner: hamzaerbay
- License: mit
- Created: 2018-03-11T21:22:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T08:05:24.000Z (about 7 years ago)
- Last Synced: 2024-12-31T09:17:50.927Z (5 months ago)
- Topics: reactjs, speech-recognition, watson-speech
- Language: JavaScript
- Homepage: https://hamzaerbay.github.io/ibm-watson-api-speech-to-text/
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo
https://hamzaerbay.github.io/ibm-watson-api-speech-to-text/# React Starter Kit
Easy to use configurable starter kit for small sized projects.## What's it all about?
Built from scratch and added the base component and lint rules for the beautiful codebase. Using a lightweight CSS framework that [Bulma.io](https://github.com/jgthms/bulma).Base lint rules added for code quality. StyleLint rules extended [styleLint](https://stylelint.io/) and esLint rules extended [Airbnb](https://github.com/airbnb/javascript).
Containing my [vsCode](https://code.visualstudio.com/) editor settings.
## Getting started
### Clone
```
$ git clone https://github.com/hamzaerbay/react-starter-kit.git
$ cd
```### Install dependencies
```
npm install / yarn install
```
### Build with webpack dev server
Deploying for local usage if you don't want use webpack dev server run `npm/yarn run dev`.
```
npm run dev-server / yarn run dev-server
```
### Run node server.js
Before start create a credential and define into the src/js/server.js `line 42 - 43`
https://console.bluemix.net/docs/services/speech-to-text/getting-started.html#gettingStarted
Then run node server for speech api communication
```
node src/js/server.js
```
visit the http://localhost:8080/
### Build for production
Deploying everything for production.
```
npm run prod / yarn run prod
```
### Testing
Installed JEST testing framework
You can find further information on this [doc](https://facebook.github.io/jest/) also there is a [cheatsheet](https://github.com/sapegin/jest-cheat-sheet)
```
npm run test / yarn run test
```
## How can I support?
- Star our GitHub repo ⭐️
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧