Creating an AI model which can detect all digits from a picture.
- 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.
- Python 3.x
- Streamlit
-
Clone the repository:
git clone https://github.com/ayesha-asad07/digit-recognition-model.git
-
Install the required Package:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py