系统准备要求
- 基础环境:需要安装Git和Miniconda
- Python version:必须使用Python 3.12版本
- Hardware Recommendations:如需AI加速需NVIDIA GPU并配置CUDA
Detailed installation steps
- Cloning Project Warehouse:
git clone https://github.com/yuruotong1/autoMate.git
- Create a conda environment:
conda create -n "automate" python=3.12
- 安装依赖:在项目目录执行
pip install -r requirements.txt
关键配置项
- Model Selection: in
http://localhost:7888/
界面配置本地或在线模型 - Chinese language support:原生兼容中文路径,无需特殊设置
- GPU acceleration:根据PyTorch官网指引匹配CUDA版本
caveat
如遇依赖冲突,应先升级pip;首次启动后建议先测试基础功能。
This answer comes from the articleautoMate: a native tool that combines AI and RPA to automate computer tasksThe