Skip to main content

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! 💖

Star on GitHub Downloads

Follow the link to read the .md file.

The link
➡️INSTALL DEPENDENCIES ON YOUR LOCAL MACHINE⬅️

MediaPipe PySide6


PyPI version Python Version PyPI Version

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cvtease-0.1.17.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

cvtease-0.1.17-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page