Spaces:
Running
Running
Update README to make more sense for external users.
Browse files
README.md
CHANGED
@@ -7,14 +7,21 @@ sdk: docker
|
|
7 |
app_port: 7860
|
8 |
---
|
9 |
|
10 |
-
# LynxKite
|
11 |
|
12 |
-
|
13 |
-
original LynxKite. The primary goals of this rewrite are:
|
14 |
|
15 |
-
|
16 |
-
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Structure
|
20 |
|
@@ -65,3 +72,11 @@ To work on the documentation:
|
|
65 |
uv pip install mkdocs-material mkdocstrings[python]
|
66 |
mkdocs serve
|
67 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
app_port: 7860
|
8 |
---
|
9 |
|
10 |
+
# LynxKite 2000:MM
|
11 |
|
12 |
+
LynxKite 2000:MM is a GPU-accelerated data science platform and a general tool for collaboratively edited workflows.
|
|
|
13 |
|
14 |
+
Features include:
|
15 |
+
- A web UI for building and executing data science workflows.
|
16 |
+
- An extensive toolbox of graph analytics operations powered by NVIDIA RAPIDS (CUDA).
|
17 |
+
- An integrated collaborative code editor makes it easy to add new operations.
|
18 |
+
- An environment for visually designing neural network model architectures.
|
19 |
+
- The infrastructure for easily creating other workflow design environments. See `lynxkite-pillow-example` for a simple example.
|
20 |
+
|
21 |
+
This is the next evolution of the classical [LynxKite](https://github.com/lynxkite/lynxkite).
|
22 |
+
The two tools offer similar functionality, but are not compatible.
|
23 |
+
Where classical LynxKite ran on Hadoop clusters, this version runs on GPU clusters.
|
24 |
+
It targets CUDA instead of Apache Spark. It is much more extensible.
|
25 |
|
26 |
## Structure
|
27 |
|
|
|
72 |
uv pip install mkdocs-material mkdocstrings[python]
|
73 |
mkdocs serve
|
74 |
```
|
75 |
+
|
76 |
+
## License
|
77 |
+
|
78 |
+
LynxKite 2000:MM is licensed under the GNU AGPLv3. See the [LICENSE](LICENSE) file for details.
|
79 |
+
|
80 |
+
[Lynx Analytics](https://www.lynxanalytics.com/) offers a commercial license of LynxKite 2000:MM
|
81 |
+
that includes additional features and support. Get in touch if you are interested in life sciences tools
|
82 |
+
and cluster deployment!
|