alimotahharynia/DrugGen-2 ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple app around this DrugGen 2 model so I can enter a disease name, MeSH ID, MeSH DAG terms, and a protein sequence or UniProt IDs, then generate a handful of SMILES strings and download the results as a TSV file.
I want the experience to be easy for someone who is not a coder, with one clear form, a generate button, a loading state, and a table showing the output. Please also add a command line way to do the same thing, since the repo already seems to support inference that way.
Use the existing Python inference logic if possible, and make sure the app handles optional inputs nicely, so I can run it with just disease and sequence or with the full disease and target setup. If you need to check current docs or model usage online, go ahead. Also include a few example inputs so I can test it quickly.
Are you gonna build this?
make sure you review the code using coderabbit