Skip to content

RoboMaroof/ComputerVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision Projects

This repository contains a series of Jupyter Notebook projects focusing on different aspects of computer vision at beginner level.

Projects

  • 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.

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published