This is "home" for the future "htag demo". It will be a docker app (because my free hosting provider will shutdown my free account, if many people use the online version at the same time)
It will be a lot simpler to intanciate it, on demand ;-)
IMPORTANT : Currently, I'm working on this (the demo is not finnished, and bug a little)
note : The docker is hosted on render.com (in a free account) : so, it may take 50sec to start on-demand, be patient ;-)
You'll need docker command on your host, just run :
docker run -p 8111:8000 ghcr.io/manatlan/htagdemo:latest
or
docker build -t test https://github.com/manatlan/htagdemo.git && docker run -p 8111:8000 --rm test
And surf to http://localhost:8111
git clone https://github.com/manatlan/htagdemo.git
cd htagdemo
./runLocal.sh
It will open the demo in your browser ;-)
git clone https://github.com/manatlan/htagdemo.git
cd htagdemo
./createPythonVenv.sh
python app_demo/server.py
And surf to http://localhost:8000