This project focuses on estimating bone age from X-ray images using machine learning models. We explore two different architectures: VGG16 and XceptionNet. The provided Jupyter notebooks contain code, data preprocessing steps, model training, and evaluation.
- Introduction
- Installation
- Usage
- Models
- Contributing
- License
The goal of this project is to estimate bone age from X-ray images using machine learning techniques. We explore two different architectures: VGG16 and XceptionNet. The provided notebooks contain code, data preprocessing steps, model architecture, and evaluation.
To set up the project, follow these steps:
- Clone the repository: git clone https://github.com/nithin200417/BoneAgeAssessmentDL.git
Run the notebooks to explore the following models:
- Bone Age Assessment using VGG16
- File:
baa125156154.ipynb - Description: This notebook demonstrates bone age assessment using VGG16 with feature extraction. It covers data loading, preprocessing, model architecture, and evaluation.
- BAA using XceptionNet
- File:
newmlbaa.ipynb - Description: Explore BAA using XceptionNet. Compare it with VGG16, discuss differences, and evaluate performance.
- Comparison of performances of different models in BAA
- File:
deepmodelsbaa.ipynb
- Performance of Densenet101, Resnet50, and Xceptionnet
- Files:
deepbaa.ipynb,newdensenet.ipynb,baausingxception.ipynb,deeplove.ipynb
Contributions are welcome! If you’d like to improve the project, report issues, or add new features, please provide your support by contacting me.