An open API service indexing awesome lists of open source software.

https://github.com/cvhub520/x-anylabeling-server

A Simple, Lightweight, and Extensible Serving Framework for X-AnyLabeling
https://github.com/cvhub520/x-anylabeling-server

annotation-tool clip computer-vision deep-learning grounding-dino image-classification image-labeling-tool instance-segmentation labeling-tool machine-learning object-detection pose-estimation pytorch rotated-object-detection segment-anything transformers vision-language-model x-anylabeling yolo

Last synced: 5 months ago
JSON representation

A Simple, Lightweight, and Extensible Serving Framework for X-AnyLabeling

Awesome Lists containing this project

README

          




X-AnyLabeling


Simple, Lightweight, and Extensible Serving for X-AnyLabeling




![](https://user-images.githubusercontent.com/18329471/234640541-a6a65fbc-d7a5-4ec3-9b65-55305b01a7aa.png)

X-AnyLabeling-Server Logo

## About

X-AnyLabeling-Server is a simple, lightweight and extensible serving framework for AI model inference, specifically designed for [X-AnyLabeling](https://github.com/CVHub520/X-AnyLabeling). It provides a production-ready solution with pluggable architecture and flexible configuration for various auto-labeling scenarios. Its core features include:

- **Decoupled Design**: Framework handles service management and resource scheduling without interfering with model implementation details
- **Pluggable Architecture**: Rapidly integrate custom models without modifying core framework code
- **Production Ready**: Comprehensive structured logging, error handling, concurrency control, and security authentication
- **Flexible Configuration**: All parameters are configurable with sensible defaults, adaptable to different deployment scenarios

## Getting Started

- [Installation and Setup](./docs/get_started.md)
- [Custom Model Integration](./docs/user_guide.md)
- [API Reference](./docs/router.md)
- [Configuration Guide](./docs/configuration.md)

## Contributing

Contributions and collaborations are highly appreciated! For guidelines on how to contribute, please refer to [Contributing to X-AnyLabeling-Server](./CONTRIBUTING.md).

## Sponsors

- [buy-me-a-coffee](https://ko-fi.com/cvhub520)
- [Wechat/Alipay](https://github.com/CVHub520/X-AnyLabeling/blob/main/README_zh-CN.md#%E8%B5%9E%E5%8A%A9)

## Citing

If you use this software in your research, please cite it as below:

```
@misc{X-AnyLabeling-Server,
year = {2025},
author = {Wei Wang},
publisher = {Github},
organization = {CVHub},
journal = {Github repository},
title = {A Simple, Lightweight, and Extensible Serving Framework for X-AnyLabeling},
howpublished = {\url{https://github.com/CVHub520/X-AnyLabeling-Server}}
}

@misc{X-AnyLabeling,
year = {2023},
author = {Wei Wang},
publisher = {Github},
organization = {CVHub},
journal = {Github repository},
title = {Advanced Auto Labeling Solution with Added Features},
howpublished = {\url{https://github.com/CVHub520/X-AnyLabeling}}
}
```

---

![Star History Chart](https://api.star-history.com/svg?repos=CVHub520/X-AnyLabeling-Server&type=Date)

🔝 Back to Top