Skip to content

A CLI tool for computer vision that is under development.

License

Notifications You must be signed in to change notification settings

w3cdpass/cvtease

Repository files navigation

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


🧪NOT TESTED

Not Tested


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 .

About

A CLI tool for computer vision that is under development.

Resources

License

Stars

Watchers

Forks