https://github.com/linto-ai/linto-studio
Transcription and annotation interface for recorded audio or video files
https://github.com/linto-ai/linto-studio
asr audio-transcription caption captioning-videos stt subtitle subtitles transcription-edition video-transcription virtual-scribe
Last synced: 6 months ago
JSON representation
Transcription and annotation interface for recorded audio or video files
- Host: GitHub
- URL: https://github.com/linto-ai/linto-studio
- Owner: linto-ai
- License: agpl-3.0
- Created: 2020-05-13T12:25:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T15:44:16.000Z (6 months ago)
- Last Synced: 2025-04-09T15:44:37.925Z (6 months ago)
- Topics: asr, audio-transcription, caption, captioning-videos, stt, subtitle, subtitles, transcription-edition, video-transcription, virtual-scribe
- Language: JavaScript
- Homepage:
- Size: 122 MB
- Stars: 31
- Watchers: 4
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LinTO Studio
Open Source AI driven recording, transcription and media management solution
Demo •
Get the android application
## Features
- Media management platform
- Advanced transcription features (speaker identification, ...)
- Auto timestamp alignement
- NLP and AI features
- Closed caption edition## With a companion app
![]()
- Record on the go
- Synchronize your media with LinTO studio## Installation and Usage
Since LinTO Studio relies on a complex set of LinTO services, such as transcription services, we **highly recommend** using our deployment tool:
[https://github.com/linto-ai/linto](https://github.com/linto-ai/linto)
Alternatively, you can use Docker Compose to run the app directly (web interface and API), but note that it won't be fully functional.
```
docker-compose up -d
```then open your web browser to http://localhost:8003
## Configuration
### SMTP configuration
You can configure an smtp server, for improving sharing and account verification.
```
SMTP_HOST=mail.example.com
SMTP_PORT=465
SMTP_SECURE=true
SMTP_REQUIRE_TLS=true
SMTP_AUTH=username
SMTP_PSWD=password
NO_REPLY_EMAIL=noreply@mail.example.com
```### Transcription Service
By default, LinTO Studio uses the LinTO API Gateway for transcription. If you want to use Studio with a different gateway, set the environment variable as follows:
For more information, visit: [https://github.com/linto-ai/linto](https://github.com/linto-ai/linto)