summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-05-29 15:03:06 -0700
committeryum <yum.food.vr@gmail.com>2025-05-29 15:03:06 -0700
commit0ebc79354ace812731a5c9a0a670cecd1ea941d7 (patch)
tree10a83d8761f365a320919d219b4a6f653db31c4d
parentf8e95c0b85288a10f435e0edabf43defa0c303ac (diff)
Move core app logic into folder
-rw-r--r--app/app_config.py (renamed from app_config.py)0
-rw-r--r--app/hi.py (renamed from hi.py)0
-rw-r--r--app/requirements.txt (renamed from requirements.txt)3
-rw-r--r--app/shared_thread_data.py (renamed from shared_thread_data.py)0
-rw-r--r--app/stt.py (renamed from stt.py)0
-rw-r--r--app/vad.py (renamed from vad.py)0
6 files changed, 0 insertions, 3 deletions
diff --git a/app_config.py b/app/app_config.py
index f911456..f911456 100644
--- a/app_config.py
+++ b/app/app_config.py
diff --git a/hi.py b/app/hi.py
index 0129958..0129958 100644
--- a/hi.py
+++ b/app/hi.py
diff --git a/requirements.txt b/app/requirements.txt
index 1043fae..4e79312 100644
--- a/requirements.txt
+++ b/app/requirements.txt
@@ -1,10 +1,7 @@
-datasets
faster-whisper
langcodes
-pillow
pyaudio
pydub
python-osc
-unidecode
sentencepiece
diff --git a/shared_thread_data.py b/app/shared_thread_data.py
index ba0a419..ba0a419 100644
--- a/shared_thread_data.py
+++ b/app/shared_thread_data.py
diff --git a/stt.py b/app/stt.py
index 34ef2e9..34ef2e9 100644
--- a/stt.py
+++ b/app/stt.py
diff --git a/vad.py b/app/vad.py
index 10a72d3..10a72d3 100644
--- a/vad.py
+++ b/app/vad.py