From 8fd24a0fda282eaad056855528e7883137170ed5 Mon Sep 17 00:00:00 2001 From: Heril Changwal Date: Fri, 22 Oct 2021 20:19:42 +0530 Subject: [PATCH 1/2] 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) From c434920e27100bd2c142b0a720414c68e315cde0 Mon Sep 17 00:00:00 2001 From: Heril Changwal <76246330+Heril18@users.noreply.github.com> Date: Fri, 22 Oct 2021 20:23:39 +0530 Subject: [PATCH 2/2] Update Text-To-Handwriting-Converter.md --- .../Text-To-Handwriting-Converter.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Projects/2-Intermediate/Text-To-Handwriting-Converter.md b/Projects/2-Intermediate/Text-To-Handwriting-Converter.md index 03a33bbe..8dec0991 100644 --- a/Projects/2-Intermediate/Text-To-Handwriting-Converter.md +++ b/Projects/2-Intermediate/Text-To-Handwriting-Converter.md @@ -1,25 +1,25 @@ -#Text To Hand-Writing App +# Text To Hand-Writing App **Tier:** 2-Intermediate Create Hand-written pdf files using text from any .txt file. -##User Stories +## 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. +- [ ] User can type or input any .txt file +- [ ] User can choose the Hand Writing format of his/her own 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`) +## Bonus Features +- [ ] User can add his/her own fonts too. +- [ ] User can modify page settings(`headers`,`footers`) -##Useful Links and Resources +## 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 +## 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)