Show HN: Generate realistic handwriting with neural networks [demo]
11–20 of 21 posts
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#12Re: Show HN: Generate realistic handwriting with neural networks [demo]
#13Re: Show HN: Generate realistic handwriting with neural networks [demo]
#14I remember handing one to a VC who was mighty impressed and said, "wow, the software you used is amazing. Each character varies slightly. I'm impressed."
We didn't get an investment from their firm though; impressive as the cards may have been our actual product didn't appeal to them.
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#15Style 6 seems to have a little bug handling the letter combination "ex" at higher legibility. Try the phrase "I had to collect things from my ex" to see what I mean. It goes delightfully crazy off the side of the page.
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#16Re: Show HN: Generate realistic handwriting with neural networks [demo]
#17Re: Show HN: Generate realistic handwriting with neural networks [demo]
#18Had a lot of fun playing with it, but the character limit kept me from seeing what a paragraph would look like (spacing between the lines test).
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#19Hey HN — This is a simple web app that allows you to enter text and watch as an in-browser neural network generates the corresponding handwriting in real time. I’m happy to hear feedback or answer questions about how it works!
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#20Hey HN — This is a simple web app that allows you to enter text and watch as an in-browser neural network generates the corresponding handwriting in real time. I’m happy to hear feedback or answer questions about how it works!
Very neat! Would you be willing to share more about how you're implementing the in-browser neural network? Doesn't look like webassembly, and I don't see you load any external libraries, just download a binary with content-type "application/macbinary".