Discover nature around you with PlantScope! Identify plants from your photos and learn about various species in real-time, then add friends to show off your collections.
PlantScope is a cross-platform mobile app that allows users to identify plants using photos, utilizing Pl@ntNet API for identification and the MediaWiki API for data. The app also features social functionality, enabling users to sign in, add friends, and view their plant collections.
- Frontend: React Native with Expo
- Backend: Firebase
- Plant Identification: Pl@ntNet API
- Plant Data: MediaWiki API
- Clone the repo: git clone https://github.com/c-dongon/plantscope
- Install dependencies in terminal: npm install
- Acquire key credentials from Pl@ntNet API and Firebase, create and input into ".env" file as shown with ".env.example" (additional Firebase instructions in FirebaseSetup.txt)
- Follow Expo documentation (Expo Go reccommended)