Skip to content

A web application to predict landmarks from images, retrieve geolocation details, and visualize results on an interactive map.

Notifications You must be signed in to change notification settings

insp7/landmark-recognition

Repository files navigation

Landmark Recognition

An end-to-end application to predict landmarks from images, retrieve geolocation details, and visualize results on an interactive map. Check Blog here.

Features

  • Simple repsonsive UI.
  • It will give you the full address of Landmark
  • It will provide you the Latitude & Longitude of predicted landmark.
  • It will plot the predicted landmark on the Map.

Model & Data Source

Usage

  • Clone this repository.

  • Open CMD in working directory.

  • Run following command.

    pip install -r requirements.txt
    
  • LM_Detection.py is the main Python file of Streamlit Web-Application.

  • To run app, write following command in CMD. or use any IDE.

    streamlit run lm_recog.py
    
  • For more explanation of this project see the tutorial on Machine Learning Hub YouTube channel.

Screenshots

About

A web application to predict landmarks from images, retrieve geolocation details, and visualize results on an interactive map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published