Welcome to the Cardiac Detection Project, where we harness the power of deep learning to identify cardiac abnormalities from medical imaging data.
This project utilizes a Convolutional Neural Network (CNN) based on ResNet-18 to detect cardiac abnormalities. The model is trained on annotated medical images to predict bounding boxes around key cardiac regions.
├── CardiacDetection.ipynb # Jupyter notebook for training & evaluation
├── logs/ # Training logs & checkpoints
├── checkpoints/ # Model weights (.ckpt files)
└── README.md # Project documentation
1️⃣ Clone the Repository:
git clone https://github.com/SYEDFAIZAN1987/Cardiac-Detection-using-CNN.git
cd Cardiac-Detection-using-CNN
2️⃣ Install Dependencies:
pip install -r requirements.txt
3️⃣ Run the Model:
python CardiacDetection.py # Or open the notebook CardiacDetection.ipynb
4️⃣ Visualize Results:
Check outputs and bounding boxes in the generated logs.
For queries, feel free to reach out:
⭐ If you found this useful, give it a star! ⭐
© 2025 Syed Faizan. All Rights Reserved.