๐Ÿง  About the Project โ€“ SafeWalk.AI

๐Ÿ’ก Inspiration

The idea for SafeWalk.AI was inspired by real-world challenges faced by elderly individuals and people with mobility limitations. Falls are one of the leading causes of injury among seniors, and in many cases, help doesnโ€™t arrive on time. I wanted to create a basic, accessible solution that simulates how technology can assist in such situations โ€” using simple tools like web development languages.

๐Ÿ“˜ What I Learned

Working on this project helped me:

  • Strengthen my skills in HTML, CSS, and JavaScript
  • Simulate physical behavior (bot movement and fall detection) in code
  • Understand how user interaction, DOM manipulation, and CSS animations work together
  • Use GitHub for code hosting and project presentation
  • Communicate technical ideas clearly through documentation and UI

๐Ÿ› ๏ธ How I Built It

  • The interface and bot structure were created using HTML
  • CSS was used for styling and animating the bot (@keyframes)
  • JavaScript controlled the logic: detecting falls, triggering alerts, changing status, and allowing reset
  • I included motivational features like Get Affirmation and Get Tip to support user well-being
  • The project was deployed via GitHub Pages

๐Ÿšง Challenges I Faced

  • Managing animation logic to simulate a fall and reset the system
  • Debugging issues related to bot movement and alert functionality
  • Ensuring the UI is responsive and understandable
  • Working within a limited timeframe with minimal resources

๐Ÿงฎ Logic Representation (LaTeX)

The fall detection system uses a conditional check logic similar to this:

```Status =

Normal & if bot is moving properly \ Bot Stopped Due to Fall! & if fall is triggered

Share this project:

Updates