Home

Awesome

DivGAN

DivGAN uses generative adversarial networks to perform small molecule map generation tasks, which are implemented in the Keras framework. It allows the user to run the model to generate a reference set of drug-like molecules.

Requirement

Refer to requirement.txt

Installation

pip install -r requirement.txt

Running DivGAN

You need to open main.py, run load_weights to read the pre-trained weights and get the generated molecules. Or provide training set molecules into graph coding for model training.