Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 626 Bytes

Reddit Sentiment Analyzer

This repository contains code for a Reddit Sentiment Analyzer, which utilizes an XGBoost model to analyze sentiment in Reddit comments and textual posts. The project is designed to be end-to-end, with modular code for data processing, model training, and web application deployment.

Model Performance

  • Training Accuracy: 94%
  • Testing Accuracy: 91%

Usage

  1. Install dependencies using pip install -r requirements.txt.
  2. Run the web application using app.py to allow users to analyze sentiments interactively.

License

This project is licensed under the MIT License.