Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ACL Pubcheck
|
| 3 |
+
emoji: 📝
|
| 4 |
+
colorFrom: red
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
license: mit
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# 📝 ACL Pubcheck Graphical User Interface
|
| 12 |
+
|
| 13 |
+
ACL Pubcheck GUI is a minimal graphical user interface for the [ACL Pubcheck tool](https://github.com/acl-org/aclpubcheck) made with [gradio](https://github.com/gradio-app/gradio).
|
| 14 |
+
The tool allows you to check the compliance of your paper with the [ACL conferences](https://www.aclweb.org/) guidelines by simply drag and drop your pdf file on the interface.
|
| 15 |
+
You can find more info on the [Github repository](https://github.com/teelinsan/aclpubcheck-gui)
|