Skip to content

HitPaw-Official/HitPawImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

简体中文 | English

HitPawImage Logo

License Org Python Platform


Introduction

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 Directory

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

Repository Structure (per algorithm)

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

Quick Start

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

Related Hubs

Hub Domain Link
HitPawVideo Video AI algorithms HitPaw-Official/HitPawVideo
HitPawVoice Audio & voice algorithms HitPaw-Official/HitPawVoice

Contributing

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.


Support


License

All repositories under HitPaw-Official are released under the Apache 2.0 License unless otherwise noted in the individual repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors