Forwarded from Age Of Geeks
GitHub
GitHub - alpv95/Dank-Learning: Dank Learning codebase, generate a meme from any image using AI. Uses a modified version of the…
Dank Learning codebase, generate a meme from any image using AI. Uses a modified version of the Show and Tell image captioning network - GitHub - alpv95/Dank-Learning: Dank Learning codebase, gener...
Forwarded from Machine Learning
Forwarded from Age Of Geeks
✍🏼 Generate handwriting with an in-browser recurrent neural network!
Web demo is available here: https://seanvasquez.com/handwriting-generation/
The model is based on Alex Graves’ 2013 paper on handwriting generation - https://arxiv.org/abs/1308.0850, but adds an inference model to allow for sampling latent style vectors (similar to the VAE model used by SketchRNN - https://arxiv.org/abs/1704.03477). The web demo is implemented with tensorflow.js
Web demo is available here: https://seanvasquez.com/handwriting-generation/
The model is based on Alex Graves’ 2013 paper on handwriting generation - https://arxiv.org/abs/1308.0850, but adds an inference model to allow for sampling latent style vectors (similar to the VAE model used by SketchRNN - https://arxiv.org/abs/1704.03477). The web demo is implemented with tensorflow.js
www.calligrapher.ai
Calligrapher.ai: Realistic computer-generated handwriting
Convert text to handwriting using an in-browser recurrent neural network. Choose from various print and cursive styles. Customize the outputs and download as SVG.
Forwarded from Age Of Geeks
Check out Pose Animator created by Shan Huang - A web animation tool that brings SVG illustrations to life with real time human perception TF.js models.
Play with demos: https://pose-animator-demo.firebaseapp.com
GitHub (with more documentation about how it works): https://github.com/yemount/pose-animator/
Play with demos: https://pose-animator-demo.firebaseapp.com
GitHub (with more documentation about how it works): https://github.com/yemount/pose-animator/
GitHub
GitHub - yemount/pose-animator
Contribute to yemount/pose-animator development by creating an account on GitHub.
The anatomy of a vanilla JavaScript plugin | Go Make Things
https://gomakethings.com/the-anatomy-of-a-vanilla-javascript-plugin/
https://gomakethings.com/the-anatomy-of-a-vanilla-javascript-plugin/
Gomakethings
The anatomy of a vanilla JavaScript plugin
For those of you who are in the process of ditching jQuery, I thought it might be helpful to talk through how I structure my native JavaScript plugins.