Skip to content

EmilianoGarciaLopez/reddit-sentiment-analysis

Repository files navigation

Reddit Sentiment Analysis

A machine learning project that aims to gauge a user's political leaning based on their Reddit comments

It has two different modes; one uses a Naive Bayes model from sklearn trained on Reddit comments from the r/Democrats and r/Conservative subreddits. The second version merely uses the GPT-3 public beta API.

Tools used:

  • PRAW (python wrapper for reddit api)
  • Sklearn
  • Pandas
  • Numpy
  • GPT-3

Releases

No releases published

Packages

No packages published

Languages