Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrainModel.h5 missing #6

Closed
datacrud8 opened this issue Mar 2, 2024 · 2 comments
Closed

BrainModel.h5 missing #6

datacrud8 opened this issue Mar 2, 2024 · 2 comments

Comments

@datacrud8
Copy link

Hello, I like this project and trying to build it locally.
After a successful install , when I run the "python app.py" it fails with the below error.
"
OSError: No file or directory found at Artifacts\Brain_Tumour\BrainModel.h5
OSError: No file or directory found at Artifacts\Kidney_Disease\Kidney_Model.h5
"
Do we need to manually download these h5 files (BrainModel.h5 and Kidney_Model.h5) ? Please share the file path.

Also just for testing , removed these two lines from app.py
brain_model = load_model('Artifacts\Brain_Tumour\BrainModel.h5')
kidney_model = load_model('Artifacts\Kidney_Disease\Kidney_Model.h5')

and page loading in localhost:5000 but none of the links are working.
Do we need to add any other configuration? please confirm.

Thanks

Copy link

dagshub bot commented Mar 2, 2024

@KalyanM45
Copy link
Owner

You need to train the model, As the complete project is in the development stage, we are working on another model but as this model is big, I didn't track it in this version. Better implement it on your own or else mail me ill send you the model files.

Repository owner locked and limited conversation to collaborators Mar 2, 2024
@KalyanM45 KalyanM45 converted this issue into discussion #7 Mar 2, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants