Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrikmasiar/speechtotextapp
React-native application which convert speech to text using library react-native-voice
https://github.com/patrikmasiar/speechtotextapp
neumorphic-ui react-native speech speech-recognition speech-to-text
Last synced: 4 days ago
JSON representation
React-native application which convert speech to text using library react-native-voice
- Host: GitHub
- URL: https://github.com/patrikmasiar/speechtotextapp
- Owner: patrikmasiar
- Created: 2020-02-17T12:29:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:30:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T19:44:59.878Z (6 months ago)
- Topics: neumorphic-ui, react-native, speech, speech-recognition, speech-to-text
- Language: Objective-C
- Size: 4.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpeechToTextApp - Speech convert to text via mobile app
SpeechToTextApp is testing app using [**react-native-voice**](https://github.com/react-native-community/voice) library to record and convert speech to text.
App is using functional components and react hooks.
Application interface is designed as [Neumorphism desing](https://neumorphism.io/) using [neumorphism-ui](https://github.com/usamamoinakhter/Neumorphism-ui)## Getting Started
### Settings
All settings and installing dependencies are on [Getting Started guide](https://facebook.github.io/react-native/docs/getting-started.html) for React Native.### Installation
1. clone this repository
2. run `$ npm i`### Developement
1. Run developement server `$ npm start`
2. Build
- run for Android `$ react-native run-android`
- run for iOS `$ react-native run-ios` or run via xCode