diff options
| author | yum <yum.food.vr@gmail.com> | 2025-05-29 15:03:06 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-05-29 15:03:06 -0700 |
| commit | 0ebc79354ace812731a5c9a0a670cecd1ea941d7 (patch) | |
| tree | 10a83d8761f365a320919d219b4a6f653db31c4d | |
| parent | f8e95c0b85288a10f435e0edabf43defa0c303ac (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/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 |
