{"id":23747846,"url":"https://github.com/ktaletsk/nccv","last_synced_at":"2025-09-04T21:33:30.326Z","repository":{"id":41312223,"uuid":"129663718","full_name":"ktaletsk/NCCV","owner":"ktaletsk","description":"Short course on computer vision and image processing using Numba+CUDA+OpenCV","archived":false,"fork":false,"pushed_at":"2019-04-15T00:23:34.000Z","size":8,"stargazers_count":22,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-15T15:42:37.495Z","etag":null,"topics":["computer-vision","cuda","jupyter-notebook","numba"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ktaletsk.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-16T00:33:54.000Z","updated_at":"2024-03-11T21:04:33.000Z","dependencies_parsed_at":"2022-08-19T01:20:05.355Z","dependency_job_id":null,"html_url":"https://github.com/ktaletsk/NCCV","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktaletsk%2FNCCV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktaletsk%2FNCCV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktaletsk%2FNCCV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ktaletsk%2FNCCV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ktaletsk","download_url":"https://codeload.github.com/ktaletsk/NCCV/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231999629,"owners_count":18458180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","cuda","jupyter-notebook","numba"],"created_at":"2024-12-31T14:58:07.692Z","updated_at":"2024-12-31T14:58:08.343Z","avatar_url":"https://github.com/ktaletsk.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Short course on computer vision and image processing\n\nWe will be looking at different ways to process images using Python in Jupyter Notebooks.\n\n**Lesson 1.** We start with acquiring images from webcam using OpenCV and efficiently displaying them inside Jupyter Notebook using Pillow library.\n\n🔗 Reference:\nhttps://medium.com/@kostal91/displaying-real-time-webcam-stream-in-ipython-at-relatively-high-framerate-8e67428ac522\n\n📓 Notebook:\n\n🛠 Dependencies installation:\n```\nconda install jupyter\npip install opencv-python\n```\n\n**Lesson 2.** We introduce GPU kernels and CUDA (using Numba) to achieve fast image processing. We introduce convolution operation and convolution kernels to achieve blurring or edge detection. We learn how to apply them using GPU kernels. Finally, we introduce the max pooling layer\n\n🔗 Reference: *Upcoming*\n\n📓 Notebook:\n\n🛠 Dependencies installation:\n```\nconda install numba\nconda install cudatoolkit\n```\n\n**Lesson 3 (in the works).** We connect the layers to build our first neural network.\n\nNext lessons are TBD and will dive deeper in different aspects of image processing and computer vision\n\nThis course uses Python 3 and requires CUDA capable device (NVIDIA GPU) to run kernels (which may change in the future if I rewrite kernels to use AMD cards and/or CPUs).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktaletsk%2Fnccv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fktaletsk%2Fnccv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fktaletsk%2Fnccv/lists"}