{"id":20947631,"url":"https://github.com/unknownuser130/disorder-analysis","last_synced_at":"2025-07-02T17:04:31.617Z","repository":{"id":226225533,"uuid":"768068216","full_name":"UnknownUser130/Disorder-Analysis","owner":"UnknownUser130","description":"Made for COMSYS-2023 Track I","archived":false,"fork":false,"pushed_at":"2024-09-08T06:38:14.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-19T22:14:42.348Z","etag":null,"topics":["classification","machine-learning","nlp","nltk-python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UnknownUser130.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-06T12:12:39.000Z","updated_at":"2024-09-08T06:38:18.000Z","dependencies_parsed_at":"2024-03-06T14:44:21.050Z","dependency_job_id":"6ecd39c9-1654-40b4-9982-60e051745060","html_url":"https://github.com/UnknownUser130/Disorder-Analysis","commit_stats":null,"previous_names":["unknownuser130/mood-analysis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownUser130%2FDisorder-Analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownUser130%2FDisorder-Analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownUser130%2FDisorder-Analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UnknownUser130%2FDisorder-Analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UnknownUser130","download_url":"https://codeload.github.com/UnknownUser130/Disorder-Analysis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243345570,"owners_count":20275869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classification","machine-learning","nlp","nltk-python"],"created_at":"2024-11-19T00:12:27.234Z","updated_at":"2025-03-13T04:42:38.073Z","avatar_url":"https://github.com/UnknownUser130.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Disorder Analysis\nThis repository contains code for a Disorder Analysis Classification Machine Learning project. The goal of this project is to develop a model that can classify the disorder of a person based on textual input into one of several categories such as Anger/ Intermittent Explosive Disorder,Anxiety Disorder,Depression, Narcissistic Disorder,Panic Disorder.\n\nUnderstanding the sentiment or mood behind text data is a crucial task in Natural Language Processing (NLP). This project focuses on building a machine learning model that can effectively classify the disorder expressed in textual input. The model can have various applications such as sentiment analysis for customer reviews, social media sentiment analysis, etc.\n\n# Dataset\nThe dataset used for training and evaluation is a collection of textual data labeled with different disorders. The dataset is not included in this repository due to licensing reasons. However, you can use any dataset of your choice or collect your own data for training the model.\n\n# Model Architecture\nThe model architecture used in this project are SVM(Support Vector Machines),MultilayerPerceptron and Decision tree to identify the best possible model for this task.\n\n# Dependencies\nPython 3.8\nTensorFlow\nNumPy\nPandas\nscikit-learn\nnltk\n\nYou can install these dependencies using pip:\n\n```python\npip install pandas\npip install scikit-learn\npip install nltk\npip install matplotlib\n```\nAdditionally, you might need to download NLTK resources such as stopwords and WordNet. You can do this by running the following Python code after installing NLTK:\n\n```python\nimport nltk\nnltk.download('stopwords')\nnltk.download('wordnet')\nnltk.download('punkt')\n```\nUsage:\nTo train the model, you need to provide the dataset in the appropriate format. Once the dataset is prepared, you can use the provided scripts to preprocess the data, train the model, and evaluate its performance. Here's a general outline of the steps:\n\nPrepare Dataset: Prepare your dataset and preprocess it if necessary.\nTrain Model: Train the mood classification model using the prepared dataset.\nEvaluate Model: Evaluated the performance of the trained model using test data.\nPredictions: Make predictions on new textual data to classify the mood or disorder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknownuser130%2Fdisorder-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funknownuser130%2Fdisorder-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funknownuser130%2Fdisorder-analysis/lists"}