Found 250 repositories(showing 30)
Brain Tumor Classification with Efficient Net Convolutional Neural Network (CNNs)
SammAsuba
Brain tumor classification model from MRI scans using a Convolutional Neural Newtwork (CNN) built with Tensor flow/Keras.
SoroushMehraban
Brain tumor classification of input images with different CNN architectures
This project aims to develop a deep learning model for the automatic classification of brain tumors from MRI scans. Leveraging Convolutional Neural Networks (CNNs), the model learns to distinguish between different types of brain tumors, including glioma, meningioma, pituitary tumors, and healthy brain tissue.
aghabidareh
Classification of Brain Tumors with CNN and OpenCV using Python
amanagr13
Classification of HGG and LGG type of Brain Tumor using CNN with keras implementation
Ashutosh-AIBOT
Professional Medical-Grade CNN for Brain Tumor MRI classification (98.75% Accuracy) with Dockerized Streamlit deployment.
marcinbrzezanski
Project made in Jupyter Notebook with Kaggle Brain tumors 256x256 dataset, which aims at the classification of brain MRI images into four categories, using custom CNN model, transfer learning VGG16 model and fine tuning.
The code implements a CNN in PyTorch for brain tumor classification from MRI images. It customizes data handling, applies transformations, and trains the model using cross-entropy loss with an Adam optimizer. Performance is assessed with accuracy, classification reports, and confusion matrices.
Implementation of a Hybrid SwinV2 Transformer + CNN architecture for multi-class brain tumor MRI classification. The model fuses global self-attention with local convolutional features, achieving 97% accuracy on benchmark datasets and supporting real-time inference via a PyQt5 GUI.
lewiuberg
Classification of MRI images of Brain Tumor to help the medical doctors in analyzing and interpreting the MRI images. Due to the increased disease rates in humans, the need for an Automated Disease Diagnosis (ADD) systems is also raised. Most of the ADD systems are proposed to support the doctor during the screening and decision making process. This research aims at developing a Computer Aided Disease Diagnosis (CADD) scheme to categorize the brain tumor of 2D MRI slices into Glioblastoma/Glioma class with better accuracy. The idea is to develop a CADD system with Convolutional-Neural-Network (CNN) supported segmentation and classification.
Manar-alwsaidi
classification brain tumors with CNN
NouraMedhat28
No description available
This project uses Convolutional Neural Networks (CNN) to classify brain tumor types from MRI scans, aiding in early diagnosis and treatment planning. The model analyzes labeled MRI images, offering fast and accurate predictions for medical practitioners.
DanielHatakeyama
Brain tumor classification using CNNs with Grad-CAM for interpretability
KavinKohli
Brain tumor MRI classification using CNNs with transfer learning (ResNet/EfficientNet).
AbdullahProject
A CNN-based web app that detects brain tumors from MRI scans. Upload an image and get instant predictions with tumor type classification.
bindhu0404
Deep learning-based CNN model for brain tumor detection using MRI images. Built with TensorFlow & Keras, leveraging data augmentation (1000+ images) for high accuracy classification as 'Brain Tumor' or 'Healthy'.
varshanathkm
Brain tumor detection using Convolutional Neural Networks (CNN) achieving 95% accuracy. This project involves preprocessing MRI images, training a CNN model for tumor classification, and evaluating performance with high precision.
Pranav-s-salian
Medical Tumor Classification, Using CNN Architecture, and is trained with 10,000+ images of x-ray scans of the brain!!
PURNESH2
A deep learning-based automated brain tumor classification system that analyzes MRI images to detect the presence of tumors using Convolutional Neural Networks (CNN) with transfer learning.
tirthosaha69
🧠 Brain Tumor Detection Web App built with Flask & CNN. Upload MRI scans to detect brain tumors (glioma, meningioma, pituitary, or no tumor). Includes custom CNN model, .h5 weight saving, preprocessing, accuracy/loss visualization, and an interactive UI for real-time medical image classification.
amirhosseinkarimi7
Utilizing CV with libraries such as keras and tensorflow to create a CNN classifier for classification of brain tumors by MRI brainscan
The goal is to build a Convolutional Neural Network (CNN) for brain tumor classification using MRI images with four different classes, is to accurately classify MRI images into one of the four categories related to brain tumors.
GusGitMath
TensorFlow 2.16 CNN for brain tumor classification with 99.7% accuracy. Features data augmentation, ReduceLROnPlateau, ModelCheckpoint for optimization, and GPU support. Explore the efficient architecture and training process.
shreeyashsubhashpawar
Brain Tumor Classification with Grad-CAM Visualization This project aims to classify brain tumors from MRI images using a Convolutional Neural Network (CNN) and visualize model attention with Grad-CAM. It provides an intuitive web interface for clinicians and users to understand both predictions and the underlying model focus areas.
GusLovesMath
Built a CNN for MRI brain tumor classification (Glioma, Meningioma, No Tumor, Pituitary) with 99.4% accuracy. Used data augmentation, optimized learning rates (Adam), and included EarlyStopping, ReduceLROnPlateau for superior performance, averting overfitting. Boosts early, accurate diagnosis, advancing medical treatment.
Optimized CNN architecture (4x4 filters, Tanh activation, Adam optimizer, 16-32-16 layer pattern) for binary classification of malignant brain tumor MRIs with 98.65% accuracy. Includes a trained Mask R-CNN segmentation model built with TensorFlow/CUDA. Built for ISEF 2023.
An AI-powered brain tumor detection system using machine learning and deep learning models. Includes classification with CNN, VGG16, AdaBoost, CatBoost, and ensemble voting. Built with Python, trained in Google Colab, and deployed via Flask.
🧠 Brain Tumor MRI Classification using CNN (PyTorch) with live tracking, overfitting prevention, and deployment-ready Gradio app. Trained on Kaggle MRI dataset with clean preprocessing and 90%+ accuracy. Includes app.py for Render deployment.