ποΈ LocalScribe PRO: Free, Private, Offline AI Meeting Assistant
Hey developers! π
I just finished building LocalScribe PRO, a 100% free alternative to Otter.ai and Fireflies.ai that runs entirely on your laptop.
Why I Built This
I was tired of seeing people pay $20/month ($203/year!) for meeting transcription tools that:
- Upload all your private data to the cloud
- Have monthly minute limits
- Require internet connection
So I built something that:
- β Runs 100% offline on your laptop
- β Costs $0 (forever free)
- β Never uploads your data
- β Has unlimited usage
Features
- π€ Record meetings from your microphone
- π§ System audio recording - Record Zoom/Teams calls directly!
- π¬ Real-time transcription - See text as you speak
- π€ Local AI (Ollama) - 100% offline, free, and private
- βοΈ Cloud AI Support - Plug in OpenAI, Anthropic, or Google APIs
- π Auto-summaries - Automatically generates meeting summaries
- β Action items - Extracts tasks automatically
- π Zero-knowledge - Your data NEVER leaves your computer
Tech Stack
- Python - Core language
- Ollama - Local AI (phi3 model)
- faster-whisper - Speech-to-text
- sounddevice - Audio recording
- OpenAI/Anthropic/Google APIs - Optional cloud AI
Cost Comparison
| Tool | Cost |
|---|---|
| Otter.ai | $203/year |
| Fireflies.ai | $120/year |
| LocalScribe PRO | $0 (FREE) |
How to Use
# Install dependencies
pip install ollama faster-whisper sounddevice
# Pull a local AI model
ollama pull phi3
# Run the app
python localscribe_pro.py
**GitHub**
[https://github.com/haminyovanantonyfk-netizen/LocalScribe]
This Is My First Major Project!
I built this as my first major Python project to learn about AI, audio processing, and open-source development. I'd love your feedback!
What features should I add next?
GUI interface?
Support for more languages?
Mobile app?
Something else?
Let me know in the comments! π
Top comments (2)