linto-ai / linto-studio

Transcription and annotation interface for recorded audio or video files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinTO Studio

Open Source AI driven recording, transcription and media management solution
DemoGet the android application

screenshot of linto.app

Features

  • Media management platform
  • Advanced transcription features (speaker identification, ...)
  • Auto timestamp alignement
  • NLP and AI features
  • Closed caption edition

With a companion app

drawing
  • Record on the go
  • Synchronize your media with LinTO studio

Install and use

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 to do transcription. To use Studio with another gateway, set environnement variables

GATEWAY_SERVICES="API Gateway service endpoint"

About

Transcription and annotation interface for recorded audio or video files

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 46.2%Language:Vue 27.5%Language:Dart 11.5%Language:SCSS 9.6%Language:C++ 1.4%Language:CMake 1.1%Language:CSS 0.9%Language:Shell 0.8%Language:HTML 0.6%Language:Swift 0.1%Language:Dockerfile 0.1%Language:C 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%