We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As far as I can see this is the 2018 version of the release of posenet.
Also was wondering if you can simple give a 'true' offline experience without all the extra dependencies around it like (node,yarn,...).
Basically is it possible just to have the client-side html/js/css files without the whole server thing?
The text was updated successfully, but these errors were encountered:
Hi @sklipnoty Yes I will update to 2.0
You can get completely offline by running: cd client yarn distribute
cd client
yarn distribute
This will create a distributable package for a specific file system of the client side files.
Also make sure to edit the file client/distribute.js with the target os.
client/distribute.js
This needs to be documented better, so we can add that as an issue.
Sorry, something went wrong.
No branches or pull requests
As far as I can see this is the 2018 version of the release of posenet.
Also was wondering if you can simple give a 'true' offline experience without all the extra dependencies around it like (node,yarn,...).
Basically is it possible just to have the client-side html/js/css files without the whole server thing?
The text was updated successfully, but these errors were encountered: