GenHuman
GenHuman - 一个可直接部署商用变现的数字人项目 / GenHuman is an API based digital human product that includes web, app, mini program, backend management, and other ports for one click deployment and out of the box use.
Install / Use
/learn @xhadmincn/GenHumanREADME
What is GenHuman?🚀
<div align="center"> <img style="border-radius:3px;" src="README.assets/354a0c0e4e6980165c770ee2f8f4d4e.png" /> </div> <br />GenHuman是一款基于API的数字人产品,包括web、应用程序、微信小程序、后端管理。一键部署、开箱即用的项目。
UI界面简洁大气,功能齐全,可直接部署商用变现,开发不易,大家且行且珍惜。
<br />List of Future Plans for the Project
-
2025/06/26
-
[x] 新增手持数字人
-
[x] 新增人脸融合
-
[x] 新增AI换发型
-
[x] 新增老照片高清修复
-
[x] 修复其他已知BUG
-
2025/06/01
-
[x] User System Management
-
[x] Package recharge management
-
[x] Sound Clone Management
-
[x] Digital human cloning
-
[x] Digital human generation
-
[x] Large model copywriting creation
-
[x] WeChat official account H5 management
-
[x] WeChat Mini Program Management
-
[x] Digital Human API Interface Configuration Management
-
[ ] AI painting
-
[ ] AI Music
-
[ ] Facial Fusion
-
[ ] Photo digital person
-
[ ] AI replacement
-
[ ] Handheld digital person
-
[ ] AI digital human model
-
[ ] AI Photography
-
[ ] AI Hairstyle Management
Highlights
- Based on the webman framework, it has high concurrency capability and runs more smoothly.
- The backend is developed using PHP, which has stronger scalability, is easy to learn, and is also easy to deploy.
- The client is developed using Uniapp, which can be packaged and run across terminals, and compiled into apps, mini programs, H5, web, and other clients with just one click.
- No need to deploy a digital human model, directly integrate with online API interfaces to achieve digital human creation.
- Yiding Open Platform( https://api.yidevs.com )Provide stable technical support, or you can integrate with other third-party API interfaces.
- Provide comprehensive installation tutorials for digital humans, which can be deployed for commercial monetization without worrying about copyright.
- More highlights waiting for you to discover
App Examples
Here are some UI pages displayed. If you have better ideas, you can directly raise an issue.
<div align="center"> <img style="border-radius:3px;" src="README.assets/354a0c0e4e6980165c770ee2f8f4d4e.png" /> </div>Quick Start
I use bt.cn for installation. If your installation method is different, please study it yourself.
Environment supported by GenHuman
- PHP8.1、Mysql5.7、Nginx
Required extensions : Consistent with the official framework installation of webman
Before installation, execute the command to unlock the function, just in case.
curl -Ss https://www.workerman.net/webman/check | php
1、new site
<div align="center"> <img src="README.assets/1749619175088.jpg" /> </div>2、Set access directory
<div align="center"> <img src="README.assets/1749619250765.jpg" /> </div>3、Set pseudo static
<div align="center"> <img src="README.assets/1749619308089.jpg" /> </div> <br /># 将请求转发到webman
location ^~ / {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_http_version 1.1;
proxy_set_header Connection "";
if (!-f $request_filename){
proxy_pass http://127.0.0.1:8787;
}
}
# 拒绝访问所有以 .php 结尾的文件
location ~ \.php$ {
return 404;
}
# 允许访问 .well-known 目录
location ~ ^/\.well-known/ {
allow all;
}
# 拒绝访问所有以 . 开头的文件或目录
location ~ /\. {
return 404;
}
4、Import database file
<div align="center"> <img src="README.assets/1749619495272.jpg" /> </div> <br />5、Modify database configuration
<div align="center"> <img src="README.assets/1749619560345.jpg" /> </div> <br />6、Add daemon process
<div align="center"> <img src="README.assets/1749619617168.jpg" /> </div> <br />- If you have multiple PHP versions in your current environment, simply specify them, for example: php 81 start. php start
7、Accessing the management backend
https://YourDomain/admin
Account: admin
Password: 123456
Contact
For questions or suggestions, feel free to reach out:
- Email: 416716328@qq.com
- Wechat/Tel: 18786709420
由于代码仓库限制,uniapp代码无法上传,如需uniapp代码,请直接与我联系。
<br />感谢贡献
- hbernet:(https://github.com/Hbernet)
- sunbo11112(https://github.com/sunbo11112)
- xhadmin(https://xhadmin.cn/)
Related Skills
tmux
350.1kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
diffs
350.1kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
blogwatcher
350.1kMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
github-trending
Multi-agent orchestration system for infrastructure monitoring, incident response, and load testing with autonomous AI agents
