A web server for an app concerning detecting types of snakes from images to mitigate harm from venomous snake bites.
Built using Flask, the model that we deployed uses a Faster R-CNN we previously built in order to detect snake varieties in images.
- Copy the saved_model folder generated from the Faster R-CNN Model to the root directory
- Install the requirements in requirements.txt to your virtual environment
flask run
To submit changes to this repo, please do the following steps:
- Make your changes in a new branch
- Upload your ipynb code as a .py so we can compare changes
- Open a Pull Request (PR) in Github, attempting to merge your branch into main, and request reviews from the group
- When you have approvals, merge your pull request
- Daniel Siegel - 101367445
- Michael McAllister - 101359469
- Hom Kandel - 101385341
- Eduardo Bastos de Moraes - 101345799
- Juan Clackworthy - 101372229
- Leandra Lai - 101367265