https://github.com/egliette/kano
Helpful functions for Computer Vision tasks
https://github.com/egliette/kano
camera computer-vision object-detection python utilities
Last synced: 6 months ago
JSON representation
Helpful functions for Computer Vision tasks
- Host: GitHub
- URL: https://github.com/egliette/kano
- Owner: egliette
- License: mit
- Created: 2023-08-19T02:54:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T07:01:59.000Z (over 1 year ago)
- Last Synced: 2025-09-20T13:44:24.558Z (10 months ago)
- Topics: camera, computer-vision, object-detection, python, utilities
- Language: Python
- Homepage: https://egliette.github.io/kano/
- Size: 19.4 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦌 Kano - Utilities for your Computer Vision Projects

[](https://github.com/egliette/kano/actions/workflows/python-app.yml)
**Kano** is a Python package providing utility functions for Computer Vision tasks. Its primary focus is simplifying lengthy functions, allowing developers to concentrate more on the main processes.
## 📥 Installation
[The latest released version](https://pypi.org/project/kano-cv/) is available on PyPI. You can install it by running the following command in your terminal:
```bash
pip install kano-cv
```
## 🚀 Usage
Explore the [Kano Document](https://egliette.github.io/kano/) to learn how to use supported functions and see examples. **Kano** currently provides utilities for these groups:
- [Common tasks](https://egliette.github.io/kano/common/):
- [Images Processing](https://egliette.github.io/kano/common/image_utils/)
- [Videos Processing](https://egliette.github.io/kano/common/video_utils/)
- [Files/Folders Manipulating](https://egliette.github.io/kano/common/file_utils/)
- [Computer vision tasks](https://egliette.github.io/kano/cv/):
- [YOLO-formatted Dataset](https://egliette.github.io/kano/cv/dataset_utils/)
- [Object Detection](https://egliette.github.io/kano/cv/detect_utils/)
- Pose Estimation (In progress)
- Object Segmentation (In progress)
- [Real-time camera simulation](https://egliette.github.io/kano/lab/)
- [FPS, Resouces Profiling](https://egliette.github.io/kano/lab/profiler/)
- [Real-time Camera Source Reader](https://egliette.github.io/kano/lab/source_reader/)
- [Real-time Fake Detection](https://egliette.github.io/kano/lab/fake_detection/)
## 🙋♂️ Contributing to Kano
All contributions, bug reports, bug fixes, enhancements, and ideas are welcome. Feel free to create pull requests or issues so that we can improve this library together.
## 🔑 License
Kano is licensed under the [MIT](LICENSE) license.