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」をお勧めします。これは、Graylark の AI によって駆動される地理位置サービスを使用して、写真の位置を特定するための Python ライブラリです。簡単に利用でき、pip で直接インストールできます。結果は座標を提供し、画像座標に基づいて 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

デモ:https://geospy.ai/

読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。