Welcome to the Biodiversity Exploration App! This Flutter-based app gamifies the exploration of nature by encouraging users to photograph plants and animals. The app identifies the species and provides additional information about each one. Users will earn bio points for each identification, and for every 10 bio points, we plant a tree to promote biodiversity and conservation. ๐ณ
You can download the latest APK from our GitHub repository:
Download APK from here by clicking on the download raw button, then go to the download section in your browser and install teh apk from there
- ๐พ Species Identification: Snap photos of plants and animals, and our AI will identify the species and provide detailed information.
- ๐ฑ Earn Bio Points: Collect bio points for each identified species. For every 10 bio points, a tree is planted.
- ๐ Educational Content: Learn about different species and their roles in the ecosystem.
- ๐ฎ Gamification: Engage with leaderboards, challenges, and seasonal events to keep the experience exciting.
- ๐ Community Building: Share your findings, compete with others, and collaborate on conservation projects.
Watch our demo video on YouTube to see the app in action:
Here are some screenshots of our app:
To install and run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/biodiversity-exploration-app.git ```
- Install dependencies:
flutter pub get ```