Bragi is a web service to automatically transcribe either YouTube videos or custom audio or video files.
- Python 3.12
- Poetry
- Node.js v20 + npm
mkdir -p /tmp/bragi/data
cd api
poetry install
poetry run python3 -m bragi_api.__main__ --sqlite-path /tmp/bragi/sqlite.db --data-dir /tmp/bragi/data
cd frontend
npm install
npm run dev
cd bragi-chrome
npm install
npm run build
# Install extension in chrome://extensions with developer mode enabled