This project was developed for the EPFL Machine Learning course (CS-433). After cloning, the project will have this structure: project-2-sysmac/ ├── config/ │ ├── __init__.py # Makes config a Python ...
causal-chat-analysis/ ├── app.py # Main application entry point ├── requirements.txt # Python dependencies ├── README.md # This file ├── data/ │ └── Conversational_Transcript_Dataset.json # Input ...