https://github.com/andrewrgarcia/seedigits-cnn
https://github.com/andrewrgarcia/seedigits-cnn
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewrgarcia/seedigits-cnn
- Owner: andrewrgarcia
- License: mit
- Created: 2025-01-19T15:10:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T04:56:00.000Z (4 months ago)
- Last Synced: 2025-03-18T15:52:16.997Z (2 months ago)
- Language: Python
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CNN Model for SeeDigits
This repository contains the Convolutional Neural Network (CNN) model architecture and the trained model file used for the [SeeDigits](https://seedigits.vercel.app) site.
## Contents
1. **`mnist_model.onnx`**:
The trained ONNX model file that powers digit recognition on the SeeDigits site.2. **Model Architecture**:
A Convolutional Neural Network (CNN) designed to classify handwritten digits, trained on the MNIST dataset.## Usage
You can use the model file in this repository to perform digit recognition tasks in any project that supports ONNX. The file is located in the `model/` directory:
**Path to the ONNX model:**
```
https://raw.githubusercontent.com/andrewrgarcia/seedigits-cnn/main/mnist_model.onnx
```If forked, replace `` and `` with the actual GitHub username and repository name.
## About SeeDigits
SeeDigits is a web application where users can draw digits, and the neural network predicts the number. Check it out [here](https://seedigits.vercel.app).
## License
This project is open-source and licensed under the MIT License. Feel free to use and modify it as needed.