SkillAgentSearch skills...

MelaSafe

: 🚨 A Real-Time Stampede Prevention System built with ⚙️ Django, ⚛️ React, 💻 Path Algorithms(A* & Djikstra), and 🧠 LSTM — capable of monitoring 👥 100,000+ individuals, predicting 🔮 crowd congestion with 90%+ accuracy, and computing 🛣️ optimal evacuation paths using 🅰️* and 📐 Dijkstra.

Install / Use

/learn @Aayushman-Gupta/MelaSafe
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

Crowd Predictor

This app uses many techniques and algorithms to predict future crowd patterns in a large gathering and provide details about where can emergency personnel like police and ambluance should be stationed for maximum efficiency. It also provides the shortest and the most efficient path through the crowd and obstacles.

Tech Stack

  • Python
  • Numpy
  • Tensorflow
  • Scikit-Learn
  • Matplotlib
  • CV2
  • React
  • Vite

Crowd Simulation with Heatmaps - Gaussian filter..

Crowd movement simulation using python numpy and plotting those movement with the help of matplotlib where the blue dots represent the people and the black dots represent the obstacles such as vehicles, walls etc. The crowd is represented internally with the use of 2D Array. Cumulative heatmap generation using gaussian filter where the less dense areas are represented in black and more densely populated areas are represented by bright red.<br><br> Simulation heatmap

Future Crowd - LSTM

Implemented future crowd predicition using the LSTM model due to crowd movement being a time series feature.<br><br> Future crowd<br><br> Accuracy of LSTM model is shown below :-<br><br> LSTM Accuracy

Shortest Pathfinding - A* Algorithm

Implemented shortest pathfinding algorithm using A*. It finds for us paths that avoid the obstacles and heavy crowds.<br><br> Pathfinding

Ambulance Distribution - DBSCAN Clustering

Implemented the distribution of emergency services using DBSCAN clustering algorithm so that the ambulances are distributed according to the density. More units in higher density areas and vice versa.<br><br> Ambulance1

👤 Developed by

Aayushman Gupta

View on GitHub
GitHub Stars17
CategoryOperations
Updated2mo ago
Forks1

Languages

JavaScript

Security Score

80/100

Audited on Jan 15, 2026

No findings