Effortless, accurate YouTube video transcriptions powered by cutting-edge AI technology.
Transcrib.ee is your ultimate YouTube transcription solution, combining a sleek user interface, advanced backend architecture, and a convenient Chrome extension to deliver high-quality, AI-driven video transcriptions.
Component | Description |
---|---|
π Frontend | Built with Next.js and Tailwind CSS for an intuitive UI |
π₯οΈ Backend | Powered by FastAPI, Flask, and Redis for scalability |
π Chrome Extension | Integrates seamlessly with YouTube for easy transcription |
Whether youβre a student, professional, or content creator, Transcrib.ee makes it effortless to generate, view, and manage transcriptions from any YouTube video.
- AI-Powered Transcriptions: Convert YouTube audio into accurate, readable text
- One-Click Accessibility: Paste a URL or use the Chrome extension for instant transcriptions
- Dark Mode Support: Optimized for day and night use
- Mobile-Responsive: Fully functional on all devices
- Backend: Distributed microservices with intelligent job queuing, caching, and error recovery
- Frontend: Smart polling, local caching, and dynamic progress visualization
- Chrome Extension:
- Video overlay button for direct transcription
- Configurable keyboard shortcuts for convenience
- Options page for user preferences
.
βββ Backend/ # API and processing services
β βββ FastAPI/ # Main API gateway
β βββ Flask/ # Dedicated transcription service
β βββ Redis/ # Background job queue
β
βββ Frontend/ # User interface
β βββ Next.js/ # Modern React-based web application
β βββ TailwindCSS/ # Styling for a sleek design
β
βββ Chrome Extension/ # Browser integration
β βββ Background.js # Extension logic
β βββ Content.js # YouTube integration
β βββ Options.html # Settings page
Refer to the detailed setup guides in each respective folder:
- Backend: Backend/README.md
- Frontend: Frontend/README.md
- Chrome Extension: ChromeExtension/README.md
These guides provide instructions for setting up dependencies, configuration, and running each component of the project.
We welcome contributions from the community! Feel free to:
- Report bugs or suggest new features here
- Fork the repository and submit pull requests
This project is licensed under the MIT License - see the LICENSE file for details.