
Machine Learning / Deep Learning
pandas
numpy
scikit-Learn
Keras
SNScrape
Vader Sentiment
Analysing Depression Patterns on Twitter and Comparative Study between Developing and Developed Countries
- Extracted data using SNScraper and processed it for training
- Models like Bi-LSTM with attention, lightGBM and others were used with WAE for classifcation of previously unseen data.
- Using predicted classifications we compared the Depression prevalence among Developed and Developing Countries

PyScript.js
sklearn
pandas
ML
python
React.js
HTML
CSS
Detect Emotions like Joy, Sad, Anger, etc from texts using Machine Learning
- The website uses machine learning, specifically Scikit-learn's LinearSVC
- It's trained on data from thecleverprogrammer.com and uses a tfidf vectorizer with 2-gram feature extraction
- Accuracy : 61 %