https://github.com/quantumjot/cellx
DL/ML library for CellX project
https://github.com/quantumjot/cellx
Last synced: 16 days ago
JSON representation
DL/ML library for CellX project
- Host: GitHub
- URL: https://github.com/quantumjot/cellx
- Owner: quantumjot
- License: mit
- Created: 2020-07-27T14:38:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T12:09:54.000Z (about 2 years ago)
- Last Synced: 2025-04-09T03:34:54.626Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 181 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/psf/black)
[](quantumjot/cellx/actions)# CellX
Code for CellX and related projects.
---
### Local installation
```sh
git clone https://github.com/quantumjot/cellx.git
cd cellx
pip install -e .
```### Pull requests/Contributions
See the contributing [guide](CONTRIBUTING.md).### Running in a Docker container
Build the image:
```sh
docker build . -t cellx/cellx:latest
```Run a local script using the container:
```sh
docker run -it --runtime=nvidia --rm -v $PWD:/tmp -w /tmp cellx/cellx:latest python ./script.py
```
---### Contributors
* Alan R. Lowe (quantumjot, arl)
* T. L. Laure Ho (laureho, tllh)
* Christopher J. Soelistyo (chris-soelistyo, cjs)
* Kristina Ulicna (KristinaUlicna, ku)