Skip to content

MadamPujitha/stress-detection-using-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Stress-detection-using-ML

1.The main purpose of the project is to detect stress levels in textual data using machine learning techniques.

2.By analyzing text from various sources, the project aims to identify and classify stress-related content, providing insights into mental health states based on language usage.

Technologies Used

Pandas and NumPy :

These libraries are used for data manipulation and numerical operations. Pandas is utilized to load and handle the dataset, while NumPy provides support for numerical operations.

TextBlob:

This library is used for sentiment analysis. It provides tools to perform common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.

NLTK:

The Natural Language Toolkit is used for various NLP tasks including tokenization, stemming, and stop words removal. It provides a suite of libraries and programs for symbolic and statistical natural language processing.

Scikit-learn:

This library is used for machine learning tasks. It includes tools for data preprocessing, model building, training, and evaluation. Algorithms like Multinomial Naive Bayes and Decision Tree Classifier are employed for classification tasks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published