This Jupyter Lab notebook trains a simple Naive Bayes classifier to detect spam messages written in Chichewa. It includes an interactive text input and button to test messages.
# ==============================================================
# Chichewa SMS Spam Detection Project
# Author: [Allan kantombera]
# Description:
# This Jupyter Lab notebook trains a simple Naive Bayes classifier
# to detect spam messages written in Chichewa.
# It includes an interactive text input and button to test messages.
# ==============================================================