Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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