Skip to content

Files

Latest commit

c784b00 · Mar 25, 2025

History

History
66 lines (49 loc) · 2.09 KB

README_en.md

File metadata and controls

66 lines (49 loc) · 2.09 KB

License Python Linux

中文 | English


HeyGem-Linux-Python-Hack

Introduction

[HeyGem-Linux-Python-Hack] is a Python-based digital human project extracted from HeyGem.ai. It is designed to run directly on Linux systems, eliminating the need for Docker and Windows. Our goal is to provide a easier-to-deploy, and user-friendly digital human solution.

Feel free to Star us if you find this project useful!
Please submit an Issue if you run into any problems!

Key Features

  • No Docker Required: Runs directly on Linux systems, simplifying the deployment process.
  • No Windows Required: Fully developed and tested on Linux.
  • Python Powered: Developed using the Python language, making it easy to understand and extend.
  • Developer-Friendly: Easy to use, and easy to extend.

Getting Started

Installation

Please ensure that Python 3.8 is installed on your Linux system. Then, you can install the project dependencies using pip:

pip install -r requirements.txt

Usage

Clone this repository to your local machine:

git clone https://github.com/Holasyb918/HeyGem-Linux-Python-Hack
cd HeyGem-Linux-Python-Hack
bash download.sh

Getting Started

  • Audio and video examples that can be used for the demo are already provided in the repo, and the code can be run directly.

Command:

python run.py
  • If you want to use your own data, you can pass parameters externally. Please note that the path is a local file and only supports relative paths.

command:

python run.py --audio_path example/audio.wav --video_path example/video.mp4

gradio:

python app.py
# Please wait until processor init done.

Contributing

Contributions are welcome!

License

This project is licensed under the HeyGem.ai License.