Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A React component to make correcting automated transcriptions of audio and video easier and faster. By BBC News Labs. - Work in progress
| Date | Stars |
|---|---|
| 2026-07-24 | 620 |
| 2026-07-25 | 620 |
| 2026-07-28 | 620 |
| 2026-07-30 | 620 |
| 2026-08-06 | 620 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# React Transcript Editor A React component to make transcribing audio and video easier and faster. <p> <a href="https://unpkg.com/[email protected]/TranscriptEditor.js"> <img src="http://img.badgesize.io/https://unpkg.com/[email protected]/index.js?compression=gzip&label=size"> </a> <a href="https://packagephobia.now.sh/result?p=@bbc/react-transcript-editor"> <img src="https://badgen.net/packagephobia/install/@bbc/react-transcript-editor"> </a> <a href="./package.json"> <img src="https://img.shields.io/npm/v/@bbc/react-transcript-editor.svg?maxAge=3600&label=version&colorB=007ec6"> </a> </p> <br/> The project uses [this github project boards to organise and the co-ordinate development](https://github.com/bbc/react-transcript-editor/projects). _--> Work in progress <--_ <!-- _Screenshot of UI - optional_ --> - [You can see a demo by clicking here](https://bbc.github.io/react-transcript-editor/iframe.html?id=demo--default) (and then click the `load demo` button) - [And you can see a list of features here](./docs/features-list.md). ## Development env <!-- _How to run the development environment_ --> - npm > `6.1.0` - [Node 10 - dubnium](https://scotch.io/tutorials/whats-new-in-node-10-dubnium) Node version is set in node version manager [`.nvmrc`](https://github.com/creationix/nvm#nvmrc) ## Setup 1. Fork this repository 2. Clone this repository to a directory of your choice 3. Run `npm i` to install dependencies ## Usage - development We use a tool called [`storybook`](https://storybook.js.org) to run the components locally. To start the Storybook, run: ```sh npm start ``` Running that command should open the locally hosted Storybook, but if it doesn't, visit [http://localhost:6006](http://localhost:6006) ## Usage - production In order to use a published version of `react-transcript-editor`, install the published module [`@bbc/react-transcript-editor`](https://www.npmjs.com/package/@bbc/react-transcript-editor) by running: ```sh npm install @bbc/react-transcript-editor ``` ```js import TranscriptEditor from "@bbc/react-transcript-editor"; ``` ### Basic use case ```js <TranscriptEditor transcriptData={someJsonFile} mediaUrl={"https://download.ted.com/talks/KateDarling_2018S-950k.mp4"} /> ``` `transcriptData` and `mediaUrl` are non-optional props to use `TranscriptEditor`. See the full list of options [here](#transcripteditor-props-list). ### Advanced use case ```js <TranscriptEditor transcriptData={someJsonFile} mediaUrl={"https://download.ted.com/talks/KateDarling_2018S-950k.mp4"} handleAutoSaveChanges={this.handleAutoSaveChanges} autoSaveContentType={"digitalpaperedit"} isEditable={true} spellCheck={false} sttJsonType={"bbckaldi"} handleAnalyticsEvents={this.handleAnalyticsEvents} fileName={"ted-talk.mp4"} title={"Ted Talk"} ref={this.transcriptEditorRef} mediaType={"video"} /> ``` ### TranscriptEditor Props List | Props | Description | required | type | default | | :---------------------- | :---------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------: | :-------: | :----------------------------------------------------------------------------: | | `transcriptData` | Transcript JSON | yes | JSON | | | `mediaUrl` | URL to media (audio or video) file
Excerpt of 13,400 characters
Read on GitHub114
73
Nirojan Selvanathan · Sri Lanka
6
4
4
4
4
2
2
2
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:4c5512afeb21476f, topic:stt