CoolFace
Apppublic

Yshen007/geo-intel-dashboard-backend

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
19 commits on main
e2937152mo ago

Add safe Docker deployment exclusions

Yshen007
069fd082mo ago

Remove simulated weather fallback

Yshen007
0398f8b2mo ago

Fix mobile AI vision provider handling

Yshen007
722cec52mo ago

Remove simulated flight fallback

Yshen007
d8be87e2mo ago

Fix AI upload and live-data error handling

Yshen007
4e7ad033mo ago

Create README.md

Yshen007
15c06a53mo ago

Delete README.md

Yshen007
e5599863mo ago

Create data/cctv_list.json

Yshen007
1bebb1c3mo ago

Create services/weather_service.py

Yshen007
cfec5f23mo ago

Create services/vision_service.py

Yshen007
a2a6f223mo ago

Create services/flight_service.py

Yshen007
55c8f383mo ago

Create services/cctv_service.py

Yshen007
50bb7543mo ago

Create services/__init__.py

Yshen007
c1b2d573mo ago

Create main.py

Yshen007
a27c31e3mo ago

Create config.py

Yshen007
a6ec29e3mo ago

Create requirements.txt

Yshen007
380ddba3mo ago

Create Dockerfile

Yshen007
e3b8c5a3mo ago

---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`

Yshen007
ba61cad3mo ago

initial commit

Yshen007