├── LICENSE ├── README.md ├── _config.yml ├── _launch_system.sh ├── clone_and_build.sh ├── create_test_user.sh ├── docker-compose_template.yml ├── emb_logging.yml ├── emb_service.yml ├── enable_languages.sh ├── fluent.conf ├── launch.sh ├── launch_local.sh ├── reverse_proxy ├── Dockerfile ├── reverse_proxy_nginx.conf ├── selfsigned.crt └── selfsigned.key └── w2v_service.yml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/_config.yml -------------------------------------------------------------------------------- /_launch_system.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/_launch_system.sh -------------------------------------------------------------------------------- /clone_and_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/clone_and_build.sh -------------------------------------------------------------------------------- /create_test_user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/create_test_user.sh -------------------------------------------------------------------------------- /docker-compose_template.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/docker-compose_template.yml -------------------------------------------------------------------------------- /emb_logging.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/emb_logging.yml -------------------------------------------------------------------------------- /emb_service.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/emb_service.yml -------------------------------------------------------------------------------- /enable_languages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/enable_languages.sh -------------------------------------------------------------------------------- /fluent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/fluent.conf -------------------------------------------------------------------------------- /launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/launch.sh -------------------------------------------------------------------------------- /launch_local.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/launch_local.sh -------------------------------------------------------------------------------- /reverse_proxy/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/reverse_proxy/Dockerfile -------------------------------------------------------------------------------- /reverse_proxy/reverse_proxy_nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/reverse_proxy/reverse_proxy_nginx.conf -------------------------------------------------------------------------------- /reverse_proxy/selfsigned.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/reverse_proxy/selfsigned.crt -------------------------------------------------------------------------------- /reverse_proxy/selfsigned.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/reverse_proxy/selfsigned.key -------------------------------------------------------------------------------- /w2v_service.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hutomadotAI/Hutoma-Conversational-AI-Platform/HEAD/w2v_service.yml --------------------------------------------------------------------------------