Air Calligraphy is a unique project that enables people without limb to write using modern computer vision technology. This system just need computer vision technology (OpenCv) and sensor (camera) to implement the project. User of the system can sketch or write in four multiple colors (Blue, Green, Red, Black) and also able to erase them if not needed. This README file provides essential information for setting up and using the Air Calligraphy project.
- Features
- Requirements
- Installation
- Usage
- Contributing
- License
- Able to rub the board with a single location at the top of the screen.
- Real-time writing or sketching on the screen without using pen or keyboard.
- Adjustable settings for stroke thickness, color, and contour detection.
- Easy integration with popular webcam devices.
- Minimal setup and configuration.
Before you begin, ensure that you have the following dependencies installed:
- Python 3.x
- OpenCV
- Numpy
- Your webcam device connected and configured
- Clone the repository:
git clone https://github.com/sanjai-11/Air-Calligraphy-using-CV.git- Navigate to the project:
cd air-calligraphy- Install the required Python packages:
pip install -r requirements.txt- Helps people without hand to write over the air on screen.
- Empower the teaching system in school and college.
- Explore different gestures for various strokes and patterns.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Submit a pull request with a clear description of your changes.