Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Automated classifier that identifies symptoms of depression in clinical interview transcripts that was built as part of my honours thesis.

Notifications You must be signed in to change notification settings

sudhirmandarapu/deepdepdetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepdepdetect

This repo includes the code used as part of my final year Software Engineering honours thesis on detecting symptoms of depression in clinical interview transcripts using deep neural networks. The study was centered around the DAIC-WOZ depression dataset of transcripts and audio recordings from 189 clinical interviews with depressed and non-depressed individuals. I have included my full thesis in this repo.

Setting Up

I am not allowed to release the dataset that was used for the project, and the code is a bit fragmented with a whole lot of functions I used to get different results for my research. However, if you are interested to run it on your local machine, you certainly can!

  1. First of all, you'll need Python 3.6.

  2. Next, you'll have to clone the repository.


git clone https://github.com/sudhirmandarapu/deepdepdetect

  1. Set up a python venv for this project.

pip install virtualenv

virtualenv venv

source venv/bin/activate

  1. Install the python requirements.

pip install -r requirements.txt

You can now use any of the modules in this project!

Built With

About

Automated classifier that identifies symptoms of depression in clinical interview transcripts that was built as part of my honours thesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages