The AI Transcript App is a full-stack tool that records your voice, transcribes it locally using Whisper, and cleans the resulting text with an LLM — removing filler words, fixing grammar, and preserving meaning.
It’s designed to run entirely on your machine with no cloud dependency, though it supports any OpenAI-compatible cloud API as a drop-in replacement.
Features:
Stack:
| Layer | Technology |
|---|---|
| Frontend | React 19, TypeScript, Vite |
| Backend | FastAPI, Python 3.12, uv |
| Speech-to-Text | faster-whisper (local) |
| LLM | OpenAI Python SDK → Ollama (default) |
| Containerization | Docker Compose |
Project link: https://github.com/ruchirV/local-ai-transcript-app