Check out the live app here: drowning-incident-detection

preliminary requirements (to run from Windows-10/11):

  • install python3.10 from Microsoft-store

step1: fork this repository on your account

step2: clone/download the forked repository on your PC

step3: open the cloned/downloaded directory

step4: open the terminal on your directory and create a virtual environment with the following command

python -m venv venv

then,

venv\Scripts\activate

step4: install all the required libraries with the following command:

pip install -r installs.txt

step5: run run.py as a Python file

python run.py

or, run run.py from your python-IDE (e.g. VS-CODE)

Optionals (to send distress signals by Twilio)