Python tool using Graylark's AI-powered geo-location service to uncover the location where photos were taken.
Python tool using Graylark’s AI-powered geo-location service to uncover the location where photos were taken.
pip install geospyer
geospyer --image path/to/your/image.jpg
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))
Replace path/to/your/image.jpg with the actual path to the image you want to analyze.
This application uses Graylark’s AI-powered geolocation. It is not affiliated with Graylark, and the author is not responsible for the consequences of using this application.
This project is licensed under the MIT License - see the LICENSE file for details.