In this pandemic our screen time has increased, measuring it becomes crucial, we have apps for that, but they can't measure the time of every individual using the device, to solve this we have created a screen time measurement system which is powered by AI. This system can accurately measure screen time of multiple users, and output that time in a database.
@yashppawar and @YashVardhan-AI
Install AI Screen Time Management system
requirements:
- python (>3.7)
- git (only for installation)
clone the repo
git clone git@github.com:yashppawar/screen-time-cv.git
or
git clone https://github.com/yashppawar/screen-time-cv.git
Install the required libraries
cd screen-time-cv
pip install -r requirements.txt
or
cd screen-time-cv
pip3 install -r requirements.txt
on linux and mac
To add members you will have to add images of that person's face in the dataset folder.
The images should be inside a folder named after the name of the person, it should be like the below structure
.
├──dataset
│ ├──Person One
│ │ ├──1.jpg
│ │ ├──2.jpg
│ │ ├──3.jpg
│ │ ├──4.jpg
│ │ ├──5.jpg
│ │ └──6.jpg
│ │ ...
│ ├──Person Two
│ │ ├──1.jpg
│ │ ├──2.jpg
│ │ ├──3.jpg
│ │ ├──4.jpg
│ │ ├──5.jpg
│ │ └──6.jpg
│ │ ...
│ ├──...
python ./"test from video.py"
or
python3 ./"test from video.py"