{"id":29552797,"url":"https://github.com/5amogh/crowd-pulse","last_synced_at":"2025-07-18T05:40:55.119Z","repository":{"id":303194182,"uuid":"1014465587","full_name":"5Amogh/crowd-pulse","owner":"5Amogh","description":"Real-time public transport crowd monitoring and predictive analytics MVP. Designed to help authorities and commuters visualize crowd density, detect risks, and optimize train operations.","archived":false,"fork":false,"pushed_at":"2025-07-06T08:27:05.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T09:29:49.207Z","etag":null,"topics":["crowdcontrol","disaster-management","public-transport","publicinteresttech","safety","socialimpact"],"latest_commit_sha":null,"homepage":"","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/5Amogh.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-05T19:27:26.000Z","updated_at":"2025-07-06T08:27:08.000Z","dependencies_parsed_at":"2025-07-06T09:29:50.872Z","dependency_job_id":"e0e3c945-e7a6-47ff-8951-1bd18e0cf859","html_url":"https://github.com/5Amogh/crowd-pulse","commit_stats":null,"previous_names":["5amogh/crowd-pulse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5Amogh/crowd-pulse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Amogh%2Fcrowd-pulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Amogh%2Fcrowd-pulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Amogh%2Fcrowd-pulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Amogh%2Fcrowd-pulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5Amogh","download_url":"https://codeload.github.com/5Amogh/crowd-pulse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5Amogh%2Fcrowd-pulse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265705757,"owners_count":23814497,"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":["crowdcontrol","disaster-management","public-transport","publicinteresttech","safety","socialimpact"],"created_at":"2025-07-18T05:40:52.419Z","updated_at":"2025-07-18T05:40:55.111Z","avatar_url":"https://github.com/5Amogh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚦 Crowd-Pulse\n\n**Real-time public transport crowd monitoring and predictive analytics MVP.**\nDesigned to help authorities and commuters visualize crowd density, detect risks, and optimize train operations.\n\n\u003e Built collaboratively by **Amoghavarsh Desai** and **ChatGPT (OpenAI)** 🤝\n\n---\n\n## 🧠 What is Crowd-Pulse?\n\nCrowd-Pulse is a demo prototype (MVP) that simulates how public transport systems (e.g., metros, subways) can:\n\n* 📊 Track real-time **platform crowd density**\n* 🚇 Compare **expected vs actual train loads**\n* 🔔 Raise **alerts** for overcrowding or sensor inconsistencies\n* 📈 Visualize **historical crowd trends**\n* 🌐 Enable smart, data-driven transit decisions\n\nIt’s designed as a starting point for cities, researchers, or civic tech hackers who want to reduce stampedes, delays, and discomfort in public transport.\n\n---\n\n## 🏗️ Project Structure\n\n```\nCrowd-Pulse/\n├── backend/           # Express.js API for mock crowd simulation \u0026 risk analysis\n│   ├── index.js\n│   ├── crowd_history.json\n│   └── package.json\n├── frontend/          # React + Material UI + Chart.js dashboard\n│   ├── src/\n│   │   └── CrowdTrendDashboard.jsx\n│   ├── vite.config.js\n│   └── package.json\n└── README.md\n```\n\n---\n\n## ⚙️ Features\n\n✅ Crowd Estimation from:\n\n* Ticket check-ins\n* Device ping approximations (simulated)\n\n✅ Insights Engine:\n\n* Calculates density (people/m²)\n* Computes train load vs capacity\n* Flags high-risk conditions (e.g., overcrowding)\n\n✅ Historical Logging:\n\n* Saves every simulation step to JSON\n* Visualized with line charts\n\n✅ Frontend Dashboard:\n\n* Station selector\n* Auto-refresh every 10s\n* Responsive and clean UI using Material UI\n\n---\n\n## 🚀 Getting Started\n\n### 1. Backend Setup\n\n```bash\ncd backend\nnpm install\nnpm start\n```\n\nStarts the mock server at: [http://localhost:8000/mock-crowd](http://localhost:8000/mock-crowd)\n\n### 2. Frontend Setup\n\n```bash\ncd frontend\nnpm install\nnpm run dev\n```\n\nOpens the dashboard at: [http://localhost:5173](http://localhost:5173)\n\n---\n\n## 📸 Screenshots\n\nComing soon!\n\n---\n\n## 🤝 Authors\n\n* [Amoghavarsh Desai](https://github.com/5Amogh) – Ideation, Design, Engineering\n* [ChatGPT (OpenAI)](https://openai.com/chatgpt) – Rapid prototyping, logic architecture, and code generation\n\n---\n\n## 💡 Future Ideas\n\n* Live integration with metro check-in APIs or IoT devices\n* SMS/push alerts to passengers\n* Multi-station congestion forecasting\n* Admin panel for transport authorities\n\n---\n\n## 📄 License\n\nMIT – Free to use, fork, or modify.\n\n\u003e Let’s make cities safer, smarter, and commuter-friendly – one pulse at a time. 🚦📊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5amogh%2Fcrowd-pulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5amogh%2Fcrowd-pulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5amogh%2Fcrowd-pulse/lists"}