feat: add FastAPI web interface for GIS classification

This commit is contained in:
Andrew 2026-03-15 14:28:51 +07:00
parent 5a9b8469bd
commit 6815769d2b
5 changed files with 1458 additions and 15 deletions

View file

@ -1,3 +1,4 @@
# Core dependencies
rasterio>=1.3.0
geopandas>=0.12.0
shapely>=2.0.0
@ -5,3 +6,12 @@ scikit-learn>=1.3.0
scipy>=1.10.0
numpy>=1.24.0
pandas>=2.0.0
# Web API
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
pydantic>=2.0.0
# Visualization (optional, for tile generation)
matplotlib>=3.7.0