Skip to content

Hemanth-M2002/ArenaSync-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Google-PromptWars.mp4

ArenaSync AI πŸŸοΈπŸ€–

Smart Physical Event Experience Platform for Large Sporting Venues

ArenaSync AI is a web-based intelligent venue experience platform built for the Google PromptWars Challenge. It improves the physical event experience for attendees at stadiums, arenas, racing circuits, and concert venues by solving crowd movement, waiting times, and real-time coordination challenges.


πŸš€ Live Demo

Test Login ID


πŸŽ₯ Demo Video

To use the access and go through the website, use the details I enter in the video.

Google-PromptWars.mp4

πŸ“Œ Problem Statement

Large sporting venues often face:

  • Long queues at entry gates
  • Congested walkways
  • Difficulty locating seats
  • Overcrowded food stalls
  • Poor restroom visibility
  • Delayed alerts & announcements
  • Slow exits after events

ArenaSync AI solves these problems using AI + real-time smart assistance.


✨ Core Features

βœ… Smart Gate Recommendation

Suggests the least crowded gate based on queue data and walking distance.

βœ… Live Crowd Heatmap

Visual crowd density map:

  • 🟒 Low Crowd
  • 🟑 Moderate
  • πŸ”΄ High Crowd

βœ… AI Venue Assistant (Gemini Powered)

Ask questions like:

  • Where is the nearest restroom?
  • Best food stall near me?
  • Fastest exit route?
  • How do I reach Block C12?

βœ… Queue Intelligence

Estimated wait times for:

  • Food stalls
  • Beverage counters
  • Merchandise stores
  • Restrooms

βœ… Smart Seat Navigation

Guides users to their seat block.

βœ… Real-Time Alerts [ For development purpose, its activated manually ]

Push alerts for:

  • Gate closures
  • Congestion
  • Match reminders
  • Safety instructions

βœ… Admin Dashboard [ In Developement ]

For venue managers:

  • Crowd monitoring
  • Queue analytics
  • Heatmap insights
  • Incident reporting

🧾 Assumptions Made

Since access to real stadium infrastructure data is limited, the following assumptions were used for the MVP:

  • Crowd heatmap uses simulated live crowd data
  • Queue waiting times are dynamically mocked for demo purposes
  • Venue maps are simplified zone-based layouts
  • AI recommendations use available database + Gemini responses
  • Notifications are manually triggered during testing
  • System designed to scale for real integrations later

🎯 Approach and Logic

ArenaSync AI was designed using a user-first problem-solving approach for large sporting venues.

The system focuses on common attendee pain points such as long queues, navigation confusion, overcrowding, and limited on-site assistance.

Core Logic Used:

  • Analyze crowd levels across venue zones using simulated operational data
  • Recommend least crowded gates and efficient walking routes
  • Estimate queue waiting times dynamically for key service areas
  • Use AI assistant for natural language venue support
  • Provide alerts for congestion and safety guidance
  • Improve attendee movement flow across the stadium

The platform combines structured stadium data, MongoDB data storage, and Google Gemini AI responses to deliver practical venue assistance. The system is designed to support live integrations in future deployments.

πŸ› οΈ Tech Stack

Frontend

  • React.js
  • Tailwind CSS
  • Vite

Backend

  • Node.js
  • Express.js

Database

  • MongoDB Atlas

AI & Google Services

  • Google Gemini API
  • Google OAuth
  • Google Maps API

Deployment

  • Vercel (Frontend)
  • Render (Backend)

🧠 How It Works

User enters venue
↓
ArenaSync analyzes crowd + queue + location
↓
AI assistant gives best recommendations
↓
User moves faster, waits less, enjoys more

πŸ“‚ Project Structure

ArenaSync/
β”œβ”€β”€ client/
β”œβ”€β”€ server/
β”œβ”€β”€ README.md
└── .gitignore

βš™οΈ Installation

Clone Repository

git clone https://github.com/yourusername/ArenaSync-AI.git
cd ArenaSync-AI

Frontend Setup

cd client
npm install
npm run dev

Backend Setup

cd server
npm install
nodemon server.js

πŸ” Environment Variables

Create .env inside server:

PORT=5000
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_secret
GEMINI_API_KEY=your_api_key
CLIENT_URL=http://localhost:5173

πŸ“ˆ Success Metrics

  • Queue reduction %
  • Faster entry time
  • AI assistant usage
  • Navigation success rate
  • User satisfaction

πŸ›£οΈ Future Roadmap

  • AR seat navigation
  • Face recognition ticketing
  • Multi-language support
  • Parking assistant
  • Wearable integrations

πŸ‘¨β€πŸ’» Developed By

Hemanth Mathivanan B.Tech Computer Science and Business Systems


πŸ† Chosen Vertical

Physical Event Experience

ArenaSync AI improves the physical event experience for attendees at large-scale sporting venues through AI-powered navigation, crowd intelligence, and queue optimization.


⭐ Support

If you like this project, give it a ⭐ on GitHub!

About

🏟️ ArenaSync AI is a smart venue experience platform for large sporting events that uses πŸ€– AI, πŸ“Š real-time crowd insights, and 🧭 navigation tools to reduce waiting times, optimize crowd movement, and enhance attendee experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors