Table of Contents
About The Project
Using AI to detect an object in the video and recognize the object whether ti is drink or dose.
Dataset
Detail
- Data Format: Video.mp4
- Tool for labeling: Roboflow
- Number of Classes: 2, Drink and Dose
Data Split
- Train: 648
- Valid: 176
- Test: 115
Built With
Getting Started
Installation
- Clone the repo
git clone https://github.com/pangineering/med-drink-or-dose.git
- Install libraries
pip3 install -r requiorements.txt
Usage
to use with video
python3 app.py --media "video" --video "sample_2.mp4"
to use real time
python3 app.py --media "live"
Roadmap
- Live detection on the webcam
- Detection on video