Update README.md
Browse files
README.md
CHANGED
@@ -95,23 +95,19 @@ A simple and well designed web app to translate between **Arabic** and **English
|
|
95 |
First, install dependencies
|
96 |
```bash
|
97 |
# clone project
|
98 |
-
git clone https://huggingface.co/spaces/alifalhasan/
|
99 |
|
100 |
-
#
|
101 |
-
cd epl-top5-emblem-classifier
|
102 |
-
pip install -r requirements.txt
|
103 |
-
```
|
104 |
|
105 |
-
|
|
|
106 |
|
107 |
-
|
108 |
-
|
109 |
-
python src/train/trainer.py
|
110 |
-
```
|
111 |
|
112 |
-
|
113 |
-
|
114 |
-
python app.py
|
115 |
```
|
116 |
|
117 |
### License
|
|
|
95 |
First, install dependencies
|
96 |
```bash
|
97 |
# clone project
|
98 |
+
git clone https://huggingface.co/spaces/alifalhasan/arabic2english
|
99 |
|
100 |
+
# go inside the project directory
|
101 |
+
cd epl-top5-emblem-classifier
|
|
|
|
|
102 |
|
103 |
+
# install the required packages
|
104 |
+
pip install -r requirements.txt
|
105 |
|
106 |
+
# train & save the model
|
107 |
+
python src/train/trainer.py
|
|
|
|
|
108 |
|
109 |
+
# run the gradio app
|
110 |
+
python app.py
|
|
|
111 |
```
|
112 |
|
113 |
### License
|