-
Team Name: Ved Vahini
-
Project Title: Visually impaired individuals face a heightened risk of falls due to limited environmental awareness. There is a need for an intelligent, smartphone-based fall detection system that leverages built in IMU sensors. Create a solution in this regard.
-
Problem Statement / Track: 5
-
Team Members: Adarsh Chaubey, Sakshi Gupta, Aditya Laxkar, Abhinav Patra
-
Repository Link (if public): https://github.com/adarshchaubey03/PathSense-AI/
-
Deployment Link (if applicable): It is an Application.
make a dot in square brackets for selection
For each API / external service, teams must clearly specify the following:
- API / Service Name:
- Provider / Organization:
- Purpose in Project:
- API Type:
- REST
- GraphQL
- SDK
- Other (specify)
- License Type:
- Open Source
- Free Tier
- Academic
- Commercial
- License Link / Documentation URL:
- Rate Limits (if any):
- Commercial Use Allowed:
- Yes
- No
- Unclear
Repeat this section for every API or external service used.
Teams must disclose how API keys or credentials are obtained and handled.
-
API Key Source:
- Self-generated from official provider
- Hackathon-provided key
- Open / Keyless API
-
Key Storage Method:
- Environment Variables
- Secure Vault
- Backend-only (not exposed)
-
Hardcoded in Repository:
- Yes
- No
Hardcoding API keys in public repositories will lead to disqualification.
List all major libraries, frameworks, and SDKs used.
| Name | Version | Purpose | License |
|---|---|---|---|
| React Native | 0.81.5 | Mobile application framework | MIT |
| Node.js | >=20.0.0 | Backend runtime for API services | MIT |
| Bun | >=1.0.0 | JavaScript runtime and backend dev server | MIT |
| PyTorch | Not pinned in repo | ML model training and inference | BSD-3-Clause |
| ONNX Runtime | >=1.22,<2 | Optimized model inference runtime | MIT |
| VectorDB | Not specified | Efficient mapping and retrieval of data points | Not specified |
Teams must explicitly disclose all AI usage.
- Model Name: PATHSENSE-AI
- Provider: self
- Used For : Identifying Potential Fall values
- Access Method:
- API
- Local Model
- Hosted Platform
- Tool Name: Github Copilot
- Role in Project: Code suggestion and productivity assistance
- Level of Dependency:
- Assistive
- [] Core Logic
- Entire Solution
The following must be declared clearly:
- AI Agents Used (if any):
- [] None
- Yes
- Agent Name / Platform: Github Copilot
- Capabilities Used:
- Code generation
- Full app scaffolding
- Decision making
- Autonomous workflows
- Human Intervention Level:
- High (manual design & logic)
- Medium
- Low (mostly autonomous)
To preserve originality, creativity, and fair competition, the following restrictions apply:
- Fully autonomous platforms that:
- Generate entire applications end-to-end
- Make architectural decisions without human reasoning
- Auto-generate UI + backend + deployment with minimal input
Examples include but are not limited to:
- Emergent-style autonomous app builders
- Full-stack auto-generation agents
- Prompt-to-product systems
Usage is allowed only if:
- Core logic is human-designed
- AI is used as an assistant, not a replacement
- Teams can clearly explain architecture & decisions
Failure to justify usage may impact innovation and originality scores.
Briefly explain:
-
What parts were designed and implemented by humans
- The overall architecture, the techniques and the overall high level flow of which routes need to be created and what there roles need to be, and which permissions are required, along with that, we generated thousands of lines of actual data with real life simulated falls
-
What parts were assisted by AI
- The internal routing design and folder structure, and caching reccomendations and implementation
- Generation of Yaml files, UI implementation, Not planning and design.
-
What makes your solution unique
- Extensive dataset, which we tried and tested and trained our model on, with practice falls, stability test
- Depth, Gyro, and future implementation of Wifi signals for 3D overview of the entire room, research on this exists and is being worked on right now.
- SOS signalling to nearby devices, based on bluetooth
- Voice response, Triple clicking the sound down button is enough to signal that the user is safe
- Cache based storage for specific false flags from the user, to ensure that similar values dont result in false flags again.
- No copyrighted data used without permission
- No leaked or private datasets
- API usage complies with provider TOS
- No malicious automation or scraping
- No AI-generated plagiarism
We confirm that all information provided above is accurate.
We understand that misrepresentation may lead to disqualification.
Team Representative Name: Adarsh Chuabey