Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nwalters512/transcript.live

An app that provides live audio captioning
https://github.com/nwalters512/transcript.live

Last synced: 9 days ago
JSON representation

An app that provides live audio captioning

Awesome Lists containing this project

README

        

# transcript.live

An app that provides live audio captioning in your browser.

## Developing

```sh
# Install dependencies
yarn

# Run a development server
yarn dev

# Run Prettier to automatically format code
yarn prettier:fix
```