Metadata-Version: 2.4
Name: asreview-dory
Version: 1.0rc3
Summary: ASReview New Exciting Models
Author-email: ASReview LAB developers <asreview@uu.nl>
Project-URL: Issues, https://github.com/asreview/asreview-dory/issues
Project-URL: Repository, https://github.com/asreview/asreview-dory/
Keywords: systematic review
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asreview>=2.0rc1
Requires-Dist: keras>=3.8.0
Requires-Dist: numpy
Requires-Dist: scikit-learn>=1.6.1
Requires-Dist: sentence-transformers>=3.4.1
Requires-Dist: accelerate>=1.0.0
Requires-Dist: torch>=2.1.0
Requires-Dist: xgboost>=2.1.4
Dynamic: license-file

# ASReview Dory 🐟

> ❣️❗ ASReview Dory is part of the upcoming ASReview LAB version 2 release ❗❣️ 

ASReview Dory is an extension to the [ASReview
software](https://github.com/asreview/asreview), providing new models for
classification and feature extraction. The extension is maintained by the
ASReview LAB team.

## Installation

You can install ASReview Dory via PyPI using the following command:

```bash
pip install asreview-dory
```

> ⚠️ **XGBoost on MacOS**
> If you are using macOS and plan to use XGBoost, you should first install OpenMP (`brew install libomp`)

## Model components

Feature Extractors:

    GTR T5
    LaBSE
    MPNet
    Multilingual E5
    MXBAI

Classifiers:

    AdaBoost
    Neural Network - 2-Layer
    Neural Network - Dynamic
    Neural Network - Warm Start
    XGBoost

Explore the performance of these models in our [Simulation
Gallery](https://jteijema.github.io/synergy-simulations-website/models.html)!
Look for the 🐟 icon to spot the Dory models.

## Usage

Once installed, the plugins will be available in the front-end of ASReview, as
well as being accessible via the command-line interface.

You can check all available models using:
```console
asreview algorithms
```

### Caching Models

You can pre-load models to avoid downloading them during runtime by using the
`cache` command. To `cache` specific models, such as `xgboost` and `sbert`, run:

```console
asreview dory cache nb xgboost sbert
```

To cache all available models at once, use:

```console
asreview dory cache-all
```

## Compatibility

This plugin is compatible with ASReview version 2 or later. Ensure that your ASReview
installation is up-to-date to avoid compatibility issues.

The development of this plugin is done in parallel with the development of the
ASReview software. We aim to maintain compatibility with the latest version of
ASReview, but please report any issues you encounter.

## Contributing

We welcome contributions from the community. To contribute, please follow these
steps:

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Implement your changes.
4. Commit your changes with a clear message.
5. Push your changes to your fork.
6. Open a pull request to the main repository.

Please ensure your code adheres to the existing style and includes relevant
tests.

For any questions or further assistance, feel free to contact the ASReview Lab
Developers.

---

Enjoy using ASReview Dory! We hope these new models enhance your systematic
review processes.
