Smart Meeting Recorder & Summarizer
Evermeet is a cross-platform Flutter app that records meeting audio, then uses AI to generate automated summaries and professional meeting minutes. Ideal for teams, students, and professionals who want to focus on conversations—not notetaking.
- 🎤 Audio Recording — Capture clear recordings of your meetings
- 🧠 AI Summarization — Generate concise meeting summaries using LLMs
- 📝 Actionable Meeting Minutes — Detect key takeaways, tasks, and decisions
- 💾 Multi-platform — Works on Android, iOS, macOS, and Web
- 🔒 Private by Design — Records stored via secure cloud setup
| Layer | Tools |
|---|---|
| Frontend | Flutter (Dart), Material UI |
| AI | OpenAI/GPT |
| Audio | Flutter Sound + OpenAI Whisper |
| Storage | Local storage & Firebase |
| Backend | Firebase |
git clone https://github.com/itsPedro231/evermeet.git
cd evermeetflutter pub getDepending on your target:
| Platform | Notes |
|---|---|
| iOS/macOS | Requires Xcode and CocoaPods |
| Android | Set up Android SDK (API ≥ 21) |
| Web | Runs in supported browsers |
| All | Ensure microphone permissions are granted |
Configure
.envor platform-specific API key files for cloud storage and LLM integration.
Use Flutter CLI to launch the app on your device:
flutter run -d macos # or android / ios / chromeBuild release versions:
flutter build apk # Android
flutter build ios # iOS
flutter build macos # macOS
flutter build web # Web-
Start a Recording — Hit record before a meeting
-
Store & Transcribe Audio — Audio is sent to Firebase
-
Generate Summary & Minutes — Transcription is analyzed by an LLM to:
- Extract summaries
- Identify action items
- Format into professional meeting minutes
-
Save or Share — Users can export, share, or save results in PDF
lib/
├── main.dart # Entry point
├── screens/ # UI pages + Services
├── models/ # Data structures
└── utils/ # Helpers and formatters
MIT License.
Built by Pedro Faraco
Have feedback or feature ideas? reach out.
Evermeet helps you listen more and type less.