Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

本地安装

xᴊᴀsᴏɴʟʏᴜ edited this page Aug 3, 2021 · 5 revisions

系统要求

  • Python Version >= 3.9
  • Debian/Ubuntu 或者 MacOS,(当然其他Linux发行版也可以)

DLIB安装

https://gist.github.com/ageitgey/629d75c1baac34dfa5ca2a1928a7aeaf

开始安装

克隆仓库

git clone https://github.com/xjasonlyu/avdc-api.git

PyPI库安装

pip3 install -r requirements.txt

运行

python3 main.py -p 5000

打开浏览器,输入http://<你的IP>:5000,看到JSON显示即为安装成功