Machine Intelligence Archive
1 subscriber
3 photos
2 files
53 links
Machine Intelligence, Machine Learning, Artificial Intelligence, Data Science, Data Processing, Natural Language Processing, Computer Vision.
Download Telegram
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
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/