Skip to content

Commit 71fef54

Browse files
authored
Update README.md
1 parent 1286d49 commit 71fef54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
## Problem
1414
- Petabyte scale 3D image processing is slow and computationally demanding;
15-
- Computation have to be distributed with linear scalability;
15+
- Computation has to be distributed with linear scalability;
1616
- Local cluster and public cloud computing are not fully used at the same time;
17-
- Duplicated code across a variaty of routine tasks is hard to maintain.
17+
- Duplicated code across a variety of routine tasks is hard to maintain.
1818

1919
## Features
20-
- **Composable** operators. The chunk operators could be composed in commandline for flexible usage.
21-
- **Hybrid Cloud Distributed** computation in both local and cloud computers. The task scheduling frontend and computationally heavy backend are decoupled using AWS Simple Queue Service. The backend could be any computer with internet connection and cloud authentication. Benefit from the robust design, the cheap unstable instances (preemptable intance in Google Cloud, spot instance in AWS) could be used to reduce cost by about three fold!
22-
- **Petabyte** scale. We have used chunkflow to output over eighteen petabyte images and scaled up to 3600 nodes with NVIDIA GPUs across three regions in [Google Cloud](https://cloud.google.com/), and chunkflow is still reliable.
20+
- **Composable** operators. The chunk operators could be composed in a command line for flexible usage.
21+
- **Hybrid Cloud Distributed** computation in both local and cloud computers. The task scheduling frontend and computationally heavy backend are decoupled using AWS Simple Queue Service. The backend could be any computer with an internet connection and cloud authentication. Benefit from the robust design, the cheap unstable instances (preemptable intance in Google Cloud, spot instance in AWS) could be used to reduce cost by about threefold!
22+
- **Petabyte** scale. We have used chunkflow to output over eighteen-petabyte images and scaled up to 3600 nodes with NVIDIA GPUs across three regions in [Google Cloud](https://cloud.google.com/), and chunkflow is still reliable.
2323
- Operators work with **3D** image volumes.
24-
- You can **plugin** your own code as an operator.
24+
- You can **plug in** your own code as an operator.
2525

2626
Check out the [Documentation](https://pychunkflow.readthedocs.io/en/latest/index.html) for [installation](https://pychunkflow.readthedocs.io/en/latest/install.html) and [usage](https://pychunkflow.readthedocs.io/en/latest/tutorial.html). Try it out by following the [tutorial](https://pychunkflow.readthedocs.io/en/latest/tutorial.html).
2727

0 commit comments

Comments
 (0)