This project involves the development of a comprehensive brain tumor detection and classification system using MRI images integrating both a Django web application and a Tkinter desktop application. The initial steps encompass the collection and preprocessing of a labeled MRI dataset for training. A Convolutional Neural Network (CNN) is constructed using TensorFlow and Keras trained and evaluated on the dataset.
Here're some of the project's best features:
- Tumor Detection
- Tumor Classification
1. install Djnago
pip install django
2. install Tkinter
pip install tk
3. install Pillow
pip install Pillow
Technologies used in the project:
- Python
- Django
- Tkinter