File size: 778 Bytes
afecc92 dbffdfc afecc92 089f580 c34d09b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
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. |