This is the final course project of CS100580, Tongji University. It is a Spam prediction model developed by Python 3.8 and PyQt 5.15.6, using Naive-Bayes and Adaboost algorithms.
training.py: training part
testing.py: testing part
AdaboostNavieBayes.py: Naive-Bayes and Adaboost models
main.py: entry of the project
run main.py