Skip to content

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

License

Notifications You must be signed in to change notification settings

KacperSynator/PlantIdentificationApp

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages