A web application built with Next.js for experimenting with real-time transcription, audio analysis, and workflows related to Whisper/TinyRT.
- web interface built with Next.js and React
- integration with Firebase for services and deployment
- use of
@xenova/transformersfor local model-related tasks - structure prepared for development in Firebase Studio / IDX
- UI components based on Tailwind and shadcn/ui
- Next.js
- React
- TypeScript
- Firebase
- Tailwind CSS
- shadcn/ui
Install dependencies and start the project with:
npm install
npm run dev