This Streamlit app allows you to upload an MRI image and predict if there's a brain tumor or not. The app uses a trained Keras model to make the predictions.
[https://braintumorprediction-shantanucodes.streamlit.app/]
To train the model, we used the MRI brain tumor dataset. You can download the dataset containing Images from the following link: Download Dataset
To train the model, follow the steps outlined in the main.ipynb
file.
To run the Streamlit app, you'll need to clone the repository and install the required Python packages. Use the following command to install the dependencies:
-
Clone this repository to your local machine using the following command:
gh repo clone knockcat/Brain-Tumor-Detection cd Brain-Tumor-Detection
To use the Brain Tumor Detection Streamlit App, follow these steps:
pip install -r requirements.txt
streamlit run app.py
This project was created by Shantanu Vedante. You can connect with me on LinkedIn and follow me [here]