AI-powered mental health analysis & support system
MindCare is an AI-powered mental health analysis and support system designed to help users track moods, book therapy sessions, and access mental health resources. It includes an admin panel for managing users, therapists, and questionnaires.
✅ User Dashboard 📊 – Tracks moods & displays graphical insights
✅ Therapist Booking 🏥 – Schedule online/offline therapy sessions
✅ AI-Powered Insights 🤖 – Get mental health predictions
✅ Admin Panel 🎛️ – Manage users, therapists & appointments
✅ Chatbot Support 💬 – Instant mental health assistance
✅ Motivational Resources 🎥 – Yoga, breathing exercises & fun videos
✅ Secure Authentication 🔐 – OTP-based signup & password reset
✅ Newsletter Subscription 📩 – Get mental health updates
| Technology | Usage |
|---|---|
| 🎨 Frontend | HTML, CSS, JavaScript |
| ⚙️ Backend | PHP, Python (Flask for AI) |
| 🗄 Database | MySQL |
| 🤖 Machine Learning | Random Forest Model (Joblib) |
| 📚 Libraries | PHPMailer, Composer, ChromaDB |
git clone https://github.com/anand25116/mindcare.git
cd mindcarecomposer install- Import
database/init.sqlinto MySQL.
- Set up
.envfile with database credentials.
php -S localhost:8000python app.py🔹 Open http://localhost:8000 in your browser.
🔹 Sign up & explore the dashboard.
🔹 Admins can log in at /admin/index2.php.
We welcome contributions! Follow these steps to contribute:
- 🍴 Fork the repository
- 🌱 Create a new branch (
git checkout -b feature-name) - 💡 Make your changes and commit (
git commit -m "Added new feature") - 🚀 Push to your branch (
git push origin feature-name) - 📨 Open a Pull Request