Gambling addiction impacts millions worldwide, causing financial, emotional, and social distress. Early detection is limited, and individuals often fail to seek intervention until it's too late. Young children are also increasingly vulnerable to online gambling, lacking proper safeguards.
🔹 Shocking Stats:
- Gambling has the highest suicide rate among addictions. Nearly 40% of individuals with gambling disorders consider suicide.
- 18% of online gamblers are in gambling debt (~3.3 million people), with an average debt of £10,000.
- A survey found that 0.7% of 11 to 17-year-olds are problem gamblers, 1.5% are at risk, and 23% are non-problem gamblers.
PlaySafe AI leverages advanced AI and neuroscience to identify early signs of gambling addiction and prevent escalation. Our features include:
✅ AI Chatbot: Offers real-time support, detects addiction patterns, and connects users with counselors. ✅ Video Verification & Fingerprint Authentication: Prevents underage gambling. ✅ Personalized Alerts: Warns players of risky gambling behavior before addiction develops. ✅ Neuroscience-Backed Analysis: Detects emotional and behavioral patterns linked to gambling addiction.
Our mission is to positively impact millions of players worldwide and help them break free from gambling addiction.
- Frontend: React.js, Streamlit
- Backend: Node.js, Python
- AI & ML: Gemini, Groq LLM
Follow the steps below to run PlaySafe AI locally.
git clone https://github.com/Harshit-Raj-14/PlaySafe-AI.git
cd VerbalMate-AIcd playsafe-backend--main
npm installCreate a .env file in the backend folder and add the following API keys:
OPENAI_API_KEY=your-api-key
GEMINI_API_KEY=your-api-key
GROQ_API_KEY=your-api-key
ELEVEN_LAB_API_KEY=your-api-keynpm run devcd playsafe-frontend--main
npm install
npm run devVisit http://localhost:3000 in your browser.