Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.17 KB

PlantIdentificationApp

Mobile app for taking plant pictures, identifying them and sharing results with other users

Setup

Google Maps api key

Go to google cloud console enable Maps SDK for Android and get the api key. Add the key to project.

# create an api_keys.xml
touch app/src/main/res/values/api_keys.xml

Add the following:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="google_maps_api_key">YOUR_API_KEY</string>
</resources>

Firebase config file

Go to firebase create a project, then in Project Settings -> General add SHA1 and SHA256 keys for debugging look at stack overflow. Then download the google-services.json file and place it in app/google-services.json.

Plant.ID api key

Go to Plant Id, create an account and get the key. Then add it to IdentifyRequest.kt.