A newer version of the Gradio SDK is available:
5.21.0
metadata
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.