The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and a test set of 10,000
examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image
git clone https://github.com/yahyoxonqwe/MNIST.git
cd cifar10
To use the MNIST dataset, it is recommended to create a virtual environment in Python. You can do this by using the virtualenv package. First, install virtualenv using pip:
python -m pip install --user virtualenv
python -m venv your_env
your_env\Scripts\activate.bat
pip install -r requirement.txt
jupyter notebook
streamlit run streamlit.py