Full-stack application for automatically processing videos and audio with AI transcription, summarization, text-to-speech, image generation, and music generation.
- Audio Processing: Extract audio from YouTube videos, streaming platforms, or direct file uploads
- AI Transcription: Groq Whisper, DeepInfra, YouTube Captions, or HappyScribe with automatic speaker diarization
- LLM Summarization: OpenAI GPT, Claude, or Google Gemini models for generating episode descriptions, summaries, and chapters
- Text-to-Speech: Convert summaries to audio with OpenAI or ElevenLabs voices
- Image Generation: Create cover images from AI-generated prompts
- Music Generation: Generate background music with ElevenLabs in multiple genres
- Operational Logging: Structured JSON logs in production with request IDs, severity levels, and optional HTTP log drain forwarding
- Docker Support: Containerized deployment with image reporting tools
https://www.youtube.com/watch?v=nXtaETBZ29g
https://ajc.pics/audio/fsjam-short.mp3
https://ajc.pics/autoshow/textract-3.pdf
bun installbun checkbun as docker upVisit the URL printed by the CLI to generate show notes through the web interface. The default is http://localhost:4321.
If port 4321 is already in use, bun as docker up prints the fallback URL it selected, or you can pin one with AUTOSHOW_DOCKER_HOST_PORT=4322.
/llms.txt- plain-text overview of public AutoShow pages/sitemap.md- markdown index of public AutoShow pages
- Overview - CLI commands and usage
- Configuration - Environment setup and API keys
- Docker - Container management
- Help - Help output and version flags
- Overview - API endpoints and usage
- Health - Health check endpoint
- Jobs - Job management
- Models - Available AI models
- Process - Multi-step processing pipeline
- Download - File upload endpoints
- Media - Audio, image, and video processing
- Runner - E2E and browser runner entrypoint, flags, and artifacts
- E2E Testing - Definition-driven E2E modes, inputs, and reports
- Playwright Browser Tests - Browser UI suite and artifacts
- Models & Configuration - All models, pricing, performance, and env vars
- Steps Architecture - Processing pipeline
- Progress Tracking - Progress system
- Cost Estimation - Provider cost estimates and runtime totals