Skip to content

Commit 2328e9c

Browse files
authored
Update requirements and installation details in README
Added Link to Downloadable Linux Executable. Clarified requirements and installation instructions in README.
1 parent 10b39f8 commit 2328e9c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3030
Download 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.

0 commit comments

Comments
 (0)