An open API service indexing awesome lists of open source software.

https://github.com/deepraj21/neuroscan

The objective of this project is to develop a machine learning model that can accurately detect brain tumors in medical imaging data, such as MRI scans. By leveraging advanced image processing techniques and machine learning algorithms.
https://github.com/deepraj21/neuroscan

cnn css flask html image-classification js plotly python tensorflow

Last synced: 2 months ago
JSON representation

The objective of this project is to develop a machine learning model that can accurately detect brain tumors in medical imaging data, such as MRI scans. By leveraging advanced image processing techniques and machine learning algorithms.

Awesome Lists containing this project

README

          

# Neuroscan

**_Description:_** The objective of this project is to develop a machine learning model that can accurately detect brain tumors in medical imaging data, such as MRI scans. By leveraging advanced image processing techniques and machine learning algorithms, the model aims to assist healthcare professionals in the early and accurate diagnosis of brain tumors, which can lead to timely treatment interventions and improved patient outcomes.

## Benefits

**_Early and Accurate Diagnosis:_** The developed model can aid healthcare professionals in detecting brain tumors at an early stage, leading to timely intervention and improved patient outcomes.

**_Time and Cost Efficiency:_** Automated brain tumor detection can reduce the time and effort required for manual analysis of MRI scans, enabling healthcare professionals to focus on treatment planning and patient care.

**_Improved Detection Accuracy:_** By leveraging advanced machine learning algorithms, the model can potentially achieve higher accuracy rates in brain tumor detection compared to traditional manual interpretation of scans.

**_Assistive Tool for Healthcare Professionals:_** The model serves as an assistive tool for healthcare professionals, providing additional support and insights in the diagnosis process.

**_Research Advancement:_** The project contributes to the field of medical imaging and machine learning research by exploring novel techniques for brain tumor detection and advancing the understanding of brain tumor analysis using artificial intelligence.

## Run Locally | Installation

```bash
# clone the repository from github
git clone https://github.com/deepraj21/Neuroscan
```
```bash
# enter into the root directory
cd Neuroscan
```
```bash
# make a python virtual Environment
python -m venv venv
```
```bash
# activate the virtual environment
./venv/Scripts/activate
```
```bash
# install the dependencies from the requirements.txt
pip install -r requirements.txt
```
```bash
# Run the flask webapp
flask run

# OR

python app.py
```

## Webapp Preview

![Screenshot 2024-03-05 000442](https://github.com/deepraj21/Neuroscan/assets/83288891/d5e1d2da-4492-404c-aba5-7918a30c639f)

![Screenshot 2024-03-05 000526](https://github.com/deepraj21/Neuroscan/assets/83288891/309aa7e4-361e-4f31-9211-dbab6cf1adcd)

![Screenshot 2024-03-05 000539](https://github.com/deepraj21/Neuroscan/assets/83288891/f2576b66-957b-46f2-bac9-832f4132b795)

![Screenshot 2024-03-05 000621](https://github.com/deepraj21/Neuroscan/assets/83288891/c35d0c68-4477-4751-8283-711957b27d0f)

![Screenshot 2024-03-05 000639](https://github.com/deepraj21/Neuroscan/assets/83288891/01d372e0-458f-4fa9-8506-5690e2d9b20e)

![Screenshot 2024-03-05 000654](https://github.com/deepraj21/Neuroscan/assets/83288891/3401ccec-5a16-47d1-aab3-0d82591006d7)