Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 449 Bytes

File metadata and controls

9 lines (6 loc) · 449 Bytes

##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

  1. python -m venv venv

  2. venv/Scripts/Activate

  3. pip install -r requirements.txt

  4. streamlit run app.py