Busara Mental Health Prediction Challenge
A model to predict which individuals are likely to be depressed from the survey data could be used by mental health providers such as local clinics, NGOs or community health volunteers to reach out to those at risk.
git clone https://github.com/allankiplangat/busara_hackathon
sudo apt-get install python-virtualenv
create virtualenv
virtualenv --python=python3.5 venv
activate virtual environment
source venv bin/activate
pip install -r requirements.txt
python hack.py
This project is licensed under the MIT License - see the LICENSE.md file for details