This is a voice assistant using google speech to text and useReducer. in this project you'll learn :
- useEffect
- Axios
- useReducer
- using speech to text
- dispaching actions
- complex Ui Concept
git clone https://github.com/akshatkumawat/speechtotext.git
requires React Native cli to run.
Install the dependencies and devDependencies and start the server.
$ cd [project-folder]
$ npm install
$ npm start
Instructions on how to use them in your own application are linked below.
platform | Link |
---|---|
Snack | [https://snack.expo.io/@xavier_akki/speechtotext] |