Build a web application that uses satellite or aerial imagery to detect and classify different land cover types (e.g., vegetation, water, urban areas, bare soil) within a user-selected region. The system should process the imagery, apply a classification model, and display an interactive map with color-coded land cover categories and basic statistics like coverage percentages.
- Add a secrets.txt file with your Maps API key in the main directory
- Run
npx serve -l 5500(node and serve package required) - Navigate to http://localhost:5500/index.html
Note: Can replace 5500 with any desired port number