cvtease
⭐ Support This Project
If you like this project and want to support it, please consider giving it a star! 💖
Follow the link to read the .md file.
The link➡️INSTALL DEPENDENCIES ON YOUR LOCAL MACHINE⬅️
🧪NOT TESTED
CVTease is a CLI tool for computer vision that is currently under development. It includes functionalities such as face detection, facial keypoints detection, and a space shooter game using ASCII art.
Features
- Face Detection: Open the camera and detect faces with visual feedback.
- Facial Keypoints: Detect and display key points on the face.
- Space Shooter Game: Play a lightweight ASCII-based space shooter game.
- GUI Interface: A simple GUI for managing face detection and keypoints.
Installation
Linux
# If Python and pip are not installed, install them using your package manager:
sudo apt update
sudo apt install python3 python3-pip -y
pip3 install cvtease
# Install CVTease directly from PyPI using pip:
pip install cvtease
Or clone the repository and use pip to install from source:
git clone https://github.com/w3cdpass/cvtease.git
cd cvtease
python -m venv venv
# linux/macos source venv/bin/activate
venv\scripts\activate
pip install -r requirement.txt
pip install -e .
Release files for cvtease 0.1.18
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cvtease-0.1.18.tar.gz | 12.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cvtease-0.1.18-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 25.3 kB
Release files / cvtease-0.1.18.tar.gz
| Download URL | cvtease-0.1.18.tar.gz |
|---|---|
| Size | 12.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d95829307d4e640b2c9a7723e7951743ecfd930917384bd4bc0c01fb55b64f7d
|
|
BLAKE2b-256 checksum How to use checksums |
25d4bfb6d94883af563a8614252bea2723656998f7be7389ea1d302489e9a469
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.19
|
Release files / cvtease-0.1.18-py3-none-any.whl
| Download URL | cvtease-0.1.18-py3-none-any.whl |
|---|---|
| Size | 12.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bb34bbc359dafd549fdda1da839ed30ed4994c0d310365f13613659109e32802
|
|
BLAKE2b-256 checksum How to use checksums |
1f60b27e326f341c65748e229a878d1e9134e29f188867ebc5624f84a1b6a405
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.9.19
|