whisper-writer
A small dictation app using OpenAI's Whisper speech recognition model
GraphCanon updated 3w · GitHub synced 3w · 25 views this month
Decision brief
A Python-based dictation tool powered by OpenAI's Whisper for speech-to-text tasks.
Good fit when
- When focusing on integrating precise AI-driven transcription services powered by the Whisper model in Python applications
- For projects emphasizing open-source contributions under GPL-3.0
Avoid when
- If needing proprietary or closed-source speech recognition solutions that do not comply with GPL-3.0 licensing terms
- In scenarios requiring non-Python language support for dictation tasks
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (705d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- 123 low (123 low)
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install whisper-writer PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Developed in Python, this repository offers a simple application for speech-to-text conversion utilizing the Whisper model from OpenAI.
Capability facts
- Languages
- python
Source: github.language · Jul 31, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
Installation
To set up and run the project, follow these steps:
1. Clone the repository:
git clone https://github.com/savbell/whisper-writer
cd whisper-writer
2. Create a virtual environment and activate it:
python -m venv venv
---
## License
This project is licensed under the GNU General Public License. See the [LICENSE](LICENSE) file for details.
For agents
This page has a .md twin and JSON over the API.