Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

简体中文 | English

HitPawVideo Logo

License Org Python Platform


Introduction

HitPawVideo is the official index repository for all video-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
AnimateAnyone Character animation from a single reference image HitPaw-Official/AnimateAnyone
TalkingPhoto Lip-sync and portrait animation from audio HitPaw-Official/TalkingPhoto
UniAnimate Unified framework for controllable human video generation HitPaw-Official/UniAnimate

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
HitPawImage Image AI algorithms HitPaw-Official/HitPawImage
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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors