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
- Host: GitHub
- URL: https://github.com/haozhe-py/tensorai
- Owner: Haozhe-py
- Created: 2025-01-15T11:15:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T14:44:28.000Z (9 months ago)
- Last Synced: 2025-03-14T15:43:56.777Z (9 months ago)
- Topics: 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
- Language: Python
- Homepage: https://github.com/Haozhe-py/TensorAI
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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% )