Sistem RAG untuk mendeteksi hoax kesehatan dari pesan WhatsApp menggunakan Gemini API + FAISS.
- Deteksi hoax kesehatan berbasis dokumen resmi WHO/Kemenkes.
- RAG pipeline: preprocessing → chunking → embedding → FAISS search.
- UI Streamlit: chatbot interface
- Dataset 21 hoax WA paling umum.
-
Install requirements:
pip install -r requirements.txt -
Set API Key:
echo "GEMINI_API_KEY=xxxx" > env/.env -
Preprocess dokumen:
python app/preprocess.py -
Bangun FAISS index:
python build_index.py -
Jalankan app:
streamlit run app/main.py