PlanetView is a web-app providing Semantic Segmentation of Satellite Images. Users can obtain Land-use pattern Segmentation Masks of any location in any given duration.
Black - Unmarked
Blue - Water
Green - Trees
Yellow - Flooded Vegetation
Purple - Crops
Grey - Scrub
Maroon - Built Area
Olive - Bare ground
Grey - Snow/Ice
Teal - Cloud
- Clone Repo
git clone https://github.com/Maheshwar098/PlanetView.git
cd PLANETVIEW
- Obtain OpenCage GeoEncode API Key
- Create GCP Service Account and obtain serive key json
- Update .env file
- Create venv and install libs
python -m venv venv
venv/Scripts/Activate
pip install -r requirements.txt
venv/Scripts/Activate
flask --app App.py run









