Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nwalters512/transcript.live
- Owner: nwalters512
- Created: 2019-12-09T00:32:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T22:45:36.000Z (5 months ago)
- Last Synced: 2024-10-10T03:10:51.357Z (27 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```