If you like this project and want to support it, please consider giving it a star! 💖
The linkCVTease 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.
- 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.
# 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
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 .