Skip to content

Commit

Permalink
final model added
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekShinde7 committed Oct 14, 2024
1 parent a5b8829 commit 9ab9153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added model/model.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion src/cnnClassifier/pipeline/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self,filename):
def predict(self):
## load model

model = load_model(os.path.join("artifacts","training", "model.h5"))
model = load_model(os.path.join("model", "model.h5"))
#model = load_model(os.path.join("model", "model.h5"))

imagename = self.filename
Expand Down

0 comments on commit 9ab9153

Please sign in to comment.