webmachinelearning / model-loader

🧪 Model Loader API
https://webmachinelearning.github.io/model-loader/
Other
30 stars 10 forks source link

Make the sample code same as our plan in prototype #12

Closed yuhonglin closed 2 years ago

yuhonglin commented 2 years ago

We have decided to make the model loader API consistent with the WebNN API. This leads to significant changes in the API. We also want to offload the work of "model downloading" to users because it will be very easy for them (e.g. using fetch()) but is very complex for us.