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.
- Training Accuracy: 94%
- Testing Accuracy: 91%
- Install dependencies using
pip install -r requirements.txt
. - Run the web application using
app.py
to allow users to analyze sentiments interactively.
This project is licensed under the MIT License.