Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 432 Bytes

File metadata and controls

9 lines (7 loc) · 432 Bytes

Endoscopic-images-classification-using-machine-learning

A simple project using basic computer vision with K-nearest neighbors algorithm and Histogram of Oriented Gradient descriptor.

Dataset

Kvasir dataset: An open gastrointestinal dataset which contains 8 classes.

I only used 6 classes to make the project more simple.

Library

HOG library credit: HOG