Mental health checking website with lots of additional features.

Mental and physical health are equally important components of overall health.Mental health includes our emotional, psychological, and social well-being. It affects how we think, feel, and act. It also helps determine how we handle stress, relate to others, and make healthy choices. Mental health is important at every stage of life, from childhood and adolescence through adulthood

So its really important to maintain good mental helath along with physical health.

But it is not easy task to figure out whether our mental health is in good condition or not. So we came up with a solution "EmoFix". Our project EmoFix will predict whether the person's mental health is in good condition or not by taking a few parameters from the user and our machine learning model will predict the condition of mental health of the user.

Instructions to use in local system:

Run the Program from your local computer

Dependencies and Installation

  • Python >= 3.7 (Recommend to use Anaconda)

  • Optional: NVIDIA GPU + CUDA

Installation

  1. Clone repo

    (base) git clone https://github.com/AniruddhA-Omni/Emofix.git
    (base) cd emofix
    
  2. Install dependent packages

    (base)     conda create -name "emofix" python=3.8
    (base)     conda activate emofix
    (emofix) pip install -r requirements.txt
    
  3. Download files from Auth0

    • SignUp in Auth0
    • Create application from dashboard
    • Select Python
    • Read the instructions in Python app in Auth0
    • Download the .env file in Emofix directory ### Run the program (emofix) python app.py
Share this project:

Updates