Simple application to change handwriting of a handwritten copy.
The backend used here is python flask. The handwritten text recognition RCNN model implemented in python. The client for this application is built using react-js, where handwritten copies from the user is sent to the server by rest APIs implemented using flask.
- Multi-Threading for training the model with new dataset in separate thread
- To implement model to generate various handwritings
- Improve UI/UX for the client