Skip to content

Leap-Tribe-I/Mental-Health-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mental-Health-Prediction


Leap 4.0 Major Project

MentalGeeks Presents

Suicide Prediction Program

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributors

About the Project:

As more and more people realise the benefit of mental help, there is still a lack of accessibility for the same. We wanted to use the modern technologies and provide a simple yet useful solution to tackle this problem. So, we are using novel machine learning algorithms to analyse and predict people who might need help from a mental health professional.

Built with:

There were different technologies involved in the making of this project:

  • Python
  • Flask
  • Node.js
  • Mongodb
  • Html/CSS
  • scikit-learn
  • tensorflow

Getting Started:

To run and install this project there are some pre-requisites. It can be run using Anaconda environment or Virtualenv:

To implement conda environment:

(for unix)

to use conda environment conda package is needed

  • to install:

apt-get install conda

  • step 1: create conda environment

conda env create -f environment.yml

  • step 2: activate conda environment

conda activate SuicidePrediction


To implement virtual environment:

to use virtual envirnoment venv package is needed

  • to install venv :

pip install virtualenv

use command: (for unix)

  • step 1: create envirnoment

python -m venv suicide_env

  • step 2: activate virtualenv

source suicide_env/bin/activate

  • step 3: install dependenies

pip install -r venvrequire.txt

use command: (for windows)

  • step 1: create envirnoment

python -m venv suicide_env

  • step 2: activate virtualenv

suicide_env\Scripts\activate.bat

  • step 3: install dependenies

pip install -r venvrequire.txt


Contributors

Name email github
Hardeep Singh [email protected] HardeepSingh6857
Abhinav Tripathi [email protected] Abhinav2109
Jaineel Petiwale [email protected] JPetiwale
Parth Sharma [email protected] ParthS-1
Uma Prasad Das [email protected] CodeWithUma
R Nagasai [email protected] rnagasai
Ashutosh Naik [email protected] aashunaik987
Tanya Singh Raghuvanshi [email protected] TanyaSinghR
Shaunak Biswas [email protected] Shaunak1102