bbday / cs3449-captcha-recognition

Term project for Machine Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captcha Recognition

This project is the simple example of practical appliance of machine learning using C#. [Term project for Machine Learning course]

This application has several functions.

  1. Generating captcha datasets (via System.Drawing)
  2. Preprocessing. All images must be prepared before training NN. This steps include:
    • Removing noise.
    • Detecting individual characters.
    • Cutting characters and normalizing them. This done with OpenCV library
  3. Training Fast Artificial Neural Network Library
  4. Testing and showing report:

Captcha Recognition

About

Term project for Machine Learning


Languages

Language:C# 100.0%