A web-app for video transcription and translation. Using whisper, ollama, flask, python and web-standards. It's a POC. Dialogs demo

Quickstart

Clone code

git clone ...

Install dependencies

cd dialogs
pip install -r requirements.txt

Start server

cd dialogs
python3 -m app

Open http://localhost:9999/

Components

  • Core module: Implementation of transcription project features
  • REST API: Exposition of the core as REST endpoints, using flask
  • UI: Plain HTML/JS, for prototyping

Ra&D