arrafi-musabbir / drowning-incident-detection

detect drowning probability in swimming pool

Home Page:https://drowning-incident-detection.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

detect drowning probability in swimming pool

https://drowning-incident-detection.streamlit.app/


Languages

Language:Python 100.0%