File size: 1,328 Bytes
c061ce5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "name": "DEPRESSION-DETECTION-USING-TWEETS",
    "description": "An end-to-end machine learning solution designed to identify depressive characteristics in social media discourse using natural language processing and supervised learning techniques.",
    "identifier": "DEPRESSION-DETECTION-USING-TWEETS",
    "license": "https://spdx.org/licenses/MIT.html",
    "programmingLanguage": [
        "Python",
        "NLP"
    ],
    "author": [
        {
            "@type": "Person",
            "givenName": "Amey",
            "familyName": "Thakur",
            "id": "https://orcid.org/0000-0001-5644-1575"
        },
        {
            "@type": "Person",
            "givenName": "Mega",
            "familyName": "Satish",
            "id": "https://orcid.org/0000-0002-1844-9557"
        }
    ],
    "dateReleased": "2022-06-05",
    "codeRepository": "https://github.com/Amey-Thakur/DEPRESSION-DETECTION-USING-TWEETS",
    "developmentStatus": "complete",
    "applicationCategory": "Machine Learning / Sentiment Analysis",
    "keywords": [
        "Depression Detection",
        "Twitter",
        "Machine Learning",
        "NLP",
        "Social Media Analytics"
    ]
}