cat_dog_recognition

CNN project using python, tensorflow, numpy, cv2,matplotlib
dataset images: https://www.kaggle.com/datasets/tongpython/cat-and-dog

USAGE:

1. The first step is cloning the project

$ git clone https://github.com/kiarashfz/cat_dog_recognition.git

2. The second step is creating virtual environment and activate it

$ python -m venv venv
$ source venv/bin/activate

NOTE: This command uses in linux. You can create venv by your IDE or another ways...

3. The third step is installing requirements

$ pip install requirements.txt

NOTE: By this command you'll install just jupyter notebook. Some requirements' installation are commented in the code.

4. The final step is running jupyter notebook and use it in your browser.

$ jupyter notebook

NOTE: Run code scopes using Shift+Enter step by step.