simonsmith / GenerateDrugNames / 0.1.0
README.md
Overview
This algorithm generates unique drug names. It uses a neural network trained on more than 4,000 FDA-approved drugs. Note that sometimes, it will generate an existing name. So be sure to do a trademark search before using anything! (More likely, though, you'll just use this for fun.)
Usage
Input
The algorithm accepts one input:
Parameter | Description |
---|---|
creativity | Float. How creative you want the output to be. Lower number means less creative. Default is 0.2. |
Output
The algorithm generates two outputs:
Parameter | Description |
---|---|
creativity | The specified creativity. |
names | An array of generated names. |
Note that currently, the algorithm generates 10 names for each request.