简体中文 | English
HitPawImage is the official index repository for all image-related AI algorithms maintained by HitPaw-Official. This repository does not contain algorithm source code directly — it serves as a navigation hub with curated links, descriptions, and quick-start guides pointing to each standalone algorithm repository.
All algorithm repositories are independently versioned, documented, and deployable.
| Algorithm | Description | Repo Link | Paper |
|---|---|---|---|
| AIDraw | Text-to-image and sketch-to-image generation | HitPaw-Official/AIDraw | — |
| AfsHumanParsing | Fine-grained human body part segmentation | HitPaw-Official/AfsHumanParsing | — |
| FaceAPP-Beautify | Face detection, landmark alignment, and beautification | HitPaw-Official/FaceAPP-Beautify | — |
| ImageMatting | High-precision foreground/background separation | HitPaw-Official/ImageMatting | — |
| NSFWImageClassification | Safe-content detection and image moderation | HitPaw-Official/NSFWImageClassification | — |
Each algorithm repository under HitPaw-Official follows this layout:
AlgorithmName/
├── configs/ # Model and training configs
├── data/ # Dataset preparation scripts
├── deploy/ # Export, ONNX, and serving tools
├── docs/ # Extended documentation and assets
├── models/ # Model definitions
├── tools/ # Training / evaluation entry points
├── README.md
└── requirements.txt
Visit the specific algorithm repo for environment setup. All repos share a common pattern:
# 1. Clone the target algorithm repo
git clone https://github.com/HitPaw-Official/<AlgorithmName>.git
cd <AlgorithmName>
# 2. Install dependencies
pip install -r requirements.txt
# 3. Download pretrained weights (see each repo's README)
# 4. Run inference — see the specific algorithm repo's README for the exact command| Hub | Domain | Link |
|---|---|---|
| HitPawVideo | Video AI algorithms | HitPaw-Official/HitPawVideo |
| HitPawVoice | Audio & voice algorithms | HitPaw-Official/HitPawVoice |
We welcome contributions to any algorithm under HitPaw-Official. Please open issues or pull requests in the specific algorithm repository rather than this hub.
For organization-wide discussions, open an issue here.
All repositories under HitPaw-Official are released under the Apache 2.0 License unless otherwise noted in the individual repository.
