Skip to content

ayesha-asad07/digit-recognition-model

Repository files navigation

Digit-Recognition-Model

Creating an AI model which can detect all digits from a picture.

Project Structure


  • app.py: Contains the Streamlit frontend code.
  • data.py: Contains code for using built-in TensorFlow datasets.
  • train.py: Contains code for training the model on the data.

Prerequisites

  • Python 3.x
  • Streamlit

Installation

  1. Clone the repository:

    git clone https://github.com/ayesha-asad07/digit-recognition-model.git
  2. Install the required Package:

          pip install -r requirements.txt

How to Run:

  1. Run the Streamlit app:

    streamlit run app.py
    
     

About

Creating an AI Model which can detect all digits from picture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages