Review rating model to rate reviews with stars and confidence using FastText.
-
Install FastText in the directory.
-
Download the json file.
-
Run split_data.py to produce training and testing datasets.
-
Run train_model.py to train and save the model.
-
Run main.py to run the model. Change the 'reviews' array to test different reviews.