A simple AI model that recognizes handwritten digits (0-9) using the MNIST dataset and Logistic Regression.
βοΈ Uses MNIST dataset for handwritten digits.
βοΈ Trains a Logistic Regression model to classify digits.
βοΈ Predicts and displays a test digit with accuracy.
1οΈβ£ Install dependencies:
pip install pandas numpy matplotlib scikit-learn