Yshen007/geo-intel-dashboard-backend
Add safe Docker deployment exclusions
Remove simulated weather fallback
Fix mobile AI vision provider handling
Remove simulated flight fallback
Fix AI upload and live-data error handling
Create README.md
Delete README.md
Create data/cctv_list.json
Create services/weather_service.py
Create services/vision_service.py
Create services/flight_service.py
Create services/cctv_service.py
Create services/__init__.py
Create main.py
Create config.py
Create requirements.txt
Create Dockerfile
---title: Geo Intel Dashboard APIemoji: 🌍colorFrom: bluecolorTo: cyansdk: dockerapp_port: 7860pinned: false---# Geo Intel Dashboard APIFastAPI backend for image geolocation, live flight data, weather data, CCTV lookup, and the WebSocket intelligence stream.## ConfigurationSet optional secrets in the Space settings:- `GOOGLE_API_KEY`- `WEATHER_API_KEY`- `OPENAI_BASE_URL`- `OPENAI_API_KEY`- `VISION_MODEL`
initial commit
