This repository contain codes to classify 12 handwritten words collected by different people.
We collected the dataset which is publically available at : https://www.kaggle.com/nabeel965/handwritten-words-dataset
A sample image is shown below:
Following two approaches are used to preprocessing input and feature extraction:
- Histogram of Gradients (HOG)
- Principal Component Analysis (PCA)
Following two methods are used for classification purpose:
- K-Nearest Neighbors
- Artificial Neural Network