[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!
- 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.
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
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
- Audio and video examples that can be used for the demo are already provided in the repo, and the code can be run directly.
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.
python run.py --audio_path example/audio.wav --video_path example/video.mp4
python app.py
# Please wait until processor init done.
Contributions are welcome!
This project is licensed under the HeyGem.ai License.