Skip to content

frica/photolocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photolocator

A simple web application written with Flask where you can upload a photo and get the location (city, country) from the exif tags.

Screenshots

home locate details

Uses

Run with Docker

In the app directory:

docker build -t photolocator
docker run -p 8000:8000 photolocator

Sources

Project inspired by these great articles: