Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/whispo
AI-powered dictation tool
https://github.com/egoist/whispo
Last synced: 15 days ago
JSON representation
AI-powered dictation tool
- Host: GitHub
- URL: https://github.com/egoist/whispo
- Owner: egoist
- License: agpl-3.0
- Created: 2024-10-20T07:14:03.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T08:26:51.000Z (17 days ago)
- Last Synced: 2024-10-23T08:42:48.806Z (17 days ago)
- Language: TypeScript
- Homepage:
- Size: 1.4 MB
- Stars: 190
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - egoist/whispo - AI-powered dictation tool (TypeScript)
README
# Whispo
AI-powered dictation tool.
## Download
Currently building for macOS (Apple Silicon) and Windows x64.
[Releases](https://github.com/egoist/whispo/releases/latest)
## Preview
https://github.com/user-attachments/assets/2344a817-f36c-42b0-9ebc-cdd6e926b7a0
## Features
- Hold `Ctrl` key to record your voice, release to transcribe it.
- Automatically insert the transcript into the application you are using.
- Works with any application that supports text input.
- Data is stored locally on your machine.
- Transcrbing with OpenAI Whisper (provided by OpenAI or Groq).
- Support custom API URL so you can use your own API to transcribe.
- Supports post-processing your transcript with LLMs (e.g. OpenAI, Groq and Gemini).## License
[AGPL-3.0](./LICENSE)