We used the human gastrointestinal (GI) tract endoscopic imagery in order to detect different anomaly types.we used KVASIR dataset for that task. In this task we used Deep Convolutional Neural Network with transfer learning
The KVASIR dataset consists of 8,000 annotated GI tract images in 8 different classes (different annomalies) where 1000 images belong to each class.
- dyed-lifted-polyps
- normal-cecum
- normal-pylorus
- normal-z-line
- esophagitis
- polyps
- ulcerative colitis
- dyed-resection-margins
You can download the image dataset from here
Keras: Keras is a popular deep learning framework.
Numpy & Scikit-learn: For numerical processing and machine learning
Matplotlib: The most popular plotting tool for Python.