banner
andrewji8

Being towards death

Heed not to the tree-rustling and leaf-lashing rain, Why not stroll along, whistle and sing under its rein. Lighter and better suited than horses are straw sandals and a bamboo staff, Who's afraid? A palm-leaf plaited cape provides enough to misty weather in life sustain. A thorny spring breeze sobers up the spirit, I feel a slight chill, The setting sun over the mountain offers greetings still. Looking back over the bleak passage survived, The return in time Shall not be affected by windswept rain or shine.
telegram
twitter
github

使用AI分析無exif照片的真實位置

今天推薦一個 Python 工具,名為 geospy,是一個寫好的 python 庫,可以 pip 安裝後直接使用的 Graylark 的 AI 驅動的地理定位服務來發現拍攝照片的位置,相當方便易用,結果會給出坐標,並根據圖像坐標生成 Google 地圖鏈接,效果如下:

geospyer --image path/to/your/image.jpg

image



from geospy import GeoSpy

geospy = GeoSpy()
country = geospy.country("image.png")
city = geospy.city("image.png")
explanation = geospy.explanation("image.png")
coordinates = geospy.coordinates("image.png")
maps_link = geospy.maps("image.png")
location_data = geospy.locate("image.png")
print(str(location_data))

地址:https://github.com/atiilla/geospy

demo:https://geospy.ai/

載入中......
此文章數據所有權由區塊鏈加密技術和智能合約保障僅歸創作者所有。