https://github.com/mainakverse/brain-scan-ai
This application uses deep learning to analyze brain MRI images and classify them into different categories of brain tumors. The system is designed to assist medical professionals in the diagnostic process.
https://github.com/mainakverse/brain-scan-ai
brain-tumor-classification generative-ai image-processing neural-network streamlit-webapp
Last synced: 6 months ago
JSON representation
This application uses deep learning to analyze brain MRI images and classify them into different categories of brain tumors. The system is designed to assist medical professionals in the diagnostic process.
- Host: GitHub
- URL: https://github.com/mainakverse/brain-scan-ai
- Owner: MainakVerse
- License: mit
- Created: 2025-03-02T03:17:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T03:23:41.000Z (over 1 year ago)
- Last Synced: 2025-03-02T04:21:12.347Z (over 1 year ago)
- Topics: brain-tumor-classification, generative-ai, image-processing, neural-network, streamlit-webapp
- Language: Jupyter Notebook
- Homepage: https://brain-scan-ai.streamlit.app/
- Size: 10.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brain-Scan-AI

This application uses deep learning to analyze brain MRI images and classify them into different categories of brain tumors. The system is designed to assist medical professionals in the diagnostic process.
## How it Works
The classification system employs a convolutional neural network (CNN) trained on thousands of brain MRI images. The model has learned to identify patterns and features associated with different types of brain tumors.
When you upload an MRI image, the system:
- Preprocesses the image to match the format expected by the model
- Passes the processed image through the neural network
- Analyzes the output to determine the most likely classification
- Presents the results with the associated confidence level
## Categories
- Glioma: Tumors that arise from glial cells
- Meningioma: Tumors that develop in the meninges
- Pituitary: Tumors of the pituitary gland
- Other: Less common brain tumor types
- No Tumor: Normal brain MRI with no detectable tumor