Giter Club home page Giter Club logo

pleiad's Introduction

#pleiad

Experimental word classifier based on dynamic time warping

Pleiad helps you identify words in an image. Use it when you dont need extensive character recognition and/or dont have much data, and need to identify few pre planned words only.

Pleiad doesn't need extensive training data, just a single image for each class (few more for better result) is all you need.

###Setup

  • Install R (and python)
  • install.packages('dtw') in R shell
  • pip install -r requirements

###Usage

  • Crop words from image and stretch to a fixed size (one size per classifier)

    sample

  • Create Word objects from word images

from pleiad import pleaid
word = pleiad.Word(image, "climb")
  • Train classifier from a list of Words
classifier = pleiad.PleiadClassifier(image.shape)
classifier.train(word_list)
  • Predict
classifier.predict(word)
  • Save for future use
classifier.save('classifierOne')

###Working

Pleiad works by treating the outer outline of each image of word as a time series and predicting by using the dynamic time warping distance between the series.

###License

MIT

Copyright (c) 2014 Abhinav Tushar

pleiad's People

Contributors

lepisma avatar

Watchers

 avatar  avatar  avatar

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.