Giter VIP home page Giter VIP logo

mimikro's Introduction

mimikro header

A human's interpretation of a machine mimicking human handwriting.

Computers are notoriously bad in generating self-similar sequences like handwritten script: They lack a certain natural context-aware "randomness".

Humans, on the other hand, are really bad at repetitive, precise tasks and are prone to introduce quirks and deviations over time.

Let's combine our weaknesses and team up for a new font!

Process

  1. Recurrent Neural Networks can generate convincing handwriting. The paper Generating Sequences With Recurrent Neural Networks by Alex Graves explains the process

  2. No need to understand in in-depth!
    Instead, use Sean Vasquez's implementation to generate seemingly handwritten text as SVG vector graphics.
    The recurrent neural network was trained using human examples, and therefore features many human-specific oddities:

    • Glyphs are more slanted towards the end of each row, as the writer's hand tends to rotate
    • Letter features (like a descenders and ascenders) are more pronounced or softened, depending on neighbouring characters
  3. Use a pen plotter and ballpoint pen to draw them on paper sheets. This introduces jitters and opacity variations

  4. Scan the results in a flatbed scanner, because you need every bit of resolution!

  5. Trace every letter. In this step, opacity variations are translated into stroke-width variations to simulate different gray tones. Furthermore, a global slanting angle has to be chosen (we're not doing a cursive Garamond here, after all!)

  6. Compose a font using eg. Glyphs Mini to do the heavy lifting. Feel free to add ligatures and kerning tables, it may help to connect the letters

Results of the May 2019 Run

Mimikro regular

Download as…

Mimikro light

Download as…

mimikro's People

Contributors

bskp avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mimikro's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.