Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.85 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.85 KB

Landmark Recognition Web-App using Streamlit

forthebadge made-with-python
Python 3.6

Source

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.

Usage

  • Clone my 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_Detection.py
    
  • For more explanation of this project see the tutorial on Machine Learning Hub YouTube channel.

Screenshots

Just follow☝️ me and Star⭐ my repository