Predicting-Depression
Project using machine learning to predict depression using health care data from the CDC NHANES website. A companion dashboard for users to explore the data in this project was created using Streamlit. Written with python using jupyter notebook for the main project flow/analysis and visual studio code for writing custom functions and creating the dashboard.
File Explorer
Download Latest Version (.zip)- Covid-checkpoint.ipynb
- first_notebook-checkpoint.ipynb
- first_notebook-Copy1-checkpoint.ipynb
- main_notebook-checkpoint.ipynb
- main_notebook1-checkpoint.ipynb
- old_notebook-checkpoint.ipynb
- plotly_figures-checkpoint.ipynb
- second_notebook-checkpoint.ipynb
- FullData.csv
- XTestFinal.csv
- XTrainFinal.csv
- XTrainResample.csv
- yTest.csv
- yTrain.csv
- yTrainResample.csv
- app_cleaning-checkpoint.ipynb
- plotly_figures-checkpoint.ipynb
- app_cleaning.ipynb
- depression_app.py
- FullData.csv
- Depression.jpg
- Most Important Features.png
- Tuned SGD Linear Model.png
- __init__.cpython-36.pyc
- custom_functions.cpython-36.pyc
- oi.cpython-36.pyc
- __init__.py
- first_notebook-Copy1-checkpoint.ipynb
- first_notebook_copy-checkpoint.ipynb
- main_notebook-checkpoint.ipynb
- first_notebook_copy.ipynb
- main_notebook.ipynb
- second_notebook-copy.ipynb
- .gitattributes
- .gitignore
- first_notebook.ipynb
- PredictingDepressionSlides.pdf
- README.md
- requirements.txt
- second_notebook.ipynb
- stethoscope.jpg
- StreamlitData.csv
# Installation Guide
1. Get the code
git clone https://github.com/HeyThatsViv/Predicting-Depression
Downloads the entire project code from GitHub to your computer.
cd Predicting-Depression
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
