Analysis updated 2026-05-18
Upload last month's vs this month's sales CSV to get a plain-English breakdown of what drove a revenue drop.
Clean a messy dataset with one-click fixes for duplicates, missing values, and wrong data types before sharing it.
Ask plain-English questions about a spreadsheet without writing any SQL or code.
Run a quick predictive model to see which columns in your data most influence a specific target metric.
| naialorente/data-analyst | a-bissell/unleash-lite | abhiinnovates/whatsapp-hr-assistant | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | easy | hard | hard |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | data | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
This is a free, open-source web app that helps non-technical and data-adjacent people understand why their numbers changed. You upload one or two CSV files, and the app computes a plain-English breakdown of what moved, which group or segment drove it, and whether the change is statistically real or likely noise. The type of analysis it automates, called root-cause drift analysis, is normally found only in expensive enterprise tools. The most distinctive feature is called "What Changed." You give it two snapshots of similar data, such as this week's sales versus last week's, and it breaks down each metric's change by segment, flags when an overall trend is driven by a shift in your customer or product mix, and runs a statistical test to tell you whether a drop is significant or just random variation. Every number shown is computed by the app itself using standard data science code, the AI is only used to write the plain-English explanation of numbers that were already calculated. Beyond drift analysis, the app includes data cleaning tools that let you fix missing values, remove duplicates, cap outliers, and convert wrongly typed columns with single clicks. You can ask plain-English questions about your data in a chat interface, explore individual columns, run simple predictive models to see which columns drive a target metric, do basic cohort retention analysis, and export a self-contained notebook that reproduces everything you did. The app is bring-your-own-key: you supply an API key from whichever AI provider you already use, including Anthropic, OpenAI, Google Gemini, Groq, or xAI. You can also run it entirely locally with no internet connection for your data by pointing it at a locally running model via Ollama. There is a live demo you can try without installing anything. The license is MIT. The full README is longer than what was shown.
A free web app that explains why your data metrics changed, compares two snapshots to find the root cause, and includes data cleaning, chart tools, and a plain-English chat interface.
Mainly Python. The stack also includes Python, Streamlit, pandas.
Use freely for any purpose including commercial projects as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly data.
This repo across BitVibe Labs
Verify against the repo before relying on details.