{"id":19337854,"url":"https://github.com/mrarvind90/fcc-medical-data-visualizer","last_synced_at":"2026-05-17T03:02:17.162Z","repository":{"id":197551523,"uuid":"698852912","full_name":"mrarvind90/fcc-medical-data-visualizer","owner":"mrarvind90","description":"A Python program to visualize and make calculations from medical examination data.","archived":false,"fork":false,"pushed_at":"2023-10-01T13:33:47.000Z","size":768,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T10:25:29.172Z","etag":null,"topics":["black","freecodecamp","freecodecamp-challenge","freecodecamp-project","matplotlib","matplotlib-figures","matplotlib-heatmap","pandas","pandas-dataframe","python3","seaborn","seaborn-plots"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrarvind90.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-01T07:03:01.000Z","updated_at":"2023-10-01T08:32:24.000Z","dependencies_parsed_at":"2024-11-10T03:15:52.303Z","dependency_job_id":"5eb9f365-8cd3-4f90-9565-14b72f679f74","html_url":"https://github.com/mrarvind90/fcc-medical-data-visualizer","commit_stats":null,"previous_names":["mrarvind90/fcc-medical-data-visualizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrarvind90%2Ffcc-medical-data-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrarvind90%2Ffcc-medical-data-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrarvind90%2Ffcc-medical-data-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrarvind90%2Ffcc-medical-data-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrarvind90","download_url":"https://codeload.github.com/mrarvind90/fcc-medical-data-visualizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240441950,"owners_count":19801793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["black","freecodecamp","freecodecamp-challenge","freecodecamp-project","matplotlib","matplotlib-figures","matplotlib-heatmap","pandas","pandas-dataframe","python3","seaborn","seaborn-plots"],"created_at":"2024-11-10T03:15:39.264Z","updated_at":"2026-05-17T03:02:12.120Z","avatar_url":"https://github.com/mrarvind90.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![freeCodeCamp Social Banner](https://s3.amazonaws.com/freecodecamp/wide-social-banner.png)](https://www.freecodecamp.org/)\n\n\u003cp style=\"text-align: center\"\u003e\n  \u003ca href=\"https://www.python.org\"\u003e\u003cimg src=\"https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54\" alt=\"Python 3\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://pandas.pydata.org\"\u003e\u003cimg src=\"https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge\u0026logo=pandas\u0026logoColor=white\" alt=\"Pandas\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://matplotlib.org\"\u003e\u003cimg src=\"https://img.shields.io/badge/Matplotlib-%23ffffff.svg?style=for-the-badge\u0026logo=Matplotlib\u0026logoColor=black\" alt=\"Matplotlib\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Medical Data Visualizer\n\u003ca href=\"https://github.com/psf/black/blob/main/LICENSE\"\u003e\u003cimg alt=\"License: MIT\" src=\"https://black.readthedocs.io/en/stable/_static/license.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/psf/black\"\u003e\u003cimg alt=\"Code Style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\" /\u003e\u003c/a\u003e\n\nA Python program to visualize and make calculations from medical examination data.\n\n## Technologies Used\n- pandas\n- matplotlib\n- seaborn\n\n## Features\n- Generating a bar plot of cardio against variables like active, alco, cholesterol, gluc, overweight, smoke\n- Generating a heatmap correlation between the different variables\n\n## Prerequisites\nBefore you begin, ensure you have met the following requirements:\n\n- Python 3.10 or higher installed on your system. You can download Python from [python.org](https://www.python.org/downloads/).\n- Poetry 1.6.1 installed on your system. You can install Poetry from [python-poetry.org](https://python-poetry.org/docs/#installation)\n\n## Installation and Setup\nFollow these steps to install and set up Poetry for this project:\n\n1. **Install Poetry**:\n   Poetry is a Python package manager that simplifies dependency management and virtual environments. You can install Poetry by following their guide [here](https://python-poetry.org/docs/#installing-with-the-official-installer).\n2. Clone the repository\n   ```shell\n   git clone git@github.com:mrarvind90/fcc-medical-data-visualizer.git\n   ```\n3. Change into the Project Directory\n   ```shell\n   cd fcc-medical-data-visualizer\n   ```\n4. Install Dependencies:\n   ```shell\n   poetry install\n   ```\n5. Run the Project:\n   ```shell\n   poetry run python3 main.py \n   ```\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Code Style\nWe follow the black code style for this project. You can format your code using:\n```shell\nblack .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrarvind90%2Ffcc-medical-data-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrarvind90%2Ffcc-medical-data-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrarvind90%2Ffcc-medical-data-visualizer/lists"}