This MATLAB project applies Convolutional Neural Networks (CNNs) to endoscopic images for identifying gastrointestinal (GI) abnormalities like ulcers, inflammation, and tumors.
Endoscopic imaging is crucial in early detection of GI diseases. This project automates the identification process using a CNN-based approach built in MATLAB, making diagnosis faster and more efficient.
main.m– Main execution file (run this to start the process).mfiles – Source code for feature extraction, CNN layers, processing logic.matfiles – Include trained models, datasets, and intermediate resultsPresentation.pptx– Final presentation slidesProject_Report.pdf– Detailed technical report
- Open MATLAB
- Set the current directory to this project folder
- Run: main.m file
