https://github.com/deepmodeling/cemo
https://github.com/deepmodeling/cemo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepmodeling/cemo
- Owner: deepmodeling
- License: apache-2.0
- Created: 2024-06-25T06:28:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T01:48:46.000Z (12 months ago)
- Last Synced: 2025-02-01T20:16:57.253Z (5 months ago)
- Language: Python
- Size: 6.05 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cemo
`cemo` is a python library designed for facilitating building
applications for cryo-EM 3D reconstruction tasks. Many functions/modules are written using pyTorch, making it easier to implement
machine-learning-based cryo-EM algorithms.## Installation
```bash
git clone [email protected]:deepmodeling/cemo.git
cd cemo
pip install .
```## License
Apache 2.0