The Ersilia Model Hub is a unified platform of pre-trained AI/ML models dedicated to š¦ infectious and neglected disease research. Our mission is to offer an open-source, š low-code solution that provides seamless access to AI/ML models for š drug discovery. Models housed in our hub come from two sources:
Please check the package requirements in the Installation Guide. The next steps are a quickstart guide to installing Ersilia.
Create a conda environment and activate it
conda create -n ersilia python=3.10
conda activate ersilia
Clone this repository and install with pip
git clone https://github.com/ersilia-os/ersilia.git
cd ersilia
pip install -e .
Once the Ersilia Model Hub is installed, you can use the CLI to run predictions. First, select a model from the Ersilia Model Hub and fetch it:
ersilia fetch retrosynthetic-accessibility
Generate a few (5) example molecules, to be used as input. The example command will generate the adequate input for the model in use
ersilia example retrosynthetic-accessibility -n 5 -f my_molecules.csv
Then, serve your model:
ersilia serve retrosynthetic-accessibility
And run the model:
ersilia run -i my_molecules.csv -o my_predictions.csv
Finally, close the service when you are done.
ersilia close
If you no longer want to use the model, you can delete it.
ersilia delete retrosynthetic-accessibility
Please see the Ersilia Book for more examples and detailed explanations.
The Ersilia Model Hub is a Free, Open Source Software and we highly value new contributors. There are several ways in which you can contribute to the project:
The Ersilia Open Source Initiative adheres to the Contributor Covenant code of conduct.
If you want to incorporate a new model in the platform, open a new issue using the model request template or contact us using the following form.
After submitting your model request via an issue (suggested), a maintainer will review your request. If they /approve
your request, a new model respository will be created for you to fork and use! There is a demo repository explaining the steps one-by-one.
This repository is open-sourced under the GPL-3 License. Please cite us if you use it!
Please note that Ersilia distinguises between software contributors and software authors. The Ersilia Model Hub Authorship guidelines can be found in the Authorship file and current authors can be found in the Citation file. We acknowledge past authors of the software below:
The Ersilia Model Hub is used in a number of scientific projects. Read more about how we are implementing it in:
The Ersilia Open Source Initiative is a Non Profit Organization with the mission is to equip labs, universities and clinics in LMIC with AI/ML tools for infectious disease research. Help us achieve our mission!
The Ersilia Model Hub is the flagship product of Ersilia. It has been funded thanks to a combination of funding sources. Full disclosure can be found in our website. Highlighted supporters include Splunk Pledge, the Mozilla Builders Accelerator and the AI2050 Program by Schmidt Futures.