Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,7 @@ And then running
python setup.py install
```

## related packages

There are a number of different tools which pyqae utilizes for analysis

- [`keras`](https://github.com/fchollet/keras) deep learning wrapper tools
- [`elephas`](https://github.com/maxpumperla/elephas) distribution code for ML and Keras
- [`tensorflow`](https://github.com/tensorflow/tensorflow) core deep learning code
- [`thunder`](https://github.com/thunder-project/thunder) thunder project for image and sequence analysis


You can install the ones you want with `pip`, for example

```
pip install thunder-python
```

## using with spark
# Using with spark

Thunder doesn't require Spark and can run locally without it, but Spark and Thunder work great together! To install and configure a Spark cluster, consult the official [Spark documentation](http://spark.apache.org/docs/latest). Thunder supports Spark version 1.5+, and uses the Python API PySpark. If you have Spark installed, you can install Thunder just by calling `pip install thunder-python` on both the master node and all worker nodes of your cluster. Alternatively, you can clone this GitHub repository, and make sure it is on the `PYTHONPATH` of both the master and worker nodes.

Expand Down