โจLandmarksVue is a tool that recognizes 25 landmarks from image uploads. โจ
๐ Arc de Triomphe, Big Ben, Casa Loma, Castel Santangelo, Charlottenburg Palace, Colosseum, Dresden Frauenkirche, Eiffel Tower, Independence Hall, Leaning Tower of Pisa, Milan Cathedral, Notre Dame Cathedral, Pantheon, Reichstag, Sacre Coeur Basilica, Savior on Blood Church, St Basil Cathedral, St Louis Cathedral, St Paul Cathedral, Statue of Liberty, Stephansdom, Taj Mahal, Trevi Foutain, Tyn Church and Westminster Abbey ๐
-
๐ฉ Simple: Bootstrapped with vue-cli
-
๐ฏ State of the art: Prediction using Keras.js and training with images from Landmark3D
-
๐ช Powerful: Runs a Service Worker script to increase online performance and function without a network connection
-
๐ Live: Deployed and secured with Netlify
More insight on the classifier training in this repository.
# Install dependencies
$ npm install
# Serve with hot reload at localhost:8080
$ npm run dev
# Build for production with minification
$ npm run build
# Build for production and view the bundle analyzer report
$ npm run build --report
Head over to vue-cli to see a list of things you can do.