Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshita2234/digit-prediction-streamlit-app

A Streamlit application for predicting handwritten digits using a trained machine learning model. This project includes the necessary code to run the Streamlit app and train the model using a Jupyter notebook.
https://github.com/harshita2234/digit-prediction-streamlit-app

jupyter-notebook prediction-model python

Last synced: about 24 hours ago
JSON representation

A Streamlit application for predicting handwritten digits using a trained machine learning model. This project includes the necessary code to run the Streamlit app and train the model using a Jupyter notebook.

Awesome Lists containing this project

README

        

# Digit Prediction Streamlit Web App

A Streamlit application for predicting handwritten digits using a trained machine learning model.
image

image
image

## Project Structure

- `app.py`: Streamlit app script.
- `Training-pipeline.ipynb`: Jupyter notebook for training the digit prediction model.
- `best_weights.pt`: Trained model weights.
- `utils.py`: Utility functions.
- `models.py`: Model definitions.

## Installation

1. Clone the repository:
```bash
git clone https://github.com/harshita2234/Digit-Prediction-Streamlit-App.git
cd Digit-Prediction-Streamlit-App

2. Install Required Packages:
```bash
python3 -m pip install opencv-python torch numpy streamlit streamlit-drawable-canvas plotly torchvision pandas matplotlib tqdm
#or
python -m pip install opencv-python torch numpy streamlit streamlit-drawable-canvas plotly torchvision pandas matplotlib tqdm
3. Unzip the MNIST folder

## Run the App
To run the Streamlit app, navigate to the project directory and execute:
```bash
streamlit run app.py