Second place at the ACDH hackathon ODD 🏆
How-to
- Clone repository
pip install -r requirements.txt
in your Python3 (!) environment- Run
preprocessing_articles.py
in order to clean the dataset - To compute the topic model and the dynamic topic model, run
python compute_topic_model.py
- To run the sentiment analysis, run
sentiments.py
How it was done, and the data story
See the story and the presentation of the project here.