Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Jupyter Notebook/malaria-detection_pytorch.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def image_preprocess(img):

@app.route('/')
def home():
return render_template("home.html")
return render_template("index.html")
@app.route('/result', methods = ['POST'])
def result():
prediction=''
Expand All @@ -47,4 +47,4 @@ def result():
return render_template("result.html", prediction=prediction)

if __name__ == "__main__":
app.run()
app.run()
Binary file added models/model_pytorch.pt
Binary file not shown.