Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 547 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 547 Bytes

Coding Ninjas Assignment

This is the assignment on basic OpenCV operations. It has some errors. Let's see if you can find them.

Instructions

  1. Clone or download the repository.
  2. Run the code and try to identify the errors in the implementation.
  3. Debug and fix the errors to make the code run correctly.
  4. Submit your solution after debugging.

Setup

To set up the project:

  1. Clone or download the repository.

  2. Install the required dependencies by running the following command:

    pip install -r requirements.txt