Skip to content

Michailbul/transcribeAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHBanner

TurboScribe SRT Generator

Self-hosted audio transcription and subtitle generation powered by Deepgram, Next.js, and the Vercel AI SDK + AI Gateway.

Run Locally

Prerequisites: Node.js 18+

  1. Install dependencies: npm install
  2. Create a .env file in the project root:
    AI_GATEWAY_API_KEY=your_api_key
    AI_GATEWAY_MODEL=openai/gpt-4o-mini
    # Optional overrides:
    AI_GATEWAY_ANALYSIS_MODEL=
    AI_GATEWAY_TRANSLATION_MODEL=
    AI_GATEWAY_QA_MODEL=anthropic/claude-haiku-4.5
  3. Run the app: npm run dev

Build and Self-Host

  1. Build: npm run build
  2. Start: npm run start

Quality

  • Lint: npm run lint
  • Format: npm run format
  • Tests: npm test

About

transcribeAgent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors