Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/script-0/breast-cancer-ai-assistant

Initiated within the frame of MLPC Pipo Competition, it is a web application based AI assistant useful for cancerologists to determine whether patients suffering or likely to suffer from breast cancer. This is done in 02 steps : Mammography and Biopsy .
https://github.com/script-0/breast-cancer-ai-assistant

breast-cancer computer-vision flask-application healthcare-application mlpc-pipo-competition

Last synced: 5 days ago
JSON representation

Initiated within the frame of MLPC Pipo Competition, it is a web application based AI assistant useful for cancerologists to determine whether patients suffering or likely to suffer from breast cancer. This is done in 02 steps : Mammography and Biopsy .

Awesome Lists containing this project

README

        

# Breast-Cancer-AI-Assistant
> *"There can be life after breast cancer. The prerequisite is early detection."* - [Ann Jillian](https://en.wikipedia.org/wiki/Ann_Jillian)

Initiated within the frame of MLPC Pipo Competition, it is a web application based AI assistant useful for cancerologists to determine whether patients suffering or likely to suffer from breast cancer. This is done in 02 steps :
1. Mammography ( considering patient's medical past results )
2. Biopsy ( realizing the tumor's mask from mammogram ).

All backed with Flask.
The full description is presented on [Breast_Cancer.pdf](paper/Breast_Cancer.pdf)

## Preview

### Mammography





### Biopsy





## Installation Guide
1. Install python 3.7 (if it is not installed ) :
- `sudo apt update`
- `sudo apt install software-properties-common`
- `sudo add-apt-repository ppa:deadsnakes/ppa`
- `sudo apt update`
- `sudo apt install python3.7`
2. Clone the repository : `git clone -b main https://github.com/script-0/Breast-Cancer-AI-Assistant/`
3. Open (Enter in) the directory : `Breast-Cancer-AI-Assistant`
4. Install the dependancies : `pip3 install -r requirements.txt`
5. Run the program:
* `python3 app.py`
* The server would be launched. Open the web browser and enter the link `http://127.0.0.1:5000`, now you can use the project

## For online deploiement
Use version on `deploy` branch.

## More to come
- [x] Installation Guide
- [x] Some Captures
- [x] Deploy