CNN---Different-Pattern-Recognition-TF-2-

Before Proceeding forward make sure you fulfil the requirements.

Tensorflow 2.4.1
Numpy 1.19.5
Matplotlib 3.3.4
opencv 4.5.1

Hit your terminal and follow these steps if you are in unix based system.

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

For windows user.

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