AI app for meeting analysis using Next.js, Langflow, and Groq
Top 66.0% on sourcepulse
MeetingMind is an AI-powered application designed to automate the analysis of meeting recordings, extracting key information like tasks, decisions, and attendees. It targets users who need to quickly derive actionable insights from meetings, offering a significant time-saving benefit by processing hour-long meetings in under 30 seconds.
How It Works
The application leverages Langflow for orchestrating AI workflows, with Next.js providing the web interface. Audio files are processed using Groq's Whisper for transcription and analysis. The core advantage lies in its rapid, automated extraction of structured meeting data, streamlining post-meeting follow-ups and knowledge capture.
Quick Start & Requirements
npm install
or yarn install
.env.local
with the LangFlow server URL and potentially adjusting component names in app/api/transcribe/route.ts
. Database setup (SQLite default) involves npx prisma generate
and npx prisma migrate dev --name init
.npm run dev
or yarn dev
.Highlighted Details
Maintenance & Community
Contributions are welcome via pull requests. Support is available by opening issues on the GitHub repository.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
The Groq Whisper transcription service has a strict 25 MB file size limit, necessitating audio compression for longer recordings. The project's performance on very long or high-quality audio files may be impacted by this limitation.
7 months ago
1+ week