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.