Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,11 @@ metrics:
|
|
12 |
Repository: [GitHub](https://github.com/epfl-nlp/language-identification)
|
13 |
|
14 |
## Usage
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
**Download the model**
|
17 |
```python
|
|
|
12 |
Repository: [GitHub](https://github.com/epfl-nlp/language-identification)
|
13 |
|
14 |
## Usage
|
15 |
+
**Setup**
|
16 |
+
```bash
|
17 |
+
git clone https://github.com/epfl-nlp/ConLID.git
|
18 |
+
pip install -r requirements.txt
|
19 |
+
```
|
20 |
|
21 |
**Download the model**
|
22 |
```python
|