tensorflow / tfjs

A WebGL accelerated JavaScript library for training and deploying ML models.
https://js.tensorflow.org
Apache License 2.0
18.5k stars 1.93k forks source link

Contribute a TFJS example #4617

Closed Rishit-dagli closed 3 years ago

Rishit-dagli commented 3 years ago

I am looking to contribute a and example to the tfjs-examples repository which asks to first reach out via a GitHub issue.

I am planning on contributing the MIRNet-TFJS example by me. This is a minimalistic example that aims to enhance low-light images up to a great extent on the web. As an example some of the results are as follows:

image

You are requested to kindly help me if this example would be a good fit to contribute and if so what my next steps would be.

pyu10055 commented 3 years ago

@Rishit-dagli This is very cool! Since you already have a separate github repo, it will be easier to add to our gallery page without duplicating the effort. Thanks!

jasonmayes commented 3 years ago

This one: https://github.com/tensorflow/tfjs/blob/master/GALLERY.md

Rishit-dagli commented 3 years ago

@pyu10055 Sure that makes sense, I will make a PR adding this project to the gallery page. Thanks, @jasonmayes for sharing the gallery page.