This program provides you a trained logistic regression model to classify restaurant's English reviews if they are positive or negative.
~$ python3 classifer.py -r "Put here the review you want to classify."
- Clone the repository.
- Install the requirements. (
pip3 install -r requirements.txt
) - Run the
classifer.py
script as the example above. - The output will be either "Positive" or "Negative".
Natural Language Processing based on binary logistic regression can be trained on custom dataset by using nlp_trainer.py
script in models
directory. Please refer to the TRAIN.md file.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.