amas_ai_webmodel
Version:
YOLO Inference library using TensorFlow.js
24 lines (13 loc) • 668 B
Markdown
# amas_ai_webmodel
## Features
- **Easy Integration:** Simple API to quickly add object detection to your projects.
- **Real-Time Detection:** Process images, videos, or live webcam feeds in real time.
- **Customizable:** Configure labels, detection thresholds, and even a custom color palette.
- **Lightweight & Modular:** Written in TypeScript for robust type-checking and maintainability.
- **CDN-Ready:** Publish on npm and serve via CDNs like [jsDelivr](https://www.jsdelivr.com/) or [unpkg](https://unpkg.com/).
- **Tested with YOLO Models:** Compatible with YOLOv8 and YOLO11.
## Installation
Install via npm:
```bash
npm install amas_ai_webmodel
```