A friendly chatbot built using Flask, HTML/CSS, JavaScript, and Web Speech API that supports mental wellness by answering common emotional concerns using voice and text.
- Python Flask (Backend)
- HTML, CSS, JavaScript (Frontend)
- Web Speech API (Voice Input/Output)
- Render (Deployment)
- 💬 Chat with mental health responses
- 🎤 Voice input using browser mic
- 🔊 Bot reads answers aloud
- 💡 Creative responses for emotions like sadness, stress, boredom, motivation
- 💻 Stylish glassmorphic UI
git clone https://github.com/your-username/mental-health-chatbot.git
cd mental-health-chatbot
pip install Flask
python app.py

