You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-15
Original file line number
Diff line number
Diff line change
@@ -59,30 +59,30 @@ This project is under active development. See the [Documentation](https://codefl
59
59
60
60
### Run in your laptop
61
61
62
-
#### Installing locally
62
+
#### Instaling locally
63
63
64
64
CodeFlare can be installed from PyPI.
65
65
66
66
Prerequisites:
67
67
*[Python 3.8+](https://www.python.org/downloads/)
68
68
*[JupyterLab](https://jupyter.org)*(to run examples)*
69
69
70
-
We recommend installing Python 3.8.7 using
71
-
[pyenv](https://github.com/pyenv/pyenv).
70
+
We recommend installing Python 3.8.6 using
71
+
[pyenv](https://github.com/pyenv/pyenv). You can find [here](https://codeflare.readthedocs.io/en/latest/getting_started/setting_python_env.html) recommended steps to set up the Python environment.
CodeFlare Pipelines reimagined pipelines to provide a more intuitive API for the data scientist to create AI/ML pipelines, data workflows, pre-processing, post-processing tasks, and many more which can scale from a laptop to a cluster seamlessly.
124
127
125
-
The API documentation can be found [here](https://codeflare.readthedocs.io/en/latest/codeflare.pipelines.html), and reference use case documentation [here](https://codeflare.readthedocs.io/en/latest).
128
+
See the API documentation [here](https://codeflare.readthedocs.io/en/latest/codeflare.pipelines.html), and reference use case documentation in the Examples section.
126
129
127
-
Examples are provided as executable notebooks: [notebooks](./notebooks).
130
+
Examples are provided as executable [notebooks](https://github.com/project-codeflare/codeflare/tree/main/notebooks).
128
131
129
-
Examples can be run with locally with:
132
+
To run examples, if you haven't done so yet, clone the CodeFlare project with:
If running with the container image, examples are found in `codeflare/notebooks`, which can be executed directly from Jupyter environment.
148
+
The step above should automatically open a browser window and connect to a running Jupyter server.
135
149
136
-
As a first example, we recommend the [sample pipeline](https://github.com/project-codeflare/codeflare/blob/main/notebooks/sample_pipeline.ipynb).
150
+
If you are using any one of the recommended cloud based deployments, examples are found in the `codeflare/notebooks` directory in the container image. The examples can be executed directly from the Jupyter environment.
137
151
138
-
The pipeline will use `ray.init()` to start a local Ray cluster. See the deployment options below to run a Ray cluster on in the cloud, or the details [here](https://docs.ray.io/en/master/configure.html) if you are running a Ray cluster locally.
152
+
As a first example, we recommend the [sample pipeline](https://github.com/project-codeflare/codeflare/blob/main/notebooks/sample_pipeline.ipynb).
Or, if using any of the recommended cloud based deployments, examples are found in `codeflare/notebooks`, which can be executed directly from Jupyter environment.
45
+
The step above should automatically open a browser window and connect to a running Jupyter server.
46
+
47
+
If you are using any one of the recommended cloud based deployments, examples are found in the `codeflare/notebooks` directory in the container image. The examples can be executed directly from the Jupyter environment.
35
48
36
49
As a first example, we recommend the [sample pipeline](https://github.com/project-codeflare/codeflare/blob/main/notebooks/sample_pipeline.ipynb).
0 commit comments