This Airline Sentiment Analysis is an application of Natural Language Processing(NLP). Airline sentiment gives out positive or negative reviews based on the review input of the customer.
Model.py - Used to train and save the model.
Prediction.py - Used to make predictions from the saved model.
Review.py - Used to serve the deployment purpose.