pull/495/merge
Heril Changwal 2 years ago committed by GitHub
commit 50b350927d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
Loading…
Cancel
Save