Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

chxru/ee7204-computer-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EE7204 Computer Vision and Image Processing

How to run notebooks

  1. Make sure you have python installed
  2. Create a virtual environment (optional)
python -m venv .venv
source ./venv/Scripts/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Open vscode, select the python interpreter from the virtual environment
    Ctrl + Shift + P -> Python: Select Interpreter
  2. Open and run notebooks

About

notebooks related to ee7204 module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published