File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,18 @@ A cross-platform Python application that transcribes voice input using GPU-accel
1919
2020## Requirements
2121
22- - Python 3.8+
23- - Ollama running locally (http://localhost:11434 )
24- - Microphone access
25- - CUDA-compatible GPU (optional, for faster Whisper processing)
22+ - Python 3.8+ (maybe, I think the standalone app runs without it)
23+ - Ollama running locally (http://localhost:11434 ) (only for AI interaction)
24+ - Microphone access (The whole point is dictation)
25+ - CUDA-compatible GPU (optional, for faster Whisper processing. Highly recommended. )
2626
2727## Installation
2828
2929### Pre-built Executables
3030Download the latest release from [ GitHub Releases] ( https://github.com/crhy/Voice2Text-AI/releases ) :
3131- ** Windows** : ` Voice2Text.exe `
3232- ** macOS** : ` Voice2Text `
33+ - ** Linux* : 'Voice2Text' https://drive.google.com/file/d/1MmF6Vr_3nz1yket2SdnHCI_Od5OpIzQd/view?usp=sharing
3334
3435### Linux (Flatpak)
3536``` bash
@@ -159,4 +160,4 @@ Contributions welcome! Please submit issues and pull requests on [GitHub](https:
159160
160161## License
161162
162- This project is open source. See individual files for license information.
163+ This project is open source. See individual files for license information.
You can’t perform that action at this time.
0 commit comments