You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the implementation part for both Knowledge Discovery & Data Mining, and Data Science Toolbox subjects. This assignment belongs to Thean Jun Chao and Lim Xin Yee
About
This project compares the effectiveness of SVM algorithms using two classes (Hate vs Non-hate) and three classes (Hate, Offensive, Neither) in detecting the actual hate speech accurately. It consists of explainable AI (XAI) implemented using the LIME library and a web user interface implemented using the STREAMLITlibrary. This assignment belongs t…