Skip to content

truongnguyenlinh/geotagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation





Table of Contents 🚩

  • Installation
  • Usage

Installation

  1. Install pip and python3.8 or greater

  2. Create virtual environment

    $ python3 -m venv venv
  3. Activate virtual environment

    Linux or MacOS

    $ source venv/bin/activate

    Windows

    $ venv/scripts/activate
  4. Install Dependencies

    $ pip3 install -r requirements.txt

Usage

To run the application, complete the following steps:

  1. Running the code via a Jupyter Notebook:

    $ jupyter trust osm-analysis.ipynb
    $ jupyter notebook osm-analysis.ipynb

About

tour important monuments from a given dataset

Resources

Stars

Watchers

Forks

Packages

No packages published