Dashboard interaktif untuk menganalisis sentimen masyarakat di X (Twitter) mengenai isu pemotongan dan efisiensi anggaran pendidikan (Dana BOS, PIP, KIP Kuliah).
Go to file
renaldiendrawan 77e1092ceb first commit 2026-05-21 13:01:53 +07:00
.devcontainer first commit 2026-05-21 13:01:53 +07:00
__pycache__ first commit 2026-05-21 13:01:53 +07:00
data first commit 2026-05-21 13:01:53 +07:00
images first commit 2026-05-21 13:01:53 +07:00
model first commit 2026-05-21 13:01:53 +07:00
views first commit 2026-05-21 13:01:53 +07:00
.python-version first commit 2026-05-21 13:01:53 +07:00
README.md first commit 2026-05-21 13:01:53 +07:00
app.py first commit 2026-05-21 13:01:53 +07:00
packages.txt first commit 2026-05-21 13:01:53 +07:00
requirements.txt first commit 2026-05-21 13:01:53 +07:00
utils.py first commit 2026-05-21 13:01:53 +07:00

README.md

Analisis Sentimen Kebijakan Anggaran Pendidikan 🎓

Aplikasi ini adalah dashboard interaktif untuk menganalisis sentimen masyarakat di Twitter mengenai isu pemotongan dan efisiensi anggaran pendidikan (Dana BOS, PIP, KIP Kuliah).

🚀 Fitur Utama

  • Sentiment Analysis: Menggunakan model Deep Learning Bi-LSTM.
  • Topic Modeling: Ekstraksi topik pembicaraan menggunakan LDA.
  • Interactive Dashboard: Visualisasi data real-time dengan Streamlit & Plotly.

🛠️ Tech Stack

  • Python 3.10
  • TensorFlow / Keras
  • Streamlit
  • Pandas & NumPy
  • Sastrawi (Preprocessing)

📦 Cara Menjalankan (Local)

  1. Clone repository ini.
  2. Install library: pip install -r requirements.txt.
  3. Jalankan: streamlit run app.py.