{"id":31045232,"url":"https://github.com/antaripdebgupta/customer-segmentation","last_synced_at":"2026-04-30T11:34:49.135Z","repository":{"id":314695003,"uuid":"1053626366","full_name":"antaripdebgupta/customer-segmentation","owner":"antaripdebgupta","description":"Customer Segmentation Web App (Final-Year MVP)","archived":false,"fork":false,"pushed_at":"2025-12-22T11:28:11.000Z","size":316,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-30T11:34:10.629Z","etag":null,"topics":["appwrite","clerk-auth","nextjs","reactjs","recharts","shadcn-ui"],"latest_commit_sha":null,"homepage":"https://customer-segmentation-theta.vercel.app","language":"JavaScript","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/antaripdebgupta.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-09T17:50:28.000Z","updated_at":"2025-12-22T11:28:15.000Z","dependencies_parsed_at":"2025-09-14T07:11:51.228Z","dependency_job_id":"f02306ad-f160-46ef-a91e-d1eeb5a3913f","html_url":"https://github.com/antaripdebgupta/customer-segmentation","commit_stats":null,"previous_names":["antaripdebgupta/customer-segmentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antaripdebgupta/customer-segmentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaripdebgupta%2Fcustomer-segmentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaripdebgupta%2Fcustomer-segmentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaripdebgupta%2Fcustomer-segmentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaripdebgupta%2Fcustomer-segmentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antaripdebgupta","download_url":"https://codeload.github.com/antaripdebgupta/customer-segmentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antaripdebgupta%2Fcustomer-segmentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["appwrite","clerk-auth","nextjs","reactjs","recharts","shadcn-ui"],"created_at":"2025-09-14T17:00:42.316Z","updated_at":"2026-04-30T11:34:48.319Z","avatar_url":"https://github.com/antaripdebgupta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClusterCart – Customer Segmentation Web App\n\n![ClusterCart Logo](./public/logo.png) \u003c!-- Replace with actual logo path --\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eClusterCart\u003c/b\u003e is a modern, minimalistic Customer Segmentation Web App built as a Final-Year Project.  \n  It allows users to upload customer datasets, explore clustering visualizations, and view dashboards \u0026 insights — all in one place.\n\u003c/p\u003e\n\n---\n\n## 📝 Overview\n\nClusterCart is a **Customer Segmentation Web Application** designed to help businesses better understand their customers.  \nWith an intuitive UI and modern tech stack, users can:\n\n- **Upload CSV datasets** and store them securely.\n- **Visualize customer clusters** (demo version).\n- **Explore dashboards and insights** to make data-driven decisions.\n\n---\n\n## 🛠 Tech Stack\n\n| Technology     | Purpose |\n|---------------|---------|\n| **[Next.js (App Router)](https://nextjs.org/)** | Frontend framework for building a fast, scalable web app |\n| **[Appwrite](https://appwrite.io/)** | Backend-as-a-Service for database and storage |\n| **[Clerk](https://clerk.com/)** | Authentication (Email + Google Sign-in) |\n| **[shadcn/ui](https://ui.shadcn.com/)** | UI components for a clean, accessible design |\n| **[Tailwind CSS](https://tailwindcss.com/)** | Utility-first CSS for styling |\n| **[Recharts](https://recharts.org/en-US/)** | Data visualization library for cluster graphs |\n\n---\n\n## ✨ Features\n\n- **Authentication**\n  - Email + Google Sign-in (fully working)\n\n-  **Upload Page** (`/upload`)\n  - Upload CSV file  \n  - Save data to **Appwrite DB**  \n  - View \u0026 delete saved datasets  \n\n-  **Clusters Page** (`/clusters`)\n  - Placeholder visualization with **Recharts** (Demo)\n\n-  **Dashboard Page** (`/dashboard`)\n  - Sample analytics dashboard (Demo)\n\n-  **Insights Page** (`/insights`)\n  - Recommendations and customer insights(Demo)  \n\n\n## ⚙️ Installation \u0026 Setup\n\nFollow these steps to run ClusterCart locally:\n\n```bash\n# 1️⃣ Clone the repository\ngit clone https://github.com/antaripdebgupta/customer-segmentation.git\n\ncd customer-segmentation\n\n# 2️⃣ Install dependencies\nnpm install\n\n# 3️⃣ Configure environment variables\n# Create a `.env.local` file in the root and add:\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=public-key\nCLERK_SECRET_KEY=secret_key\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_REDIRECT_URL=/\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_SIGN_UP_FALLBACK_REDIRECT_URL=/\nAPPWRITE_ENDPOINT=https://cloud.appwrite.io/v1\nAPPWRITE_PROJECT_ID=project_id\nAPPWRITE_API_KEY=api_key\nAPPWRITE_DATABASE_ID=database_id\nAPPWRITE_COLLECTION_ID=collection_id\nAPPWRITE_BUCKET_ID=bucket_id\n\n# 4️⃣ Run locally\nnpm run dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantaripdebgupta%2Fcustomer-segmentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantaripdebgupta%2Fcustomer-segmentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantaripdebgupta%2Fcustomer-segmentation/lists"}