Spaces:
Sleeping
Sleeping
update readme and add demo screenshot
Browse files- README.md +9 -5
- docs/images/gradio_app.png +0 -0
README.md
CHANGED
@@ -3,8 +3,9 @@ This project is a classifier of arabic dialects at a country level:
|
|
3 |
Given some arabic text, the goal is to predict the country of the text's dialect.
|
4 |
|
5 |
App Demo:
|
6 |
-
|
7 |
-
|
|
|
8 |
## Run the app locally with Docker:
|
9 |
1. Clone the repository with Git:
|
10 |
```
|
@@ -16,10 +17,13 @@ sudo docker build -t adc .
|
|
16 |
```
|
17 |
3. Run the Docker Container:
|
18 |
```
|
19 |
-
sudo docker run -p 8080:
|
|
|
|
|
|
|
|
|
|
|
20 |
```
|
21 |
-
|
22 |
-
Now you can go to the port
|
23 |
|
24 |
## How I built this project:
|
25 |
The data used to train the classifier comes from the NADI 2021 dataset for Arabic Dialect Identification [(Abdul-Mageed et al., 2021)](#cite-mageed-2021).
|
|
|
3 |
Given some arabic text, the goal is to predict the country of the text's dialect.
|
4 |
|
5 |
App Demo:
|
6 |
+
https://cc5e7feb4f4d2f1460.gradio.live/
|
7 |
+
|
8 |
+
![Demo App](docs/images/gradio_app.png "Demo App")
|
9 |
## Run the app locally with Docker:
|
10 |
1. Clone the repository with Git:
|
11 |
```
|
|
|
17 |
```
|
18 |
3. Run the Docker Container:
|
19 |
```
|
20 |
+
sudo docker run -p 8080:8080 adc
|
21 |
+
```
|
22 |
+
|
23 |
+
Now you can access the demo locally at:
|
24 |
+
```
|
25 |
+
http://localhost:8080
|
26 |
```
|
|
|
|
|
27 |
|
28 |
## How I built this project:
|
29 |
The data used to train the classifier comes from the NADI 2021 dataset for Arabic Dialect Identification [(Abdul-Mageed et al., 2021)](#cite-mageed-2021).
|
docs/images/gradio_app.png
ADDED