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

https://github.com/andrewrgarcia/seedigits-cnn


https://github.com/andrewrgarcia/seedigits-cnn

Last synced: 2 months ago
JSON representation

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.