vufa / homo

An open source natural interaction system based on offline wake-up, natural language understanding and sentiment analysis
MIT License
260 stars 60 forks source link

I suggest package it as a Docker image #1

Closed stardiviner closed 5 years ago

stardiviner commented 5 years ago

If this is provide as a Docker image would be better and simple to use. WDYT?

vufa commented 5 years ago

:wink:Agree, I am working on it.

stardiviner commented 5 years ago

Any update on this? Just ping..

vufa commented 5 years ago

Travis-ci is ready to work, :thinking: but I am considering that webview + x11 in docker may not be a good solution. :star2:The x11 docker image will be released in the next few days, and I plan to create a web server as the interface.

stardiviner commented 5 years ago

I see, a web server seems a good solution. Don't know whather Docker can work good for x11 application.

linonetwo commented 5 years ago

What does X11 mean, is that something likes electron? Maybe it can be run as a standalone app, and connect to the server running in the docker.

vufa commented 5 years ago

:tada: Docker image is ready: 快速开始(Linux)

vufa commented 5 years ago

What does X11 mean, is that something likes electron? Maybe it can be run as a standalone app, and connect to the server running in the docker.

The docker container will connect to the host's X11 server and share hardware(audio, etc.) with the host, the same as the native application. :satisfied: As I said before, I plan to create a web server as the interface.