With Quick, Write! Users are able to perfect their handwriting given AI technology and high-level tracking.
Quick, Write! is a neural network trained OCR model inspired by Google's Quick, Draw! The neural network will try to guess the word you drew, so, take the challenge, how good is your hand writing on a mouse. This project is not deployed, in order to run it, install Tesseract OCR, add it to your path and run the app.py file.
The project consists of the following files inside of the Anisync Folder folder:
app.py: The main Python script.config.py: Contains all constants used in the program.scan_text.py: Performs the OCRscanned_image.py: ScannedImage class used to manipulate the image for better OCR resultsstatic/css: Contains CSS for each of the respective HTML files. The CSS is minified.static/images: Contains all images used in the project.static/js: Contains all the Javascript used in the project.static/drawing: Contains the user drawing.templates: Contains all HTML files used in the project.
- Google: Idea is based on Google's Quickdraw