Skip to content
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

Example project: Generating metal band names in Tensorflow.js #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

onesandzeroes
Copy link

I'm adding my hobby project https://www.makeitmetal.net/ to the README as an example of what you can do with textgenrnn. This library made it much easier to get the project off the ground, so thanks!

I trained the model in Python but ported it to Tensorflow.js so users could generate output on their end. I can see you've got a tensorflow.js port in your future plans so hopefully what I did is helpful. All the web/JS code is at https://gitlab.com/warsquid/make_it_metal, including an implementation of the custom AttentionWeightedAverage layer. The Python/model training code is at https://gitlab.com/warsquid/metalgen, I tweaked the model slightly to allow multiple context inputs so my JS code might need a bit of adaptation.

I'm adding my hobby project https://www.makeitmetal.net/ to the README as an example of what you can do with textgenrnn. This library made it much easier to get the project off the ground.

I trained the model in Python but ported it to Tensorflow.js so users could generate output on their end. I can see you've got a tensorflow.js port in your future plans so hopefully what I did is helpful. All the web/JS code is at https://gitlab.com/warsquid/make_it_metal, including an implementation of the custom AttentionWeightedAverage layer. The Python/model training code is at https://gitlab.com/warsquid/metalgen, I tweaked the model slightly to allow multiple context inputs so my JS code might need a bit of adaptation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant