Skip to content

检测手机照片的拍摄时间和地点以及颜值

Notifications You must be signed in to change notification settings

kinghows/Alpha-P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpha-P

检测手机照片的拍摄时间和地点以及颜值.(检测拍摄地点必须使用开了手机定位的原图。)

人脸识别采用腾讯:人脸识别 API

地图定位采用高德:Web服务API

example:

example

python 版本:Python 3.7.4rc2

开发安装:

wxPython:

https://wxpython.org/Phoenix/snapshot-builds/

pip install E:\SOFT\Python\windows\wxPython-4.1.0a1.dev4250+34521dc1-cp37-cp37m-win_amd64.whl

pip install requests

pip install opencv-python

pip install exifread

pip install pyinstaller

如果报错,请安装numpy1.16.2

ModuleNotFoundError: No module named 'numpy.random.common'

pip uninstall numpy

pip install numpy==1.16.2

打包成一个exe文件:

pyinstaller -F Alpha-P.py

好玩的Alpha系列,喜欢的打颗星:

About

检测手机照片的拍摄时间和地点以及颜值

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages