SmileyStart is a wellness web app that helps you start your day with a genuine smile.
It uses your webcam to detect smiles in real-time, scores your smile intensity, and lets you capture that moment to build a positive habit.
Built with Flask, OpenCV, HTML/CSS/JS, and fully deployable on Render.
β
Live webcam access (in-browser)
β
Smile detection with OpenCV (Haarcascade)
β
Smile intensity score (%)
β
Motivational message of the day
β
Captured photo preview after detection
β
Clean and modern UI design
β
Deployable as a full Flask web app
π https://smiley-start.onrender.com
β οΈ Note: Image storage is temporary on the free Render tier. They are lost after restarts or redeployments.
- Python 3.8+
- pip
cd smileystart
pip install -r requirements.txt
python app.py