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..8dec0991 --- /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 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`) + +## 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)