JsonSplitter/ ├── README.md # This file ├── requirements.txt # Python dependencies ├── split_conversations.py # Main conversation splitter ├── convert_conversations.py # JSON to text converter ├── ...