Django REST API backend for Route Planner. Calculates optimal fuel stops along routes between US locations. backend/ ├── manage.py # Django management script ├── requirements.txt # Python dependencies ...
End-to-end ETL pipeline for Norwegian marketplace data. Scrapes listings from Finn.no, enriches them with cadastral and geocoding data, and trains ML models for price predictions.