Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 820 Bytes

File metadata and controls

18 lines (9 loc) · 820 Bytes

Tumor-x

This django project aims to detect and classify brain tumors using machine learning with an accuracy of 97.554% for detection and 95.3% for classification. then retrieve 5 similar cases

Prediction sample:

unknown (2)

Similar cases sample:

unknown (1)

to install the required libiaries:

pip install -r /path/to/requirements.txt

Please refer to the following solution Pip error: Microsoft Visual C++ 14.0 is required if you experience any VS C++ 14 installation-related problems in Windows.