Project
# | Title | Team Members | TA | Documents | Sponsor |
---|---|---|---|---|---|
35 | Handwriting Robot With User-Customized Font Style |
Mingchen Sun Xuancheng Liu Zhixiang Liang Zifan Ying |
design_document1.pdf proposal1.pdf |
Gaoang Wang | |
# Handwriting Robot With User-Customized Font Style ## Team Members - Zifan Ying (zifany4) - Zhixiang Liang (zliang18) - Xuancheng Liu (xl124) - Mingchen Sun (msun52) ## Problem Handwriting remains a personal and unique form of expression, yet current digital and automated writing solutions lack the ability to accurately replicate individual handwriting styles. Existing methods either rely on digital fonts that imitate handwriting or require complex, manual customizations. This project addresses the need for an automated system that can learn and reproduce a person's unique handwriting style with high fidelity. By integrating machine learning-based handwriting analysis with robotic writing mechanisms, this system enhances document personalization, enabling applications in personalized correspondence, secure document signing, and artistic reproduction. ## Proposed Solution The proposed solution is a handwriting replication system that learns a user's unique writing style and reproduces it on new documents. The system analyzes sample handwriting using computer vision and machine learning, then employs a robotic mechanism to accurately recreate the learned style onto paper with a pen. The result is realistic, customizable handwritten output that closely mimics the original writing style. ## Solution Components ### Character Learning & Generation - Utilizes computer vision and machine learning to extract and analyze the user’s handwriting style from provided sample documents. - Generates new text in the learned style based on any user-provided input. - Can run on a standard computer or an embedded microcontroller (MCU) for flexibility. ### Writing Mechanism - A two-axis robotic system that writes text with precise, controlled pen movements. - Optional third-axis control to adjust pen pressure or stroke width for enhanced authenticity of writing. - Integrated paper-feeding mechanism to ensure smooth, continuous document production. ## Criteria of Success - The system successfully learns and replicates handwriting styles from the user’s sample documents. - The robotic writing mechanism accurately reproduces the generated text in a natural, human-like manner. - The final output closely matches the user’s real handwriting in style, spacing, and (if applicable) pen pressure. |