- Clone this repository.
git clone https://github.com/HellBoy-OP/HumanDetection
- Install requirements using:
pip install -r requirements.txt
- Run the main file:
python3 main.py
- Copy the localhost link and paste in your browser.
- Now you can use Human Detection in 3 different modes.
- You can use different images just replace the image in root dir and rename it to
image.jpg
- Same way you can use different videos by replacing the video in root dir and renaming it to
video.mp4
- Python <=3.8 is recommended.
Copyright (C) 2022 HellBoy
Human Detection is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.