hopex-ai commited on
Commit
caba267
·
verified ·
1 Parent(s): e9e409e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -34,6 +34,26 @@ license: apache-2.0
34
  pip install anyparse-python
35
  ```
36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  ### Python
38
 
39
  ```python
 
34
  pip install anyparse-python
35
  ```
36
 
37
+ please download `config/config.yaml` from [AnyParse](https://github.com/anyforge/anyparse) into your project directory.
38
+
39
+ ### Download Models
40
+
41
+ ```bash
42
+ # use modelscope (default)
43
+ export ANYPARSE_MODEL_MIRROR="modelscope"
44
+
45
+ # use huggingface
46
+ export ANYPARSE_MODEL_MIRROR="huggingface"
47
+
48
+ # download models
49
+ anyparse-cli download --config config/config.yaml --model
50
+ ```
51
+
52
+ ### Models Hub
53
+
54
+ - [AnyParse Models Hub ModelScope](https://www.modelscope.cn/models/anyforge/anyparse-models-hub)
55
+ - [AnyParse Models Hub HuggingFace](https://huggingface.co/anyforge/anyparse-models-hub)
56
+
57
  ### Python
58
 
59
  ```python