Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matx64/birads-classifier
Breast Imaging Report and Data System (BIRADS) with GUI.
https://github.com/matx64/birads-classifier
numpy pillow skimage sklearn tkinter
Last synced: 6 days ago
JSON representation
Breast Imaging Report and Data System (BIRADS) with GUI.
- Host: GitHub
- URL: https://github.com/matx64/birads-classifier
- Owner: matx64
- Created: 2021-04-13T00:32:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T19:26:10.000Z (over 3 years ago)
- Last Synced: 2024-04-24T03:50:16.968Z (8 months ago)
- Topics: numpy, pillow, skimage, sklearn, tkinter
- Language: Python
- Homepage:
- Size: 4.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breast Imaging Reporting & Data System (BIRADS)
###### This project was an image processing computer science assignment. All repository content/files are for educational purposes only._The Breast Imaging Report and Data System (BIRADS) of the American College of Radiology (ACR) is today largely used in most of the countries where breast cancer screening is implemented. It is a tool defined to reduce variability between radiologists when creating the reports in mammography, ultrasonography or MRI._
This BIRADS Classifier with GUI was made using Python and image processing, machine learning libraries. It trains the SVM with Haralick Features and Co-occurrence Matrix based on the chosen user parameters. It can classify the first 4 BIRADS categories (1-4).
### Features
* Graphical Interface
* Image Visualizer
* Image Processing (Crop, Quantization, Equalization)
* Classifier Parameters Selector![Screenshot](/static/screenshot.PNG)
### Requirements (Python 3.8+)
* Pillow
* Tkinter
* Numpy
* SkImage
* SkLearn**Usage**: _py app.py_