Code Monkey home page Code Monkey logo

machinelearninghandwritingrecognitiontensorflow's Introduction

Handwriting Recognition with CNN

Introduction

I have developed two convolutional neural networks (CNNs) for handwriting recognition, one using my own implementation and the other using TensorFlow. The final CNN is demonstrated using Tkinter, where you can enter any handwritten text (preferably using MS Paint) and my program will output a .txt file using the CNN.

The full documentation for my product, including citations and inspirations, can be found in the repository.

Libraries Used

Note: For development, I highly recommend the Spyder IDE (Anaconda), especially if you are reformatting the MNIST dataset as its variable explorer is very useful.

  • OpenCV (cv2): To install, run pip install cv2 in the command prompt.
  • Tkinter (part of the standard library)
  • NumPy: To install, run pip install numpy in the command prompt.
  • Pillow (PIL): To install, run pip install pillow in the command prompt.
  • SciPy: To install, run pip install scipy in the command prompt.
  • Matplotlib: To install, run pip install matplotlib in the command prompt.
  • Tensorflow: To install, run pip install tensorflow in the command prompt.

How to Use

To use the handwriting recognition program, run the finalGUI.py file using an IDE (for some reason it doesn't run if you click on the .py file, so open the file in an IDE first and then run it). This will open the GUI where you can input your handwritten text.

More Information

For more information on the development process of the neural network, see the MLdocumentation.docx file in the repository.

machinelearninghandwritingrecognitiontensorflow's People

Contributors

sahilg25 avatar

Watchers

 avatar  avatar

Forkers

benax-rw

machinelearninghandwritingrecognitiontensorflow's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.