This project was my final project as Biomedical Eng. Student
You can use the application to classify brain tumor types with three main steps :
- Uploading the .DICOM files
- Annotating the tumor region
- Waiting for the application to display the result
You can download the dataset from this
Exporting the python packages from the environment Open the terminal, type :
cd server
conda list --explicit > packages.yml
Exporting the javascript packages Open the other terminal, type:
cd client
npm install
Installing mysql server
Open the other terminal, type:
sudo apt-get update
sudo apt-get install mysql-server
After that, set your own DB Server.
Open the terminal, type :
python app.py
Open the other terminal, type:
npm start
The npm will direct you automatically to the browser.
If you have any questions, feel free to contact me at abdulfaqihalm@Gmail.com
This project is licensed under the MIT License - see the LICENSE.md file for details