An AI-powered application that uses machine learning to analyze MRI images and detect brain tumors with high accuracy.
- Upload MRI scans for analysis.
- Automatic tumor detection using trained models.
- Accuracy and performance metrics.
- Machine Learning: Python (TensorFlow/Keras, Scikit-learn)
- Frontend: Streamlit for a user-friendly interface.
- Backend: Python
- Data: MRI scan dataset (include source if publicly available).
- Clone the repository:
git clone https://github.com/Youssif-Asaad-Sobhy/Brain-Tumor-Detection-Using-ML.git
- Install dependencies:
pip install -r requirements.txt
- Run the application:
streamlit run app.py
- Enhance model accuracy with larger datasets.
- Add support for other types of brain abnormalities.
- Deploy as a web or mobile application.
- Contributions are welcome. Feel free to fork the repo and submit pull requests.