sampstad/narrative_detector
0
๐ฐ Narrative Extractor
Extract the key narrative elements from any news article or paragraph โ who, what, when, where, and why โ with semantic thread clustering to separate distinct storylines.
What it extracts
Run locally
pip install -r requirements.txt
python app.pyProject structure
narrative_HF/
โโโ app.py # Streamlit UI
โโโ pipeline.py # NLP extraction logic
โโโ requirements.txt # Python dependencies
โโโ .streamlit/
โโโ config.toml # Theme configuration