Leap 4.0 Major Project
Table of Contents
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.
There were different technologies involved in the making of this project:
- Python
- Flask
- Node.js
- Mongodb
- Html/CSS
- scikit-learn
- tensorflow
To run and install this project there are some pre-requisites. It can be run using Anaconda environment or Virtualenv:
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 use virtual envirnoment venv package is needed
- to install venv :
pip install virtualenv
- 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
- 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
Name | 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 |