-
Notifications
You must be signed in to change notification settings - Fork 6
Wasm build demo #45
New issue
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
base: main
Are you sure you want to change the base?
Wasm build demo #45
Conversation
mv2/wasm/README.md
Outdated
|
||
## Prerequisites | ||
|
||
- [Emscripten](https://emscripten.org/docs/getting_started/Tutorial.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a link to your readme?
'Refer to the wasm readme for setup guide.'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on all the JS! It's a great demo of et in browser.
mv2/wasm/README.md
Outdated
``` | ||
|
||
2. Following the setup guide in [Setting up ExecuTorch](https://pytorch.org/executorch/main/getting-started-setup) | ||
you should be able to get the basic development environment for ExecuTorch working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: might be easier to say pip install executorch
for the python components to export model
Summary
Added instructions on how to build a demo webpage that takes allows users to upload a copy of mv2.pte along with an image to classify it natively in the browser.
Test plan
Following the steps in the README.md:
Then, go to http://localhost:8000/demo.html and upload mv2.pte and an image to classify.