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

https://github.com/haozhe-py/tensorai

An Image Recognition AI tool, which is use to show the number on a picture. (0~9 only) TEST Accuracy: 0.97
https://github.com/haozhe-py/tensorai

artificial-intelligence convolution convolutional-neural-network convolutional-neural-networks image-classification image-processing image-recognition keras keras-classification-models keras-models keras-tensorflow neural-network neural-networks python python-3 python3 tensorflow2

Last synced: about 2 months ago
JSON representation

An Image Recognition AI tool, which is use to show the number on a picture. (0~9 only) TEST Accuracy: 0.97

Awesome Lists containing this project

README

          

# TensorAI-0.0.1: An Image Recognition AI tool

> [!Important]
> If you' re looking for a `TensorAI` for `PyTorch`,
> see [PyTorchMNIST](https://github.com/Haozhe-py/PyTorchMNIST)

## Introduction

Welcome to use `TensorAI-0.0.1`, an Image Recognition AI tool,
which is use to show the number on a picture. (0~9 only)

Please `pip install tensorflow pillow` before using it.

Trained on the **MNIST** dataset.

## Usage

* train:
* `python3 main.py train`

* **run:**
* `python3 main.py run`
* or `python3 main.py`
* Input the path of your `PNG` file and the model will show the number on the picture.

---

**TEST** Accuracy: 0.97 ( 97% )