DFUai is a Python package that uses AI to assist clinical doctors in diagnosing the severity of diabetic foot ulcers. It classifies diabetic foot severity (mild, moderate, or severe) based on eight clinical features: PAD, CRP, HbA1c, DKD, ESR, ALB, SBP, and X25OHD.
Project description
DFUai is a Python package that utilizes AI to assist clinicians in diagnosing the severity of diabetic foot (DF). By simply inputting a file with the grouped information of eight clinical features (PAD, CRP, HbA1c, DKD, ESR, ALB, SBP, and X25OHD), DFUai predicts whether the diabetic foot condition is mild/moderate or severe.
Feature Grouping Criteria:
PAD (Peripheral Artery Disease): Grouped according to clinical guidelines. DKD (Diabetic Kidney Disease): Grouped based on clinical guidelines. CRP (C-Reactive Protein): Grouped as 1 if greater than 16.34 mg/L, otherwise 0. ESR (Erythrocyte Sedimentation Rate): Grouped as 1 if greater than 44.5 mm/h, otherwise 0. ALB (Albumin): Grouped as 1 if greater than 41.55 g/L, otherwise 0. SBP (Systolic Blood Pressure): Grouped as 1 if greater than 136.5 mmHg, otherwise 0. X25OHD (25-Hydroxyvitamin D): Grouped as 1 if greater than 12.945 ng/mL, otherwise 0. HbA1c (Glycated Hemoglobin): Grouped as 1 if greater than 8.05%, otherwise 0. The input format has rows as sample names, columns as variable feature names, and the cells filled with the grouped information of the variable features.
from dfuai import dfuai dfuai.dfuai(filepath="../test.csv", i=0)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dfuai-0.1.5.tar.gz.
File metadata
- Download URL: dfuai-0.1.5.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.14 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eefedba7bda459cc7b4020fadcd0e603eb7e7224ed9481861d8b37e6e7edf4dd
|
|
| MD5 |
5ac89bca30416616496a1d85cb3d37ed
|
|
| BLAKE2b-256 |
8c8daef84bd046d1696ced0a005a7068fb223962fda349baf731f97bc8c3710b
|
File details
Details for the file dfuai-0.1.5-py3-none-any.whl.
File metadata
- Download URL: dfuai-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.14 Darwin/24.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2c6485f5a4149cca7da2b3771a36ea4a60dc6987586f505f043356c850ae23a
|
|
| MD5 |
ea876c54bd8c9d3851852dae2305e30e
|
|
| BLAKE2b-256 |
a0ffa97ca73330bc4d1e55395f583942d65f6f67ab206b8c6f3b84d148c6d989
|