Tensorflow 2.4.1
Numpy 1.19.5
Matplotlib 3.3.4
opencv 4.5.1
Install the libraries using the following command
$ pip3 install library-name
Extract the zip file in your current directory.
$ unzip Dataset.zip
Now you can run the model.
$ python3 model3.py
Install the libraries using the windows cmd.
$ pip install library-name
Unzip the file in the same directory and then run the model
$ python model3.py