人臉識別+本機Web後端
人臉sdk採用虹軟sdk,本機web採用AndServer;上傳姓名+人臉圖片便可實現註冊源碼地址:https://github.com/joetang1989/ArcFaceRecognizeDemo
注意:
需自行前往官網申請appid和sdkkey。java
public static String appid = "xxxx";
public static String fd_key = "xxxx";
public static String ft_key = "xxxx";
public static String fr_key = "xxxx";
git