persplain / README.md
wendru18
updated readme
c34d09b
---
title: Persplain
emoji: πŸ“Š
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 3.24.1
app_file: app.py
pinned: false
---
# persplain
Explainable personality recognition using interpretable transformer learning models.
```
persplain/
β”œβ”€β”€ .github/
β”‚ └── workflows/
β”‚ └── main.yml
β”œβ”€β”€ .gitignore
β”œβ”€β”€ app.py
β”œβ”€β”€ data/
β”‚ └── docs.csv (*)
β”œβ”€β”€ notebook.ipynb
β”œβ”€β”€ README.md
└── requirements.txt
```
* `app.py` - Gradio main file to be hosted on Hugging Face Spaces.
* `data/` - Contains the dataset used.
* `notebook.ipynb` - Jupyter notebook for training.
* `github/workflows/main.yml` - GitHub Actions workflow to transfer the app to Hugging Face Spaces.
`(*)` = Not included in the repository.