SamarthTech / python-projects-2024

This is the Official Repository of SAMARTH for Open Odyssey 1.0. Contribute your Python Projects, Games, and AI/ML Projects in our Repository 🔥. Make Quality Contributions 😎
MIT License
57 stars 54 forks source link

Handwritten Digit Classification #98

Closed AmitavaDatta2004 closed 1 month ago

AmitavaDatta2004 commented 1 month ago

Handwritten Digit Classification

This project implements a Convolutional Neural Network (CNN) for classifying handwritten digits from the MNIST dataset. The model is built using PyTorch, with added features for interpretability and prediction visualization. The project also includes a REST API for image-based predictions and is configured for deployment with Gunicorn.

Features