From 770aafe7d1382075270ee5df5547bfdc0aa31630 Mon Sep 17 00:00:00 2001 From: Aman Sachan Date: Mon, 27 Apr 2026 06:58:46 +0000 Subject: [PATCH] fix: replace dead TowardsDataScience link with working GeeksforGeeks tutorial Fixes practical-tutorials/project-based-learning#788 The original TowardsDataScience article on face mask detection with PyTorch Lightning returns 404. Replaced with a working GeeksforGeeks tutorial covering the same topic. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7..f92fcc65 100644 --- a/README.md +++ b/README.md @@ -501,7 +501,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Code a Smile Classifier using CNNS in Python](https://github.com/kylemcdonald/SmileCNN) - [Natural Language Processing using scikit-learn](https://towardsdatascience.com/natural-language-processing-count-vectorization-with-scikit-learn-e7804269bb5e) - [Code a Taylor Swift Lyrics Generator](https://towardsdatascience.com/ai-generates-taylor-swifts-song-lyrics-6fd92a03ef7e) -- [Mask detection using PyTorch Lightning](https://towardsdatascience.com/how-i-built-a-face-mask-detector-for-covid-19-using-pytorch-lightning-67eb3752fd61) +- [Mask detection using PyTorch Lightning](https://www.geeksforgeeks.org/face-mask-detection-using-pytorch/) ### Miscellaneous: