From ec824e36eef6c384188f2de242f2c62751f58766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Karao=C4=9Flan?= Date: Sat, 11 Jul 2026 19:25:08 +0300 Subject: [PATCH 1/2] Add new dependencies: mlx-whisper, sounddevice, scipy --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index a4a924e..bb8112b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,6 @@ pillow pytesseract PyQt6 PyQt6-WebEngine +mlx-whisper +sounddevice +scipy From a612f74b92df2d8517ecc507b14e821ae0454ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Karao=C4=9Flan?= Date: Sat, 11 Jul 2026 19:25:32 +0300 Subject: [PATCH 2/2] Update installation instructions in README.md Removed specific libraries from installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20f954b..d2b92f6 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ Lokum-F, gücünü orijinal LokumAI mimarisinden alır: 1. Python sanal ortamını oluşturun: `python3 -m venv .venv` 2. Aktif edin: `source .venv/bin/activate` -3. Gereksinimleri kurun: `pip install -r requirements.txt mlx-whisper sounddevice scipy numpy` +3. Gereksinimleri kurun: `pip install -r requirements.txt` 4. Uygulamayı başlatın: `python3 main.py`