Giter Site home page Giter Site logo

atiilla / geospy Goto Github PK

View Code? Open in Web Editor NEW
171.0 4.0 22.0 265 KB

Python tool using Graylark's AI-powered geo-location service to uncover the location where photos were taken.

Home Page: https://pypi.org/project/geospyer/

License: MIT License

Python 100.00%
geolocation image osint

geospy's Introduction

geospy

GitHub GitHub release (latest by date)

Python tool using Graylark's AI-powered geo-location service to uncover the location where photos were taken.

screenshot

Installation

pip install geospyer

Usage

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.

Features

  • Generate Google Maps links based on image coordinates.

Disclaimer

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.

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to Graylark for providing the AI-powered geolocation service.
  • [Thanks to @metaltiger775] for transforming the project into a versatile library that can be seamlessly integrated into other codebases!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.