Skip to content

Commit

Permalink
Merge pull request #76 from vmishra9/issue#67
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ghackg11 authored Apr 11, 2021
2 parents 37b1375 + 5d40012 commit acf092f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,41 @@

# 🌳Trees🌳 <br> 🔖Tagger🔖 <br> App & Analysis Software

> The vision of this project is to assist forest officials for tree census by tagging each tree with proper location (latitude and longitude), tree type, and other arguments. There is a further plan to apply data analysis over the collected data.
> The vision of this project is to assist forest officials for tree census by tagging each tree with proper location (latitude and longitude), tree type, and other arguments. There is a future plan to apply data analysis over the collected data.
</div>

## Focused Area:🧐
### This project is basically based on:
* Flutter based app : In this app, the user can tag the tree by locating or going to exact location and then feeding the latitude and longitude details along with the other parameters. Once the data is stored, it will generate a unique key and a QR code for the same, so that later on we can refer to that tree by that code itself.
* A data analysis system with Web App interface to the collected data and apply a machine learning model for prediction of different aspects.
### This project is based on:
* Flutter-based app: In this app, the user can tag the tree by locating or going to the exact location and then feeding the latitude and longitude details along with the other parameters. Once the data is stored, it will generate a unique key and a QR code for the same, so that later on we can refer to that tree by that code itself.
* A data analysis system with a Web App interface to the collected data and apply a machine learning model for prediction of different parameters.


## Tech Stack:⚙️
<img alt="Flutter" src="https://img.shields.io/badge/Flutter%20-%2302569B.svg?&style=for-the-badge&logo=Flutter&logoColor=white" /> <img alt="Dart" src="https://img.shields.io/badge/dart-%230175C2.svg?&style=for-the-badge&logo=dart&logoColor=white"/> <img alt="Firebase" src="https://img.shields.io/badge/firebase%20-%23039BE5.svg?&style=for-the-badge&logo=firebase"/>

## Problem Statement:📋
* Digital transformation for maintaining the record of forest trees.
* Digital transformation of maintaining the records of forest trees.
* QR code generation for unique identification of every tree.
* Data storage, which can be maintained easily over cloud storage or even local storage.
* Can help in analyzing the various aspects regarding trees; diversity, age, height, growth, and much more.
* Predicting certain arguments based on data collected.


## Project setup:🛠️
### For setting up project in local PC🖥️
Either by watching tutorial [Trees Tagging App](https://youtu.be/1KWwgAF0LXY), or by following the steps given below:
### For setting up the project in local PC🖥️
Watch the tutorial [Trees Tagging App](https://youtu.be/1KWwgAF0LXY) or follow the steps given below:


1. Make sure you have got flutter (including the command-line tool) and Android Studio installed.
2. Open Android Studio and select 'Import from version control' and enter the repo's git URL.
3. Navigate to any file which shows 'Missing class' errors, and click on the 'Get dependencies' button on the yellow ribbon at the top.

The repo's codebase is now setup on your local machine, and you can make changes to it and push them to the git repo.
The repo's codebase is now setup on your local machine, and you can make changes and push them to the git repo.


## Contributors:👨🏻‍💻
### Credits goes to these people✨
### Credits go to these people✨

<table>
<tr>
Expand Down

0 comments on commit acf092f

Please sign in to comment.