Ecosyste.ms: Awesome

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

https://github.com/fahriwps/breast-cancer-detection

Breast cancer mass detection using YOLO object detection algorithm and GUI
https://github.com/fahriwps/breast-cancer-detection

cancer deep-learning opencv python yolov3

Last synced: 12 days ago
JSON representation

Breast cancer mass detection using YOLO object detection algorithm and GUI

Lists

README

        

# Introduction
![results](GUI.png)

NeuralSIGHT is our final bachelor capstone project for detecting breast cancer mass using YOLO darknet and PyQt.

## Requirements
- **PyQt5**
- **YOLO darknet installed**
- **OpenCV >= 4.4.0**

## How To Use

#### Step 0: Compile YOLO darknet

Follow AlexeyAB's instruction of [How to compile YOLO darknet on Linux or Windows](https://github.com/AlexeyAB/darknet#how-to-compile-on-linuxmacos-using-cmake)

#### Step 1: Install PyQt5 and OpenCV

Simple installation from PyPI
```bash
pip install PyQt5
pip install opencv-python
```
From Conda
```bash
conda install -c anaconda pyqt
```

#### Step 2: Setup Folder

- Move `mainCV.py`,`main_windowCV.py`, and `splashscreen.py` to your darknet folder.
- Put your `your-weight.weights` to weights folder.

#### Step 3: Run Program

Run `mainCV.py` for OpenCV version inference

## NeuralSIGHT Team
* [fahriwps](https://github.com/fahriwps)
* [mariojy10](https://github.com/mariojy10)