The objective of this project is to be able to:
- Classify hand-written characters
- Generate realistic hand-written characters in a given style
The dataset can be download from Kaggle. You can either download this:
- Directly from the website
- Using the Kaggle API as follows:
!kaggle datasets download -d sachinpatel21/az-handwritten-alphabets-in-csv-format -p data --unzip
To classify your own hand-written characters and generate synthetic characters in your own hand-writing style, you can use the interactive streamlit
dashboard. This is hosted on Streamlit Cloud.
You can also launch the dashboard locally by running the following command:
streamlit run dashboard.py