Releases: emilrueh/braindump
Releases · emilrueh/braindump
CLI Executable Version
Overview
WIP solution to have an initial execution method available
- Installation procedure is described in
README.md
Functionality
- Listening via audio recorder
- Transcription via OpenAI Whisper API
- Analysis via custom prompt with GPT-3.5 or GPT-4
- Storing to .txt file with automatic opening via default reader
- TTS speech synthesis via gTTS library and automatic playing via default player
Future
- PyInstaller version coming for Windows, then MacOS
- Hosted solution planned via FastAPI and FlutterFlow
- Android and iOS apps planned for far future
Author
v0.1.0-alpha Voice Input -> Analysis
Braindump Pre-Release v0.1.0-alpha
What's New
- Speech-to-text using OpenAI's Whisper model
- Text analysis via GPT-3.5 Turbo
- Output to text files and simple voice (gTTS)
- Automatically opens text files for quick review
Status
- 🚧 Heavily Work-In-Progress 🚧
Latest Commits
- Full refactor for base functionality + tts (3785ca9)
- Add multiple prompts and filenames (0e966f6)
- Update for new version
License
- MIT
For installation and usage, refer to README.