Change the repository type filter
All
Repositories list
6 repositories
DigitSnap
PublicThis project provides a Flask-based web application for real-time handwritten digit recognition using a Convolutional Neural Network (CNN) model trained on the MNIST dataset. The system allows users to upload images of handwritten digits and get predictions for the full number (e.g., "1234") .- A lightweight Flask web app for recognizing handwritten Devanagari digits (0–9) using a trained CNN model. Users can upload digit images through a clean Bootstrap interface, and the app returns real-time predictions. Includes preprocessing with Pillow, Keras-based inference, and is ready for local or cloud deployment.
UnifiedApi
PublicA fully Dockerized Flask-based API system for recognizing both Western and Devanagari handwritten digits. It features isolated containers for each model, managed via Docker Compose, and served through a unified UI with Nginx reverse proxy. Designed for local development and easy deployment on AWS EC2, the project supports RESTful API interaction.deci-engine
PublicUnifiedDigit
PublicThis repository contains a Flask web application that acts as a unified interface for two different machine learning models—one for predicting decimal digits and another for predicting Devanagari characters. The app allows users to upload an image file, select the model type ('decimal' or 'devanagari'), and receive predictions.ColorData-Api
Public