AI Skill Hub 强烈推荐:Deep-Live-Cam AI技能包 是一款优质的AI工具。在 GitHub 上收获超过 93.0k 颗 Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
Deep-Live-Cam AI技能包 是一款基于 Python 开发的开源工具,专注于 人脸替换、深度伪造、实时处理 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Deep-Live-Cam AI技能包 是一款基于 Python 开发的开源工具,专注于 人脸替换、深度伪造、实时处理 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install deep-live-cam
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install deep-live-cam
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/hacksider/Deep-Live-Cam
cd Deep-Live-Cam
pip install -e .
# 验证安装
python -c "import deep_live_cam; print('安装成功')"
# 命令行使用
deep-live-cam --help
# 基本用法
deep-live-cam input_file -o output_file
# Python 代码中调用
import deep_live_cam
# 示例
result = deep_live_cam.process("input")
print(result)
# deep-live-cam 配置文件示例(config.yml) app: name: "deep-live-cam" debug: false log_level: "INFO" # 运行时指定配置文件 deep-live-cam --config config.yml # 或通过环境变量配置 export DEEP_LIVE_CAM_API_KEY="your-key" export DEEP_LIVE_CAM_OUTPUT_DIR="./output"
<p align="center"> Real-time face swap and video deepfake with a single click and only a single image. </p>
<p align="center"> <a href="https://trendshift.io/repositories/11395" target="_blank"><img src="https://trendshift.io/api/badge/repositories/11395" alt="hacksider%2FDeep-Live-Cam | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> </p>
<p align="center"> <img src="media/demo.gif" alt="Demo GIF" width="800"> </p>
brew install python-tk@3.14
pip install -r requirements.txt
** In case something goes wrong and you need to reinstall the virtual environment **
bash
pip install -r requirements.txt
Please be aware that the installation requires technical skills and is not for beginners. Consider downloading the quickstart version.
<details> <summary>Click to see the process</summary>
This is more likely to work on your computer but will be slower as it utilizes the CPU.
1. Set up Your Platform
(irm ffmpeg.tc.ht)2. Clone the Repository
git clone --depth 1 https://github.com/hacksider/Deep-Live-Cam.git
cd Deep-Live-Cam
3. Download the Models
Place these files in the "models" folder.
4. Install Dependencies
We highly recommend using a venv to avoid issues.
For Windows:
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt For Linux: ```bash
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
**For macOS:**
Apple Silicon (M1 through M5) requires specific setup:
bash
brew install python@3.14
python -m venv venv source venv/bin/activate
pip install openvino==2025.4.1 pip install onnxruntime-openvino==1.24.1
See the [OpenVINO Execution Provider requirements](https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html#requirements) for the full version-mapping details.
2. Usage:
bash python run.py --execution-provider openvino ``` </details>
1. Image/Video Mode
python run.py.2. Webcam Mode
python run.py.python3.14 -m venv venv source venv/bin/activate
rm -rf venv
活跃开源项目,星标9.3万,功能完整且易部署。实时换脸技术成熟,但需防范滥用风险,建议仅用于创意合法用途。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
总体来看,Deep-Live-Cam AI技能包 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Deep-Live-Cam |
| 原始描述 | 开源AI工具:real time face swap and one-click video deepfake with only a single image。⭐93.0k · Python |
| Topics | 人脸替换深度伪造实时处理视频编辑AI生成 |
| GitHub | https://github.com/hacksider/Deep-Live-Cam |
| License | AGPL-3.0 |
| 语言 | Python |
收录时间:2026-05-15 · 更新时间:2026-05-19 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。