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

https://github.com/zivmax/si100b-2022fa-proj

This repository contains all of our team's project files of SI100B (Shanghaitech University)
https://github.com/zivmax/si100b-2022fa-proj

handwritten-digit-recognition image-processing knn-algorithm opencv raspberry-pi

Last synced: about 1 month ago
JSON representation

This repository contains all of our team's project files of SI100B (Shanghaitech University)

Awesome Lists containing this project

README

          

# Handwritten Number Recognition

This project is SI100B(_Shanghaitech University_).

* * *

## Description of This Project

In this project, we will try to perform simple recognition of handwritten numbers.

* Raspberry Pi will be our platform, on which we will complete operations such as color gamut conversion, segmentation, and denoising of digital images.

* After that, we will complete the recognition of handwritten numbers based on the KNN algorithm.

* In addition, we will build a digital tube display circuit to display the results, and a camera control circuit to control the shooting of the camera.

## Parts of the Project

* __Circuit__
>
> 1\. Circuit construction
>
> 2\. Digital tube
>
> 3\. Camera control

![pic of circuit](https://gitee.com/zivmax/pics/raw/github/pic-of-circuit.jpg)

* __Python__
>
> 1\. OpenCV
>
> 2\. KNN algorithm
>
> 3\. Image Processing

![pic of knn](https://gitee.com/zivmax/pics/raw/github/pic-of-knn.jpg)
* __Raspberry Pi__
>
> 1\. Remote Control
>
> 2\. GPIO
>
> 3\. Pi Camera

![pic of Rasp_pi](https://gitee.com/zivmax/pics/raw/github/pic-of-Rasp_pi.jpg)

## the Hardwares We Used

![hardwares we used](https://gitee.com/zivmax/pics/raw/github/hardware-we-used.jpg)