Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,3 +17,19 @@ Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :hear
|
|
| 17 |
|
| 18 |
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
| 19 |
forums](https://discuss.streamlit.io).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
| 19 |
forums](https://discuss.streamlit.io).
|
| 20 |
+
|
| 21 |
+
# Arabic Poetry Lab – Meters, Diacritization & Generation
|
| 22 |
+
|
| 23 |
+
A Streamlit Space to try Arabic poetry models featured in recent papers:
|
| 24 |
+
- Meter classification (AraPoemBERT, MetRec GRU, APCD2 BiLSTM)
|
| 25 |
+
- Era / Theme (Ashaar)
|
| 26 |
+
- Diacritization (Ashaar diacritizer)
|
| 27 |
+
- Poetry generation (Ashaar char-GPT, AraGPT2, GPT-J)
|
| 28 |
+
|
| 29 |
+
## Use
|
| 30 |
+
1) Create a Hugging Face Space → Streamlit.
|
| 31 |
+
2) Add `app.py` and `requirements.txt`.
|
| 32 |
+
3) (Optional) Set Space hardware to GPU for big generators.
|
| 33 |
+
|
| 34 |
+
## Model IDs
|
| 35 |
+
Paste exact model repo IDs in the UI for any placeholder entries (e.g., `faisalq/AraPoemBERT-meter`, `ARBML/ashaar-diacritizer`, etc.).
|