Hi Everyone! I built an open-source video conferencing platform that actually remembers your meetings. Think Zoom + Granola!
Core features:
- AI assistant that is present in every call and answers questions about meetings.
- Real-time transcription and AI-generated summaries + tasks.
- High quality video conferencing with LiveKit.
Why? Zoom's AI copilot doesn't work. Google Meet has zero memory. I wanted something intelligent, hackable, and truly open.
For video calls, I'm using LiveKit which has end-to-end encryption (same WebRTC stack as zoom/meets). Also, we don't store video calls, the transcripts are stored for AI queries, but can be easily deleted from user side.
Rn, there is no single switch, but it can be easily added!
Haha thank you, basically got frustrated with existing options and figured how hard could it be? So decided to give it a shot :)
Hi Everyone! I built an open-source video conferencing platform that actually remembers your meetings. Think Zoom + Granola!
Core features:
- AI assistant that is present in every call and answers questions about meetings.
- Real-time transcription and AI-generated summaries + tasks.
- High quality video conferencing with LiveKit.
Why? Zoom's AI copilot doesn't work. Google Meet has zero memory. I wanted something intelligent, hackable, and truly open.
Core features: - AI assistant that is present in every call and answers questions about meetings. - Real-time transcription and AI-generated summaries + tasks. - High quality video conferencing with LiveKit.
Why? Zoom's AI copilot doesn't work. Google Meet has zero memory. I wanted something intelligent, hackable, and truly open.
Demo: https://www.auranow.co/ GitHub: https://github.com/savnani5/aura
Feedback and contributions welcome! Thanks :)