This Github Repository provides an Optical Character Recognition (OCR) solution focused on detecting lowercase English characters from images using deep learning. The input training dataset includes over 200,000 images of alphanumeric characters generated in 3475 font styles. The project includes building and training custom CNN using pre-trained models (EfficientNetB7, MobileNetV2, VGG19, DenseNet121) for character recognition.
The dataset used in this project can be found on Kaggle: Optical Character Recognition (OCR) Dataset.
To get started with this project:
- Clone this repository to your local machine.
- Ensure you have Jupyter Notebook installed and running.
- Install the required dependencies.
- Download the "Optical Character Recognition (OCR) Dataset" and place it in the designated directory.
- Open and run the Jupyter Notebook "Optical-Character-Recognition.ipynb" to train and evaluate the model.
We welcome contributions to enhance the functionality and efficiency of this script. Feel free to fork, modify, and make pull requests to this repository. To contribute:
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
). - Commit your Changes (
git commit -m 'Add some AmazingFeature'
). - Push to the Branch (
git push origin feature/AmazingFeature
). - Open a Pull Request against the
main
branch.
This project is licensed under the MIT License - see the LICENSE
file for details.
Author: Akhil Chhibber
LinkedIn: https://www.linkedin.com/in/akhilchhibber/
Medium Blogs: https://medium.com/@akhil.chibber