kennysong / adversarial.js

Break neural networks in your browser 🦹‍♂️
https://kennysong.github.io/adversarial.js
145 stars 25 forks source link

How to publish the tensorflow.js project on github.io? #3

Closed hongxin001 closed 2 years ago

hongxin001 commented 2 years ago

Hi,

Thanks for your excellent work. The project is very interesting and gives a webpage framework to display the adversarial attacks. I am curious about how to publish the web project built by tensorflow.js on github.io? Could you share the tutorial for that?

Best Regards

kennysong commented 2 years ago

The link you typed has the instructions already :)

It's just a static HTML page served by this: https://github.io

hongxin001 commented 2 years ago

I see. I thought it should be different to serve a tensorflow.js project.

kennysong commented 2 years ago

It’s all running in client side JS, so can be served with a static site hosting service.