Skip to content
View hihipy's full-sized avatar

Block or report hihipy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hihipy/README.md

Welcome to Philip's GitHub Page

Typing SVG

Portfolio LinkedIn Email

πŸ₯ Currently at the University of Miami Miller School of Medicine

πŸŽ“ University of Miami: BA History | MA International Administration | MS Business Analytics

🌎 Fluent in English and Spanish

πŸ”§ Pipelines, dashboards, and automation tools that turn institutional data into decisions


πŸ› οΈ Tech Stack

Category Tools
🐍 Languages Bash C# Java Python R SQL VBA
πŸ€– AI & LLMs Anthropic Gemini Groq Mistral OpenAI
πŸ“Š BI & Reporting DAX IBM Cognos Power BI
πŸ“¦ Libraries BeautifulSoup ggplot2 Matplotlib NLTK numpy pandas Pillow requests scikit-learn Selenium spaCy Tkinter
🏒 Enterprise Systems Power Automate Qualtrics SharePoint Smartsheet Workday
πŸ“ Reproducibility Jupyter LaTeX Markdown Marimo Quarto R Markdown
βš™οΈ Dev Tools Docker Git Hugo Tabular Editor 2

πŸš€ Featured Projects

Project What It Does Why It's Useful
πŸ€– ai-csv-profiler Profiles any CSV file using AI to summarize its structure, data types, and content Lets you understand a new dataset right away without writing any exploratory code
πŸ₯ brimr-downloader Downloads and organizes NIH research funding data from the Blue Ridge Institute website Saves hours of manual downloading when you need historical grant funding data for analysis
πŸ” decode-for-humans Reads source code files and explains what they do in plain English for non-technical readers Closes the gap between the people who write code and the people who have to trust it
πŸ“Š pbi-model-export Exports a complete Power BI data model to a portable JSON file Makes it easy to document, audit, or feed your entire model structure to an AI for analysis
🩻 sql-x-ray Dumps any SQL database's structure (no data values) as priming context for an LLM Gives an LLM what it needs to write correct queries against your schema without exposing any actual data

Pinned Loading

  1. ai-csv-profiler ai-csv-profiler Public

    Generates only the essential information AI assistants need to understand CSV data.

    Python

  2. brimr-downloader brimr-downloader Public

    A Python GUI tool that automates downloading NIH funding data from BRIMR.org

    Python

  3. pbi-model-export pbi-model-export Public

    A Tabular Editor 2 script that exports a complete Power BI model snapshot to JSON: tables, columns, relationships, measures, hierarchies, partitions, roles, data sources, and a compact summary sect…

    C# 1

  4. decode-for-humans decode-for-humans Public

    Turn code into plain English, for the people who don't speak it.

    Python

  5. excel-vba-toolkit excel-vba-toolkit Public

    A collection of Excel VBA macros for data cleaning, table exports, pivot documentation, and everyday utilities.

    VBA

  6. sql-x-ray sql-x-ray Public

    See the structure, not the data. Privacy-safe schema introspection for any SQL database, designed for LLMs.

    PLSQL