- Clone the repository
- Make sure you have preinstalled
python3
,pipenv
andjupyter-notebook
- Enter the project directory and install depenendencies
pipenv install
- Update
config.py
with paths to your data and with api keys to plotly.
parse_conversation.ipynb
- parse single conversation from json to tsvparse_conversations.ipynb
- parse all conversations from json to tsvconversation_statistics.ipynb
- statistics for a single fileconversations_statistics.ipynb
- statistics for all files