An open API service indexing awesome lists of open source software.

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.

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

HTML5 CSS3 JavaScript React D3.js Bootstrap Python Django Jupyter Notebook SQLite

## ๐Ÿš€ 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 demo

๐Ÿ  Homepage โ€“ animated overview


Map page demo

๐Ÿ—บ๏ธ Interactive Map โ€“ facility density & nearest hospital


Analysis page demo

๐Ÿ“Š Analysis โ€“ time-slider & district statistics


Contact page demo

๐Ÿ“ž 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
```