├── .DS_Store ├── API_documentation.md ├── DepressionNLPwebsite.png ├── LICENSE ├── README.md ├── app.py ├── final_training_data.txt ├── static ├── .DS_Store ├── css │ ├── bootstrap.css │ ├── bootstrap.min.css │ └── landing-page.css ├── font-awesome │ ├── css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── less │ │ ├── bordered-pulled.less │ │ ├── core.less │ │ ├── fixed-width.less │ │ ├── font-awesome.less │ │ ├── icons.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── mixins.less │ │ ├── path.less │ │ ├── rotated-flipped.less │ │ ├── spinning.less │ │ ├── stacked.less │ │ └── variables.less │ └── scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _spinning.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ ├── glyphicons-halflings-regular.woff │ └── glyphicons-halflings-regular.woff2 ├── img │ ├── DD_NLP_Model.png │ ├── Happy2.png │ ├── NSPL_Logo.jpg │ ├── Sad2.png │ ├── banner-bg.jpg │ ├── bg-masthead.jpg │ ├── dog.png │ ├── happy.png │ ├── hope.jpg │ ├── hope2.jpg │ ├── intro-bg.jpg │ ├── ipad.png │ ├── limitation.jpg │ ├── ml_science.jpg │ ├── nextsteps.jpg │ ├── nlp2.png │ ├── phones.png │ ├── reddit.jpg │ └── sad.png └── js │ ├── app.js │ ├── bootstrap.js │ ├── bootstrap.min.js │ ├── jquery.js │ └── modal.js ├── templates └── index.html └── wordmap_and_flowchart ├── .DS_Store ├── Analysis.ipynb ├── Depression Detecting NLP Model.png ├── happy.png ├── sad.png └── training_set_A.tsv /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/.DS_Store -------------------------------------------------------------------------------- /API_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/API_documentation.md -------------------------------------------------------------------------------- /DepressionNLPwebsite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/DepressionNLPwebsite.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/app.py -------------------------------------------------------------------------------- /final_training_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/final_training_data.txt -------------------------------------------------------------------------------- /static/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/.DS_Store -------------------------------------------------------------------------------- /static/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/css/bootstrap.css -------------------------------------------------------------------------------- /static/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/css/bootstrap.min.css -------------------------------------------------------------------------------- /static/css/landing-page.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/css/landing-page.css -------------------------------------------------------------------------------- /static/font-awesome/css/font-awesome.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/css/font-awesome.css -------------------------------------------------------------------------------- /static/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/css/font-awesome.min.css -------------------------------------------------------------------------------- /static/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /static/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /static/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/bordered-pulled.less -------------------------------------------------------------------------------- /static/font-awesome/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/core.less -------------------------------------------------------------------------------- /static/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/fixed-width.less -------------------------------------------------------------------------------- /static/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/font-awesome.less -------------------------------------------------------------------------------- /static/font-awesome/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/icons.less -------------------------------------------------------------------------------- /static/font-awesome/less/larger.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/larger.less -------------------------------------------------------------------------------- /static/font-awesome/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/list.less -------------------------------------------------------------------------------- /static/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/mixins.less -------------------------------------------------------------------------------- /static/font-awesome/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/path.less -------------------------------------------------------------------------------- /static/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/rotated-flipped.less -------------------------------------------------------------------------------- /static/font-awesome/less/spinning.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/spinning.less -------------------------------------------------------------------------------- /static/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/stacked.less -------------------------------------------------------------------------------- /static/font-awesome/less/variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/less/variables.less -------------------------------------------------------------------------------- /static/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_bordered-pulled.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_core.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_fixed-width.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_icons.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_larger.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_list.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_mixins.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_path.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_rotated-flipped.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_spinning.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_spinning.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_stacked.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/_variables.scss -------------------------------------------------------------------------------- /static/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/font-awesome/scss/font-awesome.scss -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /static/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /static/img/DD_NLP_Model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/DD_NLP_Model.png -------------------------------------------------------------------------------- /static/img/Happy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/Happy2.png -------------------------------------------------------------------------------- /static/img/NSPL_Logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/NSPL_Logo.jpg -------------------------------------------------------------------------------- /static/img/Sad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/Sad2.png -------------------------------------------------------------------------------- /static/img/banner-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/banner-bg.jpg -------------------------------------------------------------------------------- /static/img/bg-masthead.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/bg-masthead.jpg -------------------------------------------------------------------------------- /static/img/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/dog.png -------------------------------------------------------------------------------- /static/img/happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/happy.png -------------------------------------------------------------------------------- /static/img/hope.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/hope.jpg -------------------------------------------------------------------------------- /static/img/hope2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/hope2.jpg -------------------------------------------------------------------------------- /static/img/intro-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/intro-bg.jpg -------------------------------------------------------------------------------- /static/img/ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/ipad.png -------------------------------------------------------------------------------- /static/img/limitation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/limitation.jpg -------------------------------------------------------------------------------- /static/img/ml_science.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/ml_science.jpg -------------------------------------------------------------------------------- /static/img/nextsteps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/nextsteps.jpg -------------------------------------------------------------------------------- /static/img/nlp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/nlp2.png -------------------------------------------------------------------------------- /static/img/phones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/phones.png -------------------------------------------------------------------------------- /static/img/reddit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/reddit.jpg -------------------------------------------------------------------------------- /static/img/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/img/sad.png -------------------------------------------------------------------------------- /static/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/js/app.js -------------------------------------------------------------------------------- /static/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/js/bootstrap.js -------------------------------------------------------------------------------- /static/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/js/bootstrap.min.js -------------------------------------------------------------------------------- /static/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/js/jquery.js -------------------------------------------------------------------------------- /static/js/modal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/static/js/modal.js -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/templates/index.html -------------------------------------------------------------------------------- /wordmap_and_flowchart/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/wordmap_and_flowchart/.DS_Store -------------------------------------------------------------------------------- /wordmap_and_flowchart/Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/wordmap_and_flowchart/Analysis.ipynb -------------------------------------------------------------------------------- /wordmap_and_flowchart/Depression Detecting NLP Model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/wordmap_and_flowchart/Depression Detecting NLP Model.png -------------------------------------------------------------------------------- /wordmap_and_flowchart/happy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/wordmap_and_flowchart/happy.png -------------------------------------------------------------------------------- /wordmap_and_flowchart/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/wordmap_and_flowchart/sad.png -------------------------------------------------------------------------------- /wordmap_and_flowchart/training_set_A.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Allenfp/DepressionDetectionNLP/HEAD/wordmap_and_flowchart/training_set_A.tsv --------------------------------------------------------------------------------