alifalhasan commited on
Commit
c17e64c
·
verified ·
1 Parent(s): a5e200b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -13
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/epl-top5-emblem-classifier
99
 
100
- # install project
101
- cd epl-top5-emblem-classifier
102
- pip install -r requirements.txt
103
- ```
104
 
105
- Next, download the dataset from [here](https://drive.google.com/file/d/1O5Mm-86AlUf5fUYf1NS8J_t22h7h_UbQ/view?usp=sharing). First unzip the folder. **dataset** folder contains **five** more folders. Copy them and paste into the **data** directory of this project folder.
 
106
 
107
- Now train the model using this command:
108
- ```bash
109
- python src/train/trainer.py
110
- ```
111
 
112
- Finally, deploy the model using this command:
113
- ```bash
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