Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 2.66 KB

README.md

File metadata and controls

46 lines (24 loc) · 2.66 KB

Flutter Landmark Classifier

This is a project that can recognize and search landmarks in each region (Asia, South America, North America, Europe, Oceania, Antarctica). Complete working code for iOS emulators and Android physical devices/emulators is provided.Unfortunately, the performance of the tflite model results worse than the example provided in tfhub. To be used in real-world projects, you need to improve the performance of your model. I have used onlinecsvtool to delimit the labelmaps provided in tfhub and converted them to .txt format for easy parsing.

Instructions to follow for Andriod physical devices/emulators 👇

  • Step 1: Go to command prompt and cd to the root directory of the project.

  • Step 2: Execute the command install.bat on the terminal.

  • Step 3: Run main.dart

     

TfHub Models 👇

Pubspec Packages 👇