https://github.com/loqalabs/loqa-meetings
AI-powered meeting transcription service with Obsidian integration
https://github.com/loqalabs/loqa-meetings
local-first obsidian privacy rust transcription whisper
Last synced: about 2 months ago
JSON representation
AI-powered meeting transcription service with Obsidian integration
- Host: GitHub
- URL: https://github.com/loqalabs/loqa-meetings
- Owner: loqalabs
- License: mit
- Created: 2025-10-26T00:25:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-26T00:42:37.000Z (8 months ago)
- Last Synced: 2025-10-26T02:37:06.941Z (8 months ago)
- Topics: local-first, obsidian, privacy, rust, transcription, whisper
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loqa Meetings
AI-powered meeting transcription service with Obsidian integration.
**Status**: Week 1 of 10-week MVP
## What It Does
- 🎙️ Record meetings (live or from files)
- 📝 Transcribe with Whisper (incremental, during meeting)
- 🤖 AI-generated summaries
- 👥 Speaker diarization
- 📓 Obsidian integration
- 🔒 100% local, privacy-first
## Architecture
- **Language**: Rust
- **STT/LLM**: Provided by [loqa-core](https://github.com/loqalabs/loqa-core) (Go services via NATS)
See [architecture docs](https://github.com/loqalabs/loqa-meta) for details.
## Development Status
Week 1: Project setup + audio file processing
## License
MIT (Open Core)