Excel is my database, Python is my brain.
PR-System/ │ ├── data/ │ ├── __init__.py │ ├── data_loader.py # Dataset loading, 3-way split, synthetic generation │ ├── emotion_data.csv # Sample emotion dataset │ └── get_data.py # Data acquisition ...