This is a Handwritten Digit Recognition Web App using Python, Flask, and Logistic Regression.
Users can draw digits (0-9) on a canvas, and the web app predicts the digit using a trained machine learning model.
- Draw digits directly on a web canvas.
- Predicts digits using a Logistic Regression model trained on the
sklearn.datasets.load_digitsdataset. - Web interface built with HTML, CSS, and JavaScript.
- Mobile-friendly and responsive design.