##In this app you need to provide an brain scan image of either no tumor, menigioma, glioma, or pituary tumor.You will then be provided a prediction with confidence % as welll as a saliency map which helps determine which areas contribute most to classfiication. An llm explanation is also provided.
##Create venv and install requirements
-
python -m venv venv
-
venv/Scripts/Activate
-
pip install -r requirements.txt
-
streamlit run app.py