Deep Learning algorithm in pytorch to detect Hindi Alphabets given in form of images
This project is built using pytorch to train and test the model.
The data set is taken from archieve.ics.uci.edu
Two EPOCHS are done which has given an accuracy of about 95% but can be increased with increasing number of EPOCHS.
In case of memory error, decrease the BATCH_SIZE.