{"id":28304497,"url":"https://github.com/ak-abhilash/insightcat","last_synced_at":"2025-06-14T09:30:42.572Z","repository":{"id":293451833,"uuid":"984073092","full_name":"ak-abhilash/InsightCat","owner":"ak-abhilash","description":"📊 One-click open-source EDA tool for CSV, Excel, JSON","archived":false,"fork":false,"pushed_at":"2025-05-29T16:00:22.000Z","size":428,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T16:58:48.013Z","etag":null,"topics":["csv-","data-analysis-","data-visualization","eda-","fastapi-","open-source-","pandas-","react-"],"latest_commit_sha":null,"homepage":"https://insight-cat.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ak-abhilash.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,"zenodo":null}},"created_at":"2025-05-15T10:59:46.000Z","updated_at":"2025-05-29T16:00:36.000Z","dependencies_parsed_at":"2025-05-29T16:30:21.954Z","dependency_job_id":"2b2e225c-330f-47b3-805a-d1744d1afd7e","html_url":"https://github.com/ak-abhilash/InsightCat","commit_stats":null,"previous_names":["ak-abhilash/insightcat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ak-abhilash/InsightCat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak-abhilash%2FInsightCat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak-abhilash%2FInsightCat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak-abhilash%2FInsightCat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak-abhilash%2FInsightCat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ak-abhilash","download_url":"https://codeload.github.com/ak-abhilash/InsightCat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ak-abhilash%2FInsightCat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259793459,"owners_count":22912108,"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":["csv-","data-analysis-","data-visualization","eda-","fastapi-","open-source-","pandas-","react-"],"created_at":"2025-05-24T00:13:13.148Z","updated_at":"2025-06-14T09:30:42.564Z","avatar_url":"https://github.com/ak-abhilash.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🐱 InsightCat\u003c/h1\u003e\n\u003cp align=\"center\"\u003eYour AI-powered data sidekick for instant insights, quality checks, and smart visualizations. Just upload your data and let InsightCat do the rest.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/building%20in-public-brightgreen\" alt=\"build in public\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/ak-abhilash/InsightCat\" alt=\"License\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/ak-abhilash/InsightCat\" alt=\"Last Commit\"\u003e\n\u003c/p\u003e\n\n---\n\n## 💡 What is InsightCat?\n\nInsightCat is an open-source tool that gives you **instant insights from your CSV, Excel, or JSON files.** No coding required. Just upload a file and get:\n\n- 🔍 **AI-powered insights** - Smart analysis with actionable recommendations\n- 📊 **Auto-generated charts** - Histograms, bar charts, and distributions \n- 🧹 **Data quality checks** - Missing values, duplicates, and quality scores\n- 📈 **Smart visualizations** - Only creates charts that make sense for your data\n- 💾 **Download everything** - Save charts and analysis reports\n\n---\n\n## 🔧 Tech Stack\n\n- **Backend:** Python + FastAPI + pandas\n- **Frontend:** React + TailwindCSS + Lucide Icons\n- **AI Engine:** OpenRouter API (GPT-4o-mini)\n- **Charts:** Matplotlib + Seaborn\n- **Hosting:** Vercel (frontend), Render (backend)\n\n---\n\n## 📦 How to Use\n\n1. Upload CSV, Excel, or JSON file\n2. Get instant data quality assessment (0-100% score)\n3. Read AI-generated insights and recommendations  \n4. Browse smart auto-generated charts\n5. Download charts or full reports\n\n---\n\n## Setup Instructions\n\n### API Keys Setup\n1. Register for an account at [OpenRouter](https://openrouter.ai/)\n2. Generate an API key from your account dashboard\n3. Create a `.env` file by copying `.env.example`:\n   ```bash\n   cp .env.example .env\n   ```\n4. Add your API key:\n   ```\n   OPENROUTER_API_KEY=your_key_here\n   ```\n\n### Run Locally\n```bash\n# Backend\npip install -r requirements.txt\npython main.py\n\n# Frontend  \nnpm install\nnpm start\n```\n\n---\n\n## 🌍 Join the Mission\n\nThis is an open-source project to help data learners, educators, and developers explore data quickly.\n\n### Want to contribute?\n1. Fork the repo\n2. Clone locally  \n3. Submit PRs with your ideas\n\n**Ideas welcome:** New chart types, better AI prompts, UI improvements, more file formats\n\n---\n\n## 📜 License\n\nThis project is licensed under the MIT License.\n\n## 🙏 Acknowledgments\n\n* Built with ❤️ for the open-source community\n* Powered by OpenRouter and modern web technologies\n* Inspired by the need for accessible data analysis tools\n\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eReady to unlock insights from your data? Give InsightCat a try!\u003c/b\u003e\u003cbr\u003e\n  \u003ca href=\"https://insight-cat.vercel.app\"\u003e🚀 Try InsightCat Now\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fak-abhilash%2Finsightcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fak-abhilash%2Finsightcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fak-abhilash%2Finsightcat/lists"}