LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/.idea/.gitignore
src/.idea/misc.xml
src/.idea/modules.xml
src/.idea/src.iml
src/.idea/vcs.xml
src/.idea/inspectionProfiles/Project_Default.xml
src/.idea/inspectionProfiles/profiles_settings.xml
src/config_backend/__init__.py
src/config_backend/paths.toml
src/config_backend/engines/google/google_config.toml
src/config_backend/engines/watson/watson_config.toml
src/config_backend/engines/whisper/whisper_config.toml
src/config_backend/plugin/valid_plugin.toml
src/config_backend/services/default_setting.toml
src/config_backend/services/format.md
src/config_backend/services/service.toml
src/config_backend/settings/default.toml
src/config_backend/toplevel/ws_config.toml
src/config_backend/toplevel/ws_root.toml
src/config_backend/util/log.toml
src/gailbot/__init__.py
src/gailbot/api.py
src/gailbot/configs/__init__.py
src/gailbot/configs/confs/__init__.py
src/gailbot/configs/confs/paths.py
src/gailbot/configs/interfaces/__init__.py
src/gailbot/configs/interfaces/config/ws_config.py
src/gailbot/configs/interfaces/core/engines/google.py
src/gailbot/configs/interfaces/core/engines/watson.py
src/gailbot/configs/interfaces/core/engines/whisper.py
src/gailbot/configs/interfaces/core/setting/defaults.py
src/gailbot/configs/interfaces/core/util/logger.py
src/gailbot/configs/interfaces/plugin/__init__.py
src/gailbot/configs/interfaces/plugin/pluginsuite.py
src/gailbot/configs/interfaces/plugin/validstructure.py
src/gailbot/configs/interfaces/services/__init__.py
src/gailbot/configs/interfaces/services/service.py
src/gailbot/core/__init__.py
src/gailbot/core/engines/__init__.py
src/gailbot/core/engines/engine.py
src/gailbot/core/engines/engineManager.py
src/gailbot/core/engines/exception.py
src/gailbot/core/engines/google/__init__.py
src/gailbot/core/engines/google/core.py
src/gailbot/core/engines/google/google.py
src/gailbot/core/engines/watson/__init__.py
src/gailbot/core/engines/watson/am.py
src/gailbot/core/engines/watson/codes.py
src/gailbot/core/engines/watson/core.py
src/gailbot/core/engines/watson/lm.py
src/gailbot/core/engines/watson/recognition_results.py
src/gailbot/core/engines/watson/recognize_callback.py
src/gailbot/core/engines/watson/watson.py
src/gailbot/core/engines/whisperEngine/__init__.py
src/gailbot/core/engines/whisperEngine/core.py
src/gailbot/core/engines/whisperEngine/parsers.py
src/gailbot/core/engines/whisperEngine/whisperEngine.py
src/gailbot/core/engines/whisperEngine/diarization/__init__.py
src/gailbot/core/engines/whisperEngine/diarization/utils.py
src/gailbot/core/engines/whisperX/__init__.py
src/gailbot/core/engines/whisperX/whisperX.py
src/gailbot/core/pipeline/__init__.py
src/gailbot/core/pipeline/component.py
src/gailbot/core/pipeline/pipeline.py
src/gailbot/core/utils/__init__.py
src/gailbot/core/utils/download.py
src/gailbot/core/utils/general.py
src/gailbot/core/utils/logger.py
src/gailbot/core/utils/media.py
src/gailbot/core/utils/threads.py
src/gailbot/plugins/__init__.py
src/gailbot/plugins/manager.py
src/gailbot/plugins/plugin.py
src/gailbot/plugins/suite.py
src/gailbot/plugins/loader/__init__.py
src/gailbot/plugins/loader/directoryloader.py
src/gailbot/plugins/loader/pluginLoader.py
src/gailbot/plugins/loader/urlloader.py
src/gailbot/services/__init__.py
src/gailbot/services/controller.py
src/gailbot/services/converter/__init__.py
src/gailbot/services/converter/converter.py
src/gailbot/services/converter/payload/__init__.py
src/gailbot/services/converter/payload/audioPayload.py
src/gailbot/services/converter/payload/conversationDirectoryPayload.py
src/gailbot/services/converter/payload/payloadObject.py
src/gailbot/services/converter/payload/transcribedDirPayload.py
src/gailbot/services/converter/payload/videoPayload.py
src/gailbot/services/converter/plugin/__init__.py
src/gailbot/services/converter/plugin/pluginMethod.py
src/gailbot/services/converter/result/__init__.py
src/gailbot/services/converter/result/analysis.py
src/gailbot/services/converter/result/format.py
src/gailbot/services/converter/result/processingStatus.py
src/gailbot/services/converter/result/resultInterface.py
src/gailbot/services/converter/result/transcribe.py
src/gailbot/services/organizer/__init__.py
src/gailbot/services/organizer/organizer.py
src/gailbot/services/organizer/settings/__init__.py
src/gailbot/services/organizer/settings/settingManager.py
src/gailbot/services/organizer/settings/interface/__init__.py
src/gailbot/services/organizer/settings/interface/engineSettingInterface.py
src/gailbot/services/organizer/settings/interface/googleInterface.py
src/gailbot/services/organizer/settings/interface/pluginSettingsInterface.py
src/gailbot/services/organizer/settings/interface/watsonInterface.py
src/gailbot/services/organizer/settings/interface/whisperInterface.py
src/gailbot/services/organizer/settings/interface/whisperXInterface.py
src/gailbot/services/organizer/settings/objects/__init__.py
src/gailbot/services/organizer/settings/objects/engineObject.py
src/gailbot/services/organizer/settings/objects/pluginObject.py
src/gailbot/services/organizer/settings/objects/settingObject.py
src/gailbot/services/organizer/source/__init__.py
src/gailbot/services/organizer/source/source_manager.py
src/gailbot/services/organizer/source/source_object.py
src/gailbot/services/pipeline/__init__.py
src/gailbot/services/pipeline/pipeline.py
src/gailbot/services/pipeline/components/__init__.py
src/gailbot/services/pipeline/components/analysisComponent.py
src/gailbot/services/pipeline/components/formatComponent.py
src/gailbot/services/pipeline/components/progress.py
src/gailbot/services/pipeline/components/transcribeComponent.py
src/gailbot/workspace/__init__.py
src/gailbot/workspace/manager.py
src/testgailbot002.egg-info/PKG-INFO
src/testgailbot002.egg-info/SOURCES.txt
src/testgailbot002.egg-info/dependency_links.txt
src/testgailbot002.egg-info/requires.txt
src/testgailbot002.egg-info/top_level.txt
tests/README
tests/UPDATELOG
tests/__init__.py
tests/test_api.py
tests/test_small.py
tests/configs/__init__.py
tests/configs/configs_test_configs.toml
tests/configs/test_config.py
tests/core/__init__.py
tests/core/engines/__init__.py
tests/core/engines/data.py
tests/core/engines/test_google_engine.py
tests/core/engines/test_watson_am.py
tests/core/engines/test_watson_core.py
tests/core/engines/test_watson_lm.py
tests/core/engines/test_whisper.py
tests/core/engines/test_whisperx.py
tests/core/pipeline/__init__.py
tests/core/pipeline/test_pipeline.py
tests/core/utils/__init__.py
tests/core/utils/test.csv
tests/core/utils/test_general.py
tests/core/utils/test_media.py
tests/core/utils/test_thread.py
tests/plugins/__init__.py
tests/plugins/plugin_data.py
tests/plugins/plugin_data_old.py
tests/plugins/test_plugin.py
tests/plugins/test_plugins_old.py
tests/small-test/gailbot_key.json
tests/small-test/hello1.wav
tests/small-test/hello2.wav
tests/small-test/hello-dir/hello1.wav
tests/small-test/hello-dir/hello2.wav
tests/small-test/hello-dir/hello3.wav
tests/small-test/hello-dir/hello4.wav
tests/small-test/invalidFile/invalidfile1
tests/small-test/invalidFile/invalidfile2
tests/small-test/transcribed-input/.gailbot
tests/small-test/transcribed-input/format.md
tests/small-test/transcribed-input/meta.json
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/conversation.S.ca
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/conversation.cha
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/conversation.csv
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/conversation.gailbot.xml
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/conversation.talkbank.xml
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/conversation.txt
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/format.md
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/merged.wav
tests/small-test/transcribed-input/Analysis/gb_hilab_suite/words.csv
tests/small-test/transcribed-input/Raw/Media/hello1.wav
tests/small-test/transcribed-input/Raw/Media/merged.wav
tests/small-test/transcribed-input/Raw/Transcript/hello1.csv
tests/test_data/__init__.py
tests/test_data/data.py
tests/test_data/path.py
tests/test_data/payload_obj.py
tests/test_data/result_data.py
tests/test_data/setting_data.py
tests/test_data/workspace.py
tests/test_data/sample_suite/config.toml
tests/test_data/sample_suite/src/sample_dir/sample_module1.py
tests/test_data/sample_suite/src/sample_dir2/sample_module2.py
tests/test_data/test_suite/__init__.py
tests/test_data/test_suite/config.toml
tests/test_data/test_suite/src/__init__.py
tests/test_data/test_suite/src/folder1/__init__.py
tests/test_data/test_suite/src/folder1/test_fail1.py
tests/test_data/test_suite/src/folder1/test_fail2.py
tests/test_data/test_suite/src/folder1/test_succ1.py
tests/test_data/test_suite/src/folder1/test_succ2.py
tests/test_data/test_suite/src/folder2/__init__.py
tests/test_data/test_suite/src/folder2/test_succ3.py
tests/test_data/test_suite/src/folder2/test_succ4.py