{"id":29486585,"url":"https://github.com/rupeshkumar18123/dataset_analyzer","last_synced_at":"2026-04-11T13:02:03.814Z","repository":{"id":303996753,"uuid":"1017437785","full_name":"rupeshkumar18123/Dataset_analyzer","owner":"rupeshkumar18123","description":"This app blends data visualization, conversational AI, and cloud hosting — ideal for analysts, students, and data-driven teams.","archived":false,"fork":false,"pushed_at":"2025-07-10T15:15:28.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T21:20:29.006Z","etag":null,"topics":["azure-app-service","langchain","openai","pandas","plotly","streamlit"],"latest_commit_sha":null,"homepage":"https://dataset-analyzer-cqegewgnh5h2eqfc.centralindia-01.azurewebsites.net/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rupeshkumar18123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-10T14:29:54.000Z","updated_at":"2025-07-10T15:22:09.000Z","dependencies_parsed_at":"2025-07-10T21:20:34.487Z","dependency_job_id":"074bef43-7c08-4531-959c-ba5309099807","html_url":"https://github.com/rupeshkumar18123/Dataset_analyzer","commit_stats":null,"previous_names":["rupeshkumar18123/dataset_analyzer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/rupeshkumar18123/Dataset_analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupeshkumar18123%2FDataset_analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupeshkumar18123%2FDataset_analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupeshkumar18123%2FDataset_analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupeshkumar18123%2FDataset_analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupeshkumar18123","download_url":"https://codeload.github.com/rupeshkumar18123/Dataset_analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupeshkumar18123%2FDataset_analyzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265419624,"owners_count":23761846,"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":["azure-app-service","langchain","openai","pandas","plotly","streamlit"],"created_at":"2025-07-15T08:01:15.809Z","updated_at":"2025-12-30T22:07:19.036Z","avatar_url":"https://github.com/rupeshkumar18123.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 📊 Dataset Analyzer\n\nDataset Analyzer is a powerful web-based tool that simplifies exploratory data analysis (EDA) for CSV and JSON datasets. Upload your data, visualize distributions, detect anomalies, and download summary reports — all in one intuitive dashboard.\n\n---\n\n## 🚀 Features\n\n- ✅ Upload CSV or JSON datasets\n- 📈 Interactive charts: histograms, scatter plots, box plots, correlation heatmaps\n- 🔍 Automatic missing value detection \u0026 summary statistics\n- ⚡ Fast in-browser analysis supported by Web Workers\n- 📄 Exportable summary report (PDF format)\n\n---\n\n## 🧰 Tech Stack\n\n- **Frontend**: React.js, Chart.js (or D3.js)\n- **Backend**: Node.js, Express.js (optional API layer)\n- **Data Processing**: Web Workers\n- **Utilities**: Axios, FileSaver.js, react-dropzone\n\n---\n\n## 📦 Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/rupeshkumar18123/Dataset_analyzer.git\ncd Dataset_analyzer\n````\n\n### 2. Install dependencies\n\n```bash\nnpm install\n```\n\n*(Or, if there is a `backend` folder:)*\n\n```bash\ncd backend\nnpm install\ncd ../frontend\nnpm install\n```\n\n---\n\n## ▶️ Running the App\n\nStart the development server:\n\n```bash\nnpm start\n```\n\n* If there’s a combined setup, the app should open automatically at `http://localhost:3000`.\n* If separate: run both `npm start` in frontend and backend directories.\n\n---\n\n## ⚙️ Usage\n\n1. Navigate to the web app.\n2. Drag-and-drop or select your dataset.\n3. Choose charts and analysis options.\n4. View interactive visualizations.\n5. Export summary PDF report via “Download Report” button.\n\n---\n\n## ⚠️ Requirements\n\n* Node.js ≥ 12\n* Modern browser (Chrome/Firefox/Edge/Safari)\n\n---\n\n## 📸 Screenshots\n\n*(Insert screenshots of data upload, chart views, and export actions here.)*\n\n---\n\n## 💡 Future Enhancements\n\n* 📑 Support for XLSX and SQL data\n* 🗃️ Save/load analysis sessions\n* 📊 Advanced EDA: clustering, PCA\n* 🔧 Custom visualization palette \u0026 themes\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions!\n\n1. Fork the repo\n2. Create a branch: `feature/your-feature-name`\n3. Commit your changes\n4. Push to GitHub and open a PR\n\nPlease follow existing code style and write clear commit messages.\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n\n---\n\n## 🙋‍♂️ Author\n\nBuilt with passion by [Rupesh Kumar](https://github.com/rupeshkumar18123).\nFeel free to connect and share feedback!\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupeshkumar18123%2Fdataset_analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupeshkumar18123%2Fdataset_analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupeshkumar18123%2Fdataset_analyzer/lists"}