[scribAI] is an open-source Flutter app that does the note-taking for you. Just hit record, have your conversation, and get an AI-curated summary delivered. Stop taking notes and start being present.
- Audio Recording: Reliable, high-quality audio capture.
- Real-time Transcription: Convert speech to text with powerful speech recognition.
- AI-Powered Summarization: Distill long conversations into key points and action items.
- Secure & Private: Your data stays on your device. No required cloud services.
- Cross-Platform: Built with Flutter for a consistent experience on iOS and Android.
- Flutter - Dart framework for beautiful native apps.
- record - Audio recording plugin.
- OpenAI Whisper - For transcription.
- Gemini - For AI summarization. [add yours]
- Provider - For state management.
- Clone the repo
- Get your API keys for transcription/summarization services.
- Create you firebase project
- Add firebase project through FlutterFire CLI
- Enable google calendar API services through cloud console for your project
- Add required permissions in Android Manifest and Info.plist
- Run
flutter pub get - Run
flutter run