hrsht-13 / Breast-Cancer-Detection

This project uses mammograms for breast cancer detection using deep learning techniques.
33 stars 19 forks source link

Corrupt App.py File #9

Open Shaheer231 opened 4 months ago

Shaheer231 commented 4 months ago

I hope this email finds you well. I encountered an issue with the main file (app.py) of our Breast Cancer Detection project. It seems that the file is corrupt and showing the following error:- Traceback (most recent call last): File "app.py", line 4, in from weights import download_weights File "E:\PROJECT2\Breast-Cancer-Detection\weights.py", line 1, in from google_drive_downloader import GoogleDriveDownloader as gdd ModuleNotFoundError: No module named 'google_drive_downloader'