This repository contains a series of Jupyter Notebook projects focusing on different aspects of computer vision at beginner level.
- DogsVsCats.ipynb: An exploration into image classification using a classic dataset of dogs and cats.
- MNIST_Digits_Classification.ipynb: A project that delves into the classification of handwritten digits from the MNIST dataset.
- load_image_opencv.py: Demonstrates basic image loading and operations using OpenCV.
To run these projects, you will need Python 3.x and Jupyter Notebook. Clone the repository and install the required packages:
git clone https://github.com/RoboMaroof/ComputerVision.git
cd ComputerVision
pip install -r requirements.txt