Jakh0103 commited on
Commit
59e1e21
·
verified ·
1 Parent(s): 56b01bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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