Merge c434920e27
into 08b771c863
commit
50b350927d
@ -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…
Reference in new issue