https://github.com/teamstarter/google-speech-to-text-visualizer
A simple tool to transform transcripts to human readable text.
https://github.com/teamstarter/google-speech-to-text-visualizer
Last synced: about 2 months ago
JSON representation
A simple tool to transform transcripts to human readable text.
- Host: GitHub
- URL: https://github.com/teamstarter/google-speech-to-text-visualizer
- Owner: teamstarter
- Created: 2021-11-25T16:48:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T07:19:41.000Z (over 4 years ago)
- Last Synced: 2025-03-01T17:47:05.781Z (over 1 year ago)
- Language: JavaScript
- Size: 601 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google-speech-to-text Visualizer
This is a very simple visualizer for Google speech-to-text transcripts.
We found that the raw json format was too complexe to use by most humans who just needed to copy part of it.
The visualizer is available [online](https://teamstarter.github.io/google-speech-to-text-visualizer/).
It runs entierly in your browser and do not share any of the data you are providing.
## How to maintain this project
### Start the project in a dev environment
```sh
yarn start
```
### build the project before publishing it
```sh
yarn build
```
## Deployment
The "/docs" folder is automatically published by Github on the related Github page.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).