From 4dfd99c8b29a1428d5a3de13b8b2b72b4551f701 Mon Sep 17 00:00:00 2001 From: 202210715213 MONA DEWINTHA AGUSTINE <202210715213@mhs.ubharajaya.ac.id> Date: Thu, 22 Jan 2026 10:05:06 +0700 Subject: [PATCH] Upload files to "/" --- README (2).md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README (2).md diff --git a/README (2).md b/README (2).md new file mode 100644 index 0000000..4dfd091 --- /dev/null +++ b/README (2).md @@ -0,0 +1,20 @@ +# Klasifikasi Topik Berita Menggunakan NLP +Project ini mengimplementasikan Natural Language Processing (NLP) +untuk mengklasifikasikan teks berita Bahasa Indonesia ke dalam +tiga kategori: Politik, Olahraga, dan Teknologi. + +## Metode +- Preprocessing teks +- TF-IDF +- Multinomial Naive Bayes + +## Tools +- Python +- Scikit-learn +- Streamlit + +## Cara Menjalankan +1. Install dependency + pip install -r requirements.txt +2. Jalankan aplikasi + streamlit run app.py