https://github.com/getintogit1/healthcare-access-platform
An Interactive Healthcare Visualization Platform (React + Django + D3) A full-stack web app for exploring health service density & access across Munich.
https://github.com/getintogit1/healthcare-access-platform
d3 d3-visualization django full-stack geocoding geospatial javascript jupyter-notebook python react webapp
Last synced: 3 months ago
JSON representation
An Interactive Healthcare Visualization Platform (React + Django + D3) A full-stack web app for exploring health service density & access across Munich.
- Host: GitHub
- URL: https://github.com/getintogit1/healthcare-access-platform
- Owner: getintogit1
- License: gpl-3.0
- Created: 2025-01-10T17:17:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T19:17:39.000Z (about 1 year ago)
- Last Synced: 2025-06-19T19:45:07.847Z (about 1 year ago)
- Topics: d3, d3-visualization, django, full-stack, geocoding, geospatial, javascript, jupyter-notebook, python, react, webapp
- Language: JavaScript
- Homepage:
- Size: 15.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Healthcare Access & Density Visualization Web App
This Web App is a modern web application that visualizes the distribution and accessibility of healthcare facilities across Munich. It combines interactive maps, statistical data, and real-time analysis tools to inform citizens, researchers, and policymakers about healthcare density, proximity, and service gaps.
## Tech Stack
## ๐ Features
- ๐ **Interactive Map**: Displays pharmacies, hospitals, and doctors with district-wise filters.
- ๐ **Statistical Insights**: Visualizes population-to-facility ratios across time (2010โ2022).
- ๐ฅ **Nearest Hospital Info**: Dynamically calculates and displays the nearest healthcare center.
- ๐ **Map Themes**: Toggle between light, dark, and normal themes for better readability.
- ๐
**Time Slider**: Explore historical data over a timeline.
- ๐ **Data Analysis**: Integrated tools to analyze healthcare density trends in Munich.
- **Mapping**:
- Leaflet.js / OpenStreetMap for geolocation
- GeoJSON for district borders
## ๐ Example View
- OCM Orthopรคdische Chirurgie Mรผnchen marked with detailed location
- --> In the Background my current location is fetched and the nearest hospital is calcualted and displayed
- District-wise breakdown of pharmacies per resident
- Dark and light visualizations for user preferences
## Example Videos

๐ Homepage โ animated overview

๐บ๏ธ Interactive Map โ facility density & nearest hospital

๐ Analysis โ time-slider & district statistics

๐ Contact โ get in touch / feedback form
## ๐ Data Sources
- Public health data from Stadt Mรผnchen
- GeoData for districts and healthcare facility coordinates
- Analysis based on year 2022 with comparison back to 2010
## Preview
```sh
git clone "https://github.com/getintogit1/Healthcare-Access-Platform.git"
cd HealthHubMunich
cd code
pip install -r requirements.txt
cd website_code
python manage.py runserver
```