#123 · Primary category: Image Generation

makegirlsmoe_web

anime deep-learning gan generative-adversarial-network react reactjs

Create Anime Characters with MakeGirlsMoe

Project last updated:12/08/22

GitHub Stars

3.4K

Forks

310

Contributors

9

License

Other

Why we included this project

MakeGirlsMoe generates original anime-style character faces from a set of sliders using a GAN, and this repo is the React front end behind that browser interface. If you want to see how a generative model actually reaches a web page, this is a good reference: it shows how the client calls the remote model, passes the generation parameters, and lays out the results in a clean, interactive page. Do not come here for the model internals, though; the training and inference code live elsewhere. The value is in the wiring, exactly what you would want when building your own demo site around a generative network.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category