Skip to content

fix: replace dead TowardsDataScience link with working GeeksforGeeks tutorial#851

Open
AmSach wants to merge 1 commit intopractical-tutorials:masterfrom
AmSach:fix/broken-mask-detection-link
Open

fix: replace dead TowardsDataScience link with working GeeksforGeeks tutorial#851
AmSach wants to merge 1 commit intopractical-tutorials:masterfrom
AmSach:fix/broken-mask-detection-link

Conversation

@AmSach
Copy link
Copy Markdown

@AmSach AmSach commented Apr 27, 2026

Fixes #788

What

The TowardsDataScience article on face mask detection with PyTorch Lightning returns 404.

Fix

Replaced with a working GeeksforGeeks tutorial covering the same topic (face mask detection using PyTorch).

Before:

- [Mask detection using PyTorch Lightning](https://towardsdatascience.com/how-i-built-a-face-mask-detector-for-covid-19-using-pytorch-lightning-67eb3752fd61)

After:

- [Mask detection using PyTorch Lightning](https://www.geeksforgeeks.org/face-mask-detection-using-pytorch/)

Verified: GeeksforGeeks article returns HTTP 200 and covers PyTorch-based face mask detection.

…tutorial

Fixes practical-tutorials#788

The original TowardsDataScience article on face mask detection with
PyTorch Lightning returns 404. Replaced with a working GeeksforGeeks
tutorial covering the same topic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken Link: Deep Learning -> "Mask detection using PyTorch Lightning" leads to 404 error

1 participant