https://github.com/cursedprograms/webcam-display
Webcam display with face-detection
https://github.com/cursedprograms/webcam-display
cv2 face-detection python webcam-capture
Last synced: 8 months ago
JSON representation
Webcam display with face-detection
- Host: GitHub
- URL: https://github.com/cursedprograms/webcam-display
- Owner: CursedPrograms
- License: mit
- Created: 2024-02-04T12:17:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T22:29:24.000Z (over 1 year ago)
- Last Synced: 2025-06-04T19:23:39.961Z (10 months ago)
- Topics: cv2, face-detection, python, webcam-capture
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://x.com/NorowaretaGemu)
[](https://opensource.org/licenses/MIT)
# Webcam-Display
## How to Run:
### Install Requirements
Using Python directly:
```bash
pip install -r requirements.txt
```
Or run:
- `install_requirements.bat`
### Run main.py
Using Python directly:
```bash
python main.py
```
Using provided scripts:
Windows:
- `.\run.bat`
or
- `.\run.ps1`
Unix-like systems (Linux/macOS):
- `.\run.sh`
## Requirements:
```bash
opencv-python==4.8.1.78
```
Cursed Entertainment 2024