Go to file
Ruben van de Ven c5227d7f8c Webdev workflow 2019-01-23 15:26:44 +01:00
hugvey Webdev workflow 2019-01-23 15:26:44 +01:00
local Webdev workflow 2019-01-23 15:26:44 +01:00
www Webdev workflow 2019-01-23 15:26:44 +01:00
.gitignore Webdev workflow 2019-01-23 15:26:44 +01:00
README.md Webdev workflow 2019-01-23 15:26:44 +01:00
client_config.yml Client now publishes itself 2019-01-16 09:00:49 +01:00
hugvey_client.py First client version 2019-01-15 23:34:59 +01:00
hugvey_server.py Streaming audio to central command when on verbose 2019-01-17 17:39:52 +01:00
requirements.server.txt Basic speaking interaction now working with google + espeak 2019-01-18 15:40:43 +01:00
requirements.txt Basic speaking interaction now working with google + espeak 2019-01-18 15:40:43 +01:00
server_config.yml Webdev workflow 2019-01-23 15:26:44 +01:00
test_pub.py Client now publishes itself 2019-01-16 09:00:49 +01:00
test_sub.py Streaming audio to central command when on verbose 2019-01-17 17:39:52 +01:00
tsconfig.json Starting Panopticon implementation 2019-01-18 19:39:35 +01:00

README.md

Hugvey / Pillow Talk

Server

Run the server: python hugvey_server.py --config server_config.yml

Panopticon

The server also integrates the panopticon, the monitoring & administration interface to Hugvey.

Client

To run it: python hugvey_client.py -c client_config.yml

Development

The Panopticon uses gulp to compile SASS into CSS, and to set up browser-sync for css & js. For now, no js user facing dependencies are managed trough node/npm.