Spaces:
No application file
No application file
title: README | |
emoji: ๐ | |
colorFrom: indigo | |
colorTo: pink | |
sdk: gradio | |
pinned: true | |
license: agpl-3.0 | |
short_description: Accelerate Molecular Biology Research with Machine Learning | |
sdk_version: 5.25.2 | |
# [MultiMolecule](https://multimolecule.danling.org) | |
> [!TIP] | |
> Accelerate Molecular Biology Research with Machine Learning | |
[](https://doi.org/10.5281/zenodo.15119050) | |
[](https://www.gnu.org/licenses/agpl-3.0) | |
## ๐งฌ Introduction | |
MultiMolecule is a framework that bridges molecular biology and machine learning. It offers machine learning tools specifically designed for biomolecular data (RNA, DNA, and protein). | |
MultiMolecule serves as a foundation for advancing research at the intersection of molecular biology and machine learning. | |
## ๐ Features | |
### ๐ Resources | |
- **[Model Hub](https://huggingface.co/multimolecule)**: Models designed for biomolecular data. | |
- **[Dataset Hub](https://huggingface.co/multimolecule)**: Processed biomolecular datasets. | |
### ๐ ๏ธ Tools | |
- **[`pipelines`](https://multimolecule.danling.org/pipelines)**: End-to-end workflows for applying models. | |
- **[`runner`](https://multimolecule.danling.org/runner)**: Automatic Runner for training models. | |
### โ๏ธ Infrastructure | |
- **[`data`](https://multimolecule.danling.org/data)**: Smart Dataset that automatically infer tasksโincluding their level (sequence, token, contact) and type (classification, regression). | |
- **[`tokenisers`](https://multimolecule.danling.org/tokenisers)**: Tokenizers for biomolecular sequences. | |
- **[`module`](https://multimolecule.danling.org/module)**: Neural network building blocks. | |
## ๐ง Installation | |
=== "Install the stable release from PyPI" | |
```bash | |
pip install multimolecule | |
``` | |
=== "Install the latest development version" | |
```bash | |
pip install git+https://github.com/DLS5-Omics/multimolecule | |
``` | |
## ๐ Citation | |
If you use MultiMolecule in your research, please cite us as follows: | |
```bibtex | |
@software{chen_2024_12638419, | |
author = {Chen, Zhiyuan and Zhu, Sophia Y.}, | |
title = {MultiMolecule}, | |
doi = {10.5281/zenodo.12638419}, | |
publisher = {Zenodo}, | |
url = {https://doi.org/10.5281/zenodo.12638419}, | |
year = 2024, | |
month = may, | |
day = 4 | |
} | |
``` | |
## ๐ License | |
We believe openness is the Foundation of Research. | |
MultiMolecule is licensed under the [GNU Affero General Public License](https://multimolecule.danling.org/about/license). | |
For additional terms and clarifications, please refer to our [License FAQ](https://multimolecule.danling.org/about/license-faq). | |
Please join us in building an open research community. | |
`SPDX-License-Identifier: AGPL-3.0-or-later` |