An interactive dashboard built with Dash (Plotly), Pandas, and Bootstrap for visualizing healthcare data. This tool helps track patient demographics, medical conditions, billing amounts, insurance comparisons, and admission trends. It also supports uploading custom healthcare datasets for dynamic analysis.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Enhance file upload functionality to save uploaded files in the popper assets folder and confirm successful upload to the user by showing the filename and path its saved to.
2ed1f64View on GitHubAdd admission trends visualization with chart type selection and condition filter
47b015dView on GitHubAdd billing amount distribution histogram with a slider to change the range and gender selection
799b273View on GitHub- Added bar chart to show Patients insurance provider vs the billing amount, while showing the Amount for each Condition under each provider
3a68c03View on GitHubAdded pie chart to medical condition distribution as percentages based on gender filter
7df9678View on GitHub