Code Monkey home page Code Monkey logo

handwritingrecog's People

Contributors

maleco avatar stevenbosch avatar xeryustc avatar

Watchers

 avatar  avatar

handwritingrecog's Issues

Create lexicon

Parse all the supplied files to find the possible words and their frequencies.

Inspect character cutouts

Check the cutouts to see if characters can be categorized/cutout by using some sort of prototype window size

make trainer.py

Combine creation of segments, extracting hog features and training svm or other modules in one script

Complete the pipeline

Complete the pipeline, so that we can correctly classify the words in a given image file by using the given input/output structure,.

Organize the code

Re-organize the code so that it corresponds with the given structure, i.e.:

  1. The main file is called recognizer.py and runs the entire pipeline. It requires 3 arguments:
    Input image, Input words file containing the word locations, output words location where we need to write our results.
  2. All the code should run after a single make command
  3. Our own code should walk through the pipeline by using modules, every step (preprocess, etc.) should be a different module, called from the main file: recognizer.py

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.