Skip to content

Commit 26ab65c

Browse files
authored
docs: Updated links and references to TangleML in README
I hid the demo since it stopped working after the repo transfer.
1 parent d5cdf79 commit 26ab65c

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Tangle is a service and a Web app that allows the users to build and run Machine Learning pipelines using drag and drop without having to set up development environment.
44

5-
[![image](https://github.com/user-attachments/assets/0ce7ccc0-dad7-4f6a-8677-f2adcd83f558)](https://cloud-pipelines.net/pipeline-studio-app)
6-
5+
![image](https://github.com/user-attachments/assets/0ce7ccc0-dad7-4f6a-8677-f2adcd83f558)
6+
<!--
7+
[![image](https://github.com/user-attachments/assets/0ce7ccc0-dad7-4f6a-8677-f2adcd83f558)](https://tangleml-tangle.hf.space)
8+
-->
79
<!--
810
## Video
911
@@ -12,15 +14,17 @@ Please take a look at the short video demonstrating the first version of the vis
1214
[Cloud Pipelines Editor - Build machine learning pipelines without writing code](https://www.youtube.com/watch?v=7g22nupCDes)
1315
-->
1416

17+
<!--
1518
## Demo
1619
1720
[Demo](https://cloud-pipelines.net/pipeline-studio-app)
1821
19-
The experimental new version of the Tangle app is now available at <https://cloud-pipelines.net/pipeline-studio-app> . No registration is required to experiment with building pipelines. To be able to execute the pipelines, follow the [installation instructions](#installation).
22+
The experimental new version of the Tangle app is now available at <https://tangleml.com/tangle-ui> . No registration is required to experiment with building pipelines. To be able to execute the pipelines, follow the [installation instructions](#installation).
2023
21-
Please check it out and report any bugs you find using [GitHub Issues](https://github.com/Cloud-Pipelines/tangle/issues).
24+
Please check it out and report any bugs you find using [GitHub Issues](https://github.com/TangleML/tangle/issues).
2225
2326
The app is under active development, so expect some breakages as we work on the app and do not rely on the app for production.
27+
-->
2428

2529
## Installation
2630

@@ -30,8 +34,8 @@ The app is under active development, so expect some breakages as we work on the
3034
2. Download the app code (needs to be done once):
3135

3236
```shell
33-
git clone https://github.com/Cloud-Pipelines/backend.git tangle/backend --branch stable
34-
git clone https://github.com/Cloud-Pipelines/pipeline-studio-app.git tangle/frontend_build --branch gh_pages_stable --single-branch --depth 1
37+
git clone https://github.com/TangleML/tangle.git tangle/backend --branch stable
38+
git clone https://github.com/TangleML/tangle-ui.git tangle/frontend_build --branch gh_pages_stable --single-branch --depth 1
3539
```
3640
3. Start the app:
3741

@@ -57,8 +61,8 @@ Click the "New Pipeline" button at the top to start building a new pipeline.
5761
2. Download the app code (needs to be done once):
5862

5963
```shell
60-
git clone https://github.com/Cloud-Pipelines/backend.git tangle/backend --branch stable
61-
git clone https://github.com/Cloud-Pipelines/pipeline-studio-app.git tangle/frontend_build --branch gh_pages_stable --single-branch --depth 1
64+
git clone https://github.com/TangleML/tangle.git tangle/backend --branch stable
65+
git clone https://github.com/TangleML/tangle-ui.git tangle/frontend_build --branch gh_pages_stable --single-branch --depth 1
6266
```
6367

6468
3. Start the app:

0 commit comments

Comments
 (0)