Welcome to MNIST Digit Classifier, a digit classification app powered by advanced machine learning models.
-
MNIST Digit Classifier: Accurately predicts handwritten digits from 0 to 9. 🧮
-
Interactive & Intuitive UI: 🖥️ A modern, sleek user interface designed for easy navigation and enhanced user experience, with a dark theme option and custom animations.
-
Real-time Predictions: 💡 Upload your image and get an instant prediction with the corresponding confidence score.
-
Model Comparison: 📊 Evaluate the performance of both models through accuracy metrics and confidence levels for each prediction.
-
Advanced Technology: Leveraging cutting-edge machine learning algorithms including CNNs (Convolutional Neural Networks) for high accuracy image and digit predictions.
-
Clone the Repository:
git clone https://github.com/SamarthGarge/MNIST_Classification.git
-
Navigate to MNIST App Directory:
cd SamarthGarge/MNIST_Classification/mnist_classification
-
Install the Required Dependencies:
pip install -r requirements.txt
-
Run the MNIST Streamlit App:
streamlit run app.py
-
Open the App: Open your browser and go to
http://localhost:8501
to use the MNIST Digit Classification app.
- Adding more sophisticated image classification models.
- Deploying MNIST Classifier live for broader accessibility.
- Implementing additional UI improvements and advanced animations.