From 8fd24a0fda282eaad056855528e7883137170ed5 Mon Sep 17 00:00:00 2001 From: Heril Changwal Date: Fri, 22 Oct 2021 20:19:42 +0530 Subject: [PATCH] Added Text To Handwriting Converter App Idea --- .../Text-To-Handwriting-Converter.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Projects/2-Intermediate/Text-To-Handwriting-Converter.md diff --git a/Projects/2-Intermediate/Text-To-Handwriting-Converter.md b/Projects/2-Intermediate/Text-To-Handwriting-Converter.md new file mode 100644 index 00000000..03a33bbe --- /dev/null +++ b/Projects/2-Intermediate/Text-To-Handwriting-Converter.md @@ -0,0 +1,25 @@ +#Text To Hand-Writing App + +**Tier:** 2-Intermediate + +Create Hand-written pdf files using text from any .txt file. + +##User Stories + +- [ ]User can type or input any .txt file +- [ ]User can choose the Hand Writing format of choice from the available formats. +- [ ]User can modify features of Hand-Writing such as `colour`,`thickness`,`intensity`. +- [ ]User can save the pdf files generated in the App Library. + +##Bonus Features +- [ ]User can add his/her own fonts too. +- [ ]User can modify page settings(`headers`,`footers`) + +##Useful Links and Resources +- [Generating Sequences With Recurrent Neural Networks](https://arxiv.org/pdf/1308.0850.pdf) +- [The man behind this all. Alex Graves](http://www.cs.toronto.edu/~graves/) + +##Example Projects +- [Text To Handwriting Converter](https://texttohandwriting.com/) +- [Text to handwriting Project in Python](https://github.com/pnshiralkar/text-to-handwriting) +- [Handwriting generation](https://github.com/Grzego/handwriting-generation)