An open API service indexing awesome lists of open source software.

https://github.com/mdibyo/digitrecognition

This is the first project of the Spring 2014 CS 61C (Machine Structures) class at UC Berkeley. It implements digit recognition in images with support for flipped and rotated digits. It also supports the conversion of a dense image matrix to sparse (in C) and viceversa (in MIPS).
https://github.com/mdibyo/digitrecognition

Last synced: 8 months ago
JSON representation

This is the first project of the Spring 2014 CS 61C (Machine Structures) class at UC Berkeley. It implements digit recognition in images with support for flipped and rotated digits. It also supports the conversion of a dense image matrix to sparse (in C) and viceversa (in MIPS).

Awesome Lists containing this project

README

          

digitRecognition
================

This is the first project of the Spring 2014 CS 61C (Machine Structures) class at UC Berkeley. It implements digit recognition in images with support for flipped and rotated digits. It also supports the conversion of a dense image matrix to sparse (in C) and viceversa (in MIPS).