Update README.md
Browse files
README.md
CHANGED
@@ -13,19 +13,18 @@ license: mit
|
|
13 |
**MANTIS** is an open-source python package with a pre-trained time series classification foundation model implemented by Huawei Noah's Ark Lab.
|
14 |
|
15 |
This is a repository the model checkpoint. Please refer to the [GitHub](https://github.com/vfeofanov/mantis/tree/main) repository of the package and
|
16 |
-
the technical report on arxiv for more details.
|
17 |
|
18 |
## Installation
|
19 |
|
20 |
### Pip installation
|
21 |
|
22 |
-
|
23 |
-
> The package will be released to PyPI very soon. Meanwhile, please use editable mode intallation given below.
|
24 |
-
>
|
25 |
|
26 |
```
|
27 |
-
pip install mantis
|
28 |
```
|
|
|
29 |
|
30 |
### Editable mode using Poetry
|
31 |
|
|
|
13 |
**MANTIS** is an open-source python package with a pre-trained time series classification foundation model implemented by Huawei Noah's Ark Lab.
|
14 |
|
15 |
This is a repository the model checkpoint. Please refer to the [GitHub](https://github.com/vfeofanov/mantis/tree/main) repository of the package and
|
16 |
+
the technical report on [arXiv](https://arxiv.org/abs/2502.15637) for more details.
|
17 |
|
18 |
## Installation
|
19 |
|
20 |
### Pip installation
|
21 |
|
22 |
+
It can be installed via `pip` by running:
|
|
|
|
|
23 |
|
24 |
```
|
25 |
+
pip install mantis-tsfm
|
26 |
```
|
27 |
+
The requirements can be verified at [`pyproject.toml`](https://github.com/vfeofanov/mantis/blob/main/pyproject.toml)
|
28 |
|
29 |
### Editable mode using Poetry
|
30 |
|