Detecting the stage of Alzheimer's based on MRI images.
Project description
Stage of Alzheimer's classification.
The purpose of this project is to detect the stage of Alzheimer's based on MRI images.
Dataset
The models are designed to be trained on Alzheimer's Dataset ( 4 class of Images) from Kaggle.
Requirements
- Python 3.11+
- Poetry
Training a Model
To train a model, run:
python train.py -m vgg16 -f model_filename
-m/--model_name: Name of the model to train (vgg16 or cnn).
-f/--filename: Filename to save the trained model.
Predicting with a Model
To predict using a trained model, run:
python predict.py -m vgg16 -f model_filename -i path_to_image
-m/--model_name: Name of the model to use for prediction (vgg16 or cnn).
-f/--filename: Filename of the trained model.
-i/--image_path: Path to the image file to predict.
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 alzheimer_classification-0.1.0.tar.gz.
File metadata
- Download URL: alzheimer_classification-0.1.0.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.6 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e3cff9cf8c9f469d5bd62afe6f084e023a1a623c3e39feec89329a89c3eb7f0
|
|
| MD5 |
acec4beaca5317176f2cdc7a33efa132
|
|
| BLAKE2b-256 |
22daf309242c9cbbec7eaadd9d4e9d05f8184fdee1b2b4fe3682d2aac5589853
|
File details
Details for the file alzheimer_classification-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alzheimer_classification-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.6 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a47eb20d61b6f74ed733d40d62fe8af22031528fb540bb4f6e7e37bd43abdf8
|
|
| MD5 |
03d4173edd66a71789b4edb09443daf8
|
|
| BLAKE2b-256 |
de012a4e2447a82b3d731629c0b819bca8c13a3bb3703e81a2c044e72a51a52b
|