misyaguziya
|
d157dc8b7b
|
feat: テレメトリ機能を追加し、アプリの起動・終了時にイベントを送信するように変更
|
2026-01-08 09:16:18 +09:00 |
|
misyaguziya
|
6596743b6b
|
翻訳言語定義を YAML に移行しロード処理を実装
- 言語マッピングを src-python/models/translation/languages/languages.yml として追加
- translation_languages.py を全面リファクタ:YAML から読み込み、構造検証、スレッドロック、キャッシュ対応を導入
- config.py に loadTranslationLanguages のインポート/フォールバックを追加し、Config 初期化時に言語定義を読み込むよう変更
- PyYAML を requirements.txt / requirements_cuda.txt に追記
- PyInstaller spec (backend.spec / backend_cuda.spec) に言語ファイル配布先を追加
- translation_ollama.py の loadPromptConfig 呼び出しを修正(ファイル名を明示)
|
2025-10-18 23:16:22 +09:00 |
|
misyaguziya
|
965bee818a
|
LM Studio と Ollama の翻訳クライアントとプロンプトを追加、requirements に langchain-ollama を追記
- src-python/models/translation に LM Studio 用 (translation_lmstudio.py / translation_lmstudio.yml) を追加
- Ollama 用クライアント (translation_ollama.py / translation_ollama.yml) を追加
- 各クライアントでプロンプト YAML から system_prompt / supported_languages を読み込み、認証チェック・モデル一覧取得・モデル設定・クライアント更新・translate 呼び出しを実装
- requirements.txt と requirements_cuda.txt に langchain-ollama==0.3.10 を追記
|
2025-10-17 15:58:50 +09:00 |
|
misyaguziya
|
526fd4d5aa
|
翻訳バックエンドを拡張・リファクタリング:OpenAI/Plamo/Gemini クライアントを追加・改修し、プロンプトを YAML から読み込むように変更。各クライアントでモデル一覧取得・認証・クライアント更新機能を実装し、Translator/Model 層の対応メソッドを追加。Controller と mainloop にプラモ・ジェミニ・OpenAI の認証/モデル操作エンドポイントを追加・整備。config のモデル/API設定をプロパティ化して既定値を None に変更し、選択肢リストを初期化。translation_languages に OpenAI 用マッピングを追加。requirements ファイルの依存記述を調整。
|
2025-10-16 18:09:08 +09:00 |
|
misyaguziya
|
6fc89fbb3e
|
Merge branch 'develop' into translate_api
# Conflicts:
# requirements.txt
# requirements_cuda.txt
# src-python/config.py
# src-python/mainloop.py
# src-python/model.py
# src-python/models/osc/osc.py
# src-python/models/translation/translation_languages.py
# src-python/models/translation/translation_translator.py
# src-python/models/translation/translation_utils.py
|
2025-10-14 12:47:47 +09:00 |
|
misyaguziya
|
d3c206fb26
|
[Add] Implement Transliterator class for kanji and okurigana analysis; update requirements and spec files
|
2025-09-15 05:33:30 +09:00 |
|
misyaguziya
|
e3555d204e
|
[Update] requirements: Add langchain-google-genai to dependencies; [Add] translation_gemini: Implement GeminiClient for translation functionality
|
2025-09-12 14:40:35 +09:00 |
|
misyaguziya
|
d76a5b9e07
|
[Update] requirements: Add langchain-openai to dependencies
|
2025-09-10 17:59:31 +09:00 |
|
misyaguziya
|
67d06ab1e1
|
[Update] Enhance build scripts and requirements for Hugging Face integration; improve logging and error handling
|
2025-05-29 08:04:06 +09:00 |
|
misyaguziya
|
238bd41109
|
[Update] Refactor Hugging Face dependencies in requirements files and enhance cache directory handling in mainloop.py
|
2025-05-28 11:14:39 +09:00 |
|
misyaguziya
|
8dac3da933
|
[Update] Add hf_xet and huggingface-hub to requirements; enhance mainloop.py for Hugging Face caching
|
2025-05-27 14:12:20 +09:00 |
|
misyaguziya
|
f0f0dd5ea5
|
Merge branch 'websocket' into develop
|
2025-05-18 15:24:35 +09:00 |
|
misyaguziya
|
d940097e44
|
👍️[Update] Model : WebSocket module
|
2025-05-17 09:30:17 +09:00 |
|
misyaguziya
|
a619cd6114
|
[update] Upgrade deepl package version to 1.22.0 and refactor translation code to use DeepLClient
|
2025-05-15 12:38:54 +09:00 |
|
misyaguziya
|
c6bcb36ab1
|
[Update] Package : RTX5000番台対応のためにfast-whisper/ctranslate2のバージョンを更新
|
2025-05-08 10:35:57 +09:00 |
|
misyaguziya
|
e9715651d9
|
[Update] Upgrade torch version to 2.7.0 and adjust pip install options in install scripts
|
2025-05-06 14:44:10 +09:00 |
|
misyaguziya
|
c0942b0fbc
|
👍️[Update] Model : Add send only translated messages overlay #32 for web_ui
|
2024-12-02 11:07:09 +09:00 |
|
misyaguziya
|
e21661df1e
|
👍️[Update] Model : OSC の処理を見直し
|
2024-11-04 06:27:08 +09:00 |
|
misyaguziya
|
68e25f503a
|
👍️[Update] Main : cudaのインストール環境を整備
|
2024-10-21 18:27:42 +09:00 |
|
misyaguziya
|
c953661046
|
👍️[Update] Controller : Deviceの自動変更処理を実装
|
2024-10-04 13:16:34 +09:00 |
|
misyaguziya
|
d7d41c2e66
|
👍️[Update] Model: Default Audio Deviceの変更/Deviceの追加/削除された場合のみDevice情報を更新するように変更
|
2024-09-18 15:54:06 +09:00 |
|
misyaguziya
|
24ac8e1081
|
👍️[Update] translators update 5.9.2 -> 5.9.2.1
|
2024-09-12 22:51:54 +09:00 |
|
misyaguziya
|
ab2dc073b9
|
🚧 [WIP/TEST] Model : 日本語ひらがな/ローマ字 変換の実装
|
2024-09-11 11:08:51 +09:00 |
|
misyaguziya
|
2135b1a561
|
👍️[Update] change requirements.txt
update package version
|
2024-08-27 17:41:17 +09:00 |
|
Sakamoto Shiina
|
ebd1a8d70d
|
[Update] Migrate to tauri-app(Web UI)
|
2024-07-25 01:01:22 +09:00 |
|
misyaguziya
|
f94f0d1d71
|
👍️[Update] Model : add package pydub
|
2024-06-20 17:06:03 +09:00 |
|
misyaguziya
|
57acfae45d
|
🐛[bugfix] Model : translatorsのpackageを更新
`RuntimeError: input(): lost sys.stdin`を回避する処理を追加
|
2024-05-30 18:27:41 +09:00 |
|
misyaguziya
|
39faa8707f
|
👍️[Update] Model : custom_speech_recognitionのversionを更新
|
2024-05-06 03:21:02 +09:00 |
|
misyaguziya
|
e9afde0be4
|
🐛[bugfix] Model: mic/speakerの音声入力処理をOFF時に強制終了するように変更
|
2024-05-01 03:44:33 +09:00 |
|
misyaguziya
|
ca6e037086
|
Merge branch 'overlay' into develop
# Conflicts:
# requirements.txt
|
2024-04-16 10:24:05 +09:00 |
|
misyaguziya
|
ceb3267821
|
👍️[Update] Model : OverlayのUIにsakuraを追加
|
2024-04-11 23:36:04 +09:00 |
|
Sakamoto Shiina
|
3916144723
|
[Update] requirements.txt: ctranslate2とfaster-whisperを最新版に。
理由:
The conflict is caused by:
The user requested ctranslate2==3.24.0
faster-whisper 0.10.0 depends on ctranslate2<5 and >=4.0
|
2024-03-31 16:42:31 +09:00 |
|
misyaguziya
|
d5554487f4
|
[Update] requirements.txt : install version fix
|
2024-02-09 22:33:11 +09:00 |
|
misyaguziya
|
4b11ef3499
|
Merge branch 'OSCQuery' into develop
|
2024-02-09 00:28:10 +09:00 |
|
misyaguziya
|
52682a5c2e
|
[WIP/TEST] Add OSCQuery
|
2024-02-07 23:00:51 +09:00 |
|
misyaguziya
|
78b8cb5909
|
🐛[bugfix] install.bat : package version fix
|
2024-02-02 13:14:56 +09:00 |
|
misyaguziya
|
ba12e39bbc
|
[WIP/TEST] Model : faster-whisperを追加
|
2024-01-30 18:25:50 +09:00 |
|
misyaguziya
|
9e961e5b60
|
Merge branch 'CTranslate2' into develop
# Conflicts:
# config.py
# requirements.txt
|
2024-01-08 22:36:48 +09:00 |
|
Sakamoto Shiina
|
65299a6e94
|
[Update] Add pyinstaller to requirements.txt. 開発環境のpyinstallerバージョン違いにより、ビルド時の挙動が違っていたためバージョンを指定。固定。
|
2024-01-07 06:36:58 +09:00 |
|
misyaguziya
|
1f5a2e92cc
|
[Add] Model: ctranslate2のテストコードを追加
|
2023-11-15 14:38:37 +09:00 |
|
Sakamoto Shiina
|
c6d52f05c5
|
[Update] Config Window: Slider系にtooltip追加。Thanks of Akascape.
|
2023-10-24 19:39:32 +09:00 |
|
misyaguziya
|
bfe177aa17
|
🐛[bugfix] Model : Auth keyの復旧作業
|
2023-10-19 15:39:39 +09:00 |
|
Sakamoto Shiina
|
91cc9802a3
|
[Chore] Remove the code ctypes from requirements.txt.
|
2023-10-16 10:29:25 +09:00 |
|
Sakamoto Shiina
|
574a84cdb2
|
Merge remote-tracking branch 'origin/UI_2.0' into UI_2.0
|
2023-10-16 10:20:58 +09:00 |
|
misyaguziya
|
7e416406f2
|
[Remove] Model : DeepLのpackageを削除
|
2023-10-16 00:15:05 +09:00 |
|
Sakamoto Shiina
|
465f9f9628
|
[bugfix] Main Window: UI崩壊修正 Windows本体でスケーリングを変更している場合にUIが崩れるのを修正。DPIを固定するためにctypesを使っているため、requirements.txtに追加。
|
2023-10-15 11:32:38 +09:00 |
|
misyaguziya
|
c4cd3772cd
|
👍[Update] パッケージのバージョンを固定
|
2023-10-07 22:35:46 +09:00 |
|
Sakamoto Shiina
|
b0d734e19b
|
[Update] Localization. add python-i18n into requirements.txt. 英語と日本語の一部対応。設定項目のDescriptionなど一部省いたり調整あり。
|
2023-09-26 11:38:20 +09:00 |
|
Sakamoto Shiina
|
7ea247ced2
|
add pyyaml into requiremnts.txt
|
2023-07-13 09:14:38 +09:00 |
|
misygauziya
|
e0d3e321e9
|
add package flashtext
|
2023-07-11 11:31:26 +09:00 |
|