Spaces:
Sleeping
Sleeping
freemt
commited on
Commit
·
a557cc8
1
Parent(s):
eee2191
Update README1.md
Browse files- README1.md +18 -0
README1.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# mlbee
|
2 |
+
[](https://github.com/ffreemt/mlbee/actions)[](https://www.python.org/downloads/)[](https://github.com/psf/black)[](https://opensource.org/licenses/MIT)[](https://badge.fury.io/py/mlbee)
|
3 |
+
|
4 |
+
mlbee descr
|
5 |
+
|
6 |
+
## Install it
|
7 |
+
|
8 |
+
```shell
|
9 |
+
pip install git+https://github.com/ffreemt/mlbee
|
10 |
+
# poetry add git+https://github.com/ffreemt/mlbee
|
11 |
+
# git clone https://github.com/ffreemt/mlbee && cd mlbee
|
12 |
+
```
|
13 |
+
|
14 |
+
## Use it
|
15 |
+
```python
|
16 |
+
from mlbee import mlbee
|
17 |
+
|
18 |
+
```
|