Initialize speech-to-text GTK application with Whisper model integration and add .gitignore configuration

This commit is contained in:
2025-06-08 14:26:35 +02:00
commit f847c30b68
3 changed files with 183 additions and 0 deletions

5
pyvenv.cfg Normal file
View File

@@ -0,0 +1,5 @@
home = /usr/bin
include-system-site-packages = false
version = 3.13.3
executable = /usr/bin/python3.13
command = /home/rnentjes/.local/bin/python3 -m venv /home/rnentjes/Development/whisper_env