A CLI tool for computer vision that is under development. Includes a space shooter game using ASCII art.
Project description
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 .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cvtease-0.1.18.tar.gz.
File metadata
- Download URL: cvtease-0.1.18.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d95829307d4e640b2c9a7723e7951743ecfd930917384bd4bc0c01fb55b64f7d
|
|
| MD5 |
8c8c26fef88491b692f2b5baccb0552e
|
|
| BLAKE2b-256 |
25d4bfb6d94883af563a8614252bea2723656998f7be7389ea1d302489e9a469
|
File details
Details for the file cvtease-0.1.18-py3-none-any.whl.
File metadata
- Download URL: cvtease-0.1.18-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb34bbc359dafd549fdda1da839ed30ed4994c0d310365f13613659109e32802
|
|
| MD5 |
8aa34ccbd8801631044e40e29b13fa92
|
|
| BLAKE2b-256 |
1f60b27e326f341c65748e229a878d1e9134e29f188867ebc5624f84a1b6a405
|