mobadara commited on
Commit
420e6a1
·
unverified ·
1 Parent(s): e276ccc

Add Google Colab badge to README

Browse files

Added a Google Colab badge to the README.

Files changed (1) hide show
  1. notebooks/README.md +1 -1
notebooks/README.md CHANGED
@@ -1,5 +1,5 @@
1
  # 📓 **Notebooks Directory**
2
-
3
  This directory contains the core machine learning experiments, including Exploratory Data Analysis (EDA) and the PyTorch DenseNet121 fine-tuning pipeline.
4
 
5
  **⚠️ Prerequisite:** Before executing these notebooks, you must download the 2GB Kaggle Chest X-Ray dataset into the project workspace. Because we use Google Colab for GPU training, follow the instructions below to ingest the data directly into your active Colab session.
 
1
  # 📓 **Notebooks Directory**
2
+ ![Google Colab](https://img.shields.io/badge/Google_Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)
3
  This directory contains the core machine learning experiments, including Exploratory Data Analysis (EDA) and the PyTorch DenseNet121 fine-tuning pipeline.
4
 
5
  **⚠️ Prerequisite:** Before executing these notebooks, you must download the 2GB Kaggle Chest X-Ray dataset into the project workspace. Because we use Google Colab for GPU training, follow the instructions below to ingest the data directly into your active Colab session.