This project aims to develop an intelligent machine learning system for detecting depression in individuals using Twitter activity data. The system leverages natural language processing (NLP) techniques and integrates both machine learning and deep learning models to optimize performance.
The following libraries are required to run the project:
- nltk
- pandas
- numpy
- scipy
- seaborn
- sklearn
- itertools
- Utilizes NLP techniques such as lemmatization, stop word removal, and TF-IDF vectorization.
- Compares and analyzes the performance of different machine learning and deep learning models.
- Achieves an 80% precision rate for depression detection.
- Enhances accuracy through the integration of machine learning models and neural networks.