This is my final year project at my university
AIM: This is built to educate users with the correct knowledge of mental health and also provide some functions to improve mental health (NOT DIAGNOSIS).
Duration Taken: Roughly 1 and a half months, Final Result: A+
- Frontend: Python
- Backend: Python
- Database: MySQL
git clone
Note: Configure your application in the config.py
and database and make sure the database and URI are set up correctly
pip install -r requirements.txt
python run.py
- Register, Login, and Continue as a Guest (For privacy reasons)
- Chat with the chatbot
- Select a specific topic
- Conduct a mental health test
- Mindfulness Exercises
- Journalling for manual tracking
- SOS Hotline (Only Malaysia)
- Edit profile
- Create using Python
- Flask for the Web
- SQLAlchemy for Database
- Bootstrap for the UI
- TensorFlow and NLTK for the machine learning model
- Other Library like Flask-login, Flask-bcrypt