An open API service indexing awesome lists of open source software.

https://github.com/nordszamora/sentiment

This ML project is used to predict the text sentiment positive, negative or neutral. Its used a Reddit dataset in kaggle to train the model and make a prediction on new/unseen data.
https://github.com/nordszamora/sentiment

django joblib kaggle naive-bayes-classifier pandas python redditdata scikit-learn

Last synced: 16 days ago
JSON representation

This ML project is used to predict the text sentiment positive, negative or neutral. Its used a Reddit dataset in kaggle to train the model and make a prediction on new/unseen data.

Awesome Lists containing this project

README

        

# Sentiment ML model
This ML project is used to predict the text sentiment positive, negative, or neutral. It uses a [Reddit dataset](https://www.kaggle.com/datasets/cosmos98/twitter-and-reddit-sentimental-analysis-dataset?select=Reddit_Data.csv) from Kaggle to train the model and make predictions on new/unseen data.
### Quick Start
Install this project on your local machine and here are following steps.

1. Run the following commands

```
$ git clone https://github.com/nordszamora/sentiment

$ cd sentiment

$ pip install -r requirements.txt

$ python manage.py collectstatic

$ python manage.py runserver
```
2. Open your browser and paste it on address bar http://localhost:8000