Skip to content

App uses tflite models to recognize landmarks using ML models from Kaggle platfrom. (google/landmarks)

Notifications You must be signed in to change notification settings

polatechno/landmarkRecognitionTensorflow

Repository files navigation

  1. Go to this link https://www.kaggle.com/models/google/landmarks/frameworks/tfLite/variations/classifier-europe-v1

  2. Downlaod 1.tflite file of selected region

  3. Copy and paste it here to assets folder of this project.

  4. Set file name inside TFLiteLandmarkClassifier.clas which is under package below: package com.polatechno.TfLiteLandmarkClassifier.data

    For example if you name you tflite file as "europe_landmarks.tflite", should be replaced as below: classifier = ImageClassifier.createFromFileAndOptions(context, "europe_landmarks.tflite", options)

About

App uses tflite models to recognize landmarks using ML models from Kaggle platfrom. (google/landmarks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages