zaidalyafeai / ml-projects

Implementation of web friendly ML models using TensorFlow.js. pix2pix, face segmentation, fast style transfer and many more ...
MIT License
647 stars 254 forks source link

Integration with ml5.js #3

Open cvalenzuela opened 5 years ago

cvalenzuela commented 5 years ago

Hey! This is not an issue, but more of an invitation!

You have really cool demos and examples with tf.js. If you are interested, we can work on integrating some of your example and methods into ml5.js

zaidalyafeai commented 5 years ago

@cvalenzuela, it is my pleasure to collabrate with you.

cvalenzuela commented 5 years ago

great! Maybe we can start with pix2pix? your implementation seems to be much faster (and the models smaller) than the one ml5.js has (https://ml5js.org/docs/pix2pix-example). Are you converting directly from keras?

@yining1023 did the port from the original pix2pix tf.js version (https://github.com/affinelayer/pix2pix-tensorflow), so she might help us here!

zaidalyafeai commented 5 years ago

@cvalenzuela, we will continue the conversation in the issue you filed.