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

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.

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).