https://github.com/bcc-code/bcc-live-transcriber
A live transcribing app for sharing a meeting with deaf people.
https://github.com/bcc-code/bcc-live-transcriber
community
Last synced: 11 months ago
JSON representation
A live transcribing app for sharing a meeting with deaf people.
- Host: GitHub
- URL: https://github.com/bcc-code/bcc-live-transcriber
- Owner: bcc-code
- License: mit
- Created: 2022-06-13T11:14:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T03:09:03.000Z (about 3 years ago)
- Last Synced: 2025-06-28T17:48:11.445Z (12 months ago)
- Topics: community
- Language: TypeScript
- Homepage:
- Size: 925 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Live Meeting Transcriber
The idea is to offer a simplistic keyboard only transcriber app with real time streaming and support for insterting bible verses.
Using the `bcc-code/bible-server` we currently support the Norwegian bible.
## Setup Signal Server
Used for setting up the real time communication between clients
- `npm install`
- `npm start`
## Setup Frontend
- `cd frontend`
- `npm install`
- `npm start`
Open browser and visit http://localhost:3000/?admin to be the transcriber.
In a different browser visit http://localhost:3000 to be the viewer.
## Implemented
-[x] Real time communication between clients
-[x] Transcriber can insert bible verses (Norwegian)
### Todo
- Add support for multiple languages
- Add support for multiple bible versions
- Add support for multiple simultaneous meetings
- Authenticate users
- Analytics