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

Commits on Jun 2, 2021

  1. Example project: Generating metal band names in Tensorflow.js

    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.
    onesandzeroes committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    fe292f1 View commit details
    Browse the repository at this point in the history