# PockLigGPT PockLigGPT is a pocket-conditioned molecular generation framework based on GPT architectures and reinforcement learning (RL) for structure-based drug design. --- ## ๐ŸŒ Access & Resources ### ๐Ÿ”ฌ Web Interface ๐Ÿ‘‰ https://pockliggpt.streamlit.app Researchers and companies can: - submit PDB structures - request molecule generation - request full computational studies ### ๐Ÿ’ป Code ๐Ÿ‘‰ https://github.com/pvaras8/PockLigGPT_official --- ## ๐Ÿงฌ Key Features - ๐Ÿง  **Protein-conditioned generation** using sequence + embeddings - ๐Ÿงช **Docking-aware optimization** via reinforcement learning - ๐Ÿ”ฌ **Structure-based drug design pipeline** end-to-end - โšก **Scalable GPT-based architecture** for molecular generation --- ## ๐Ÿ“ฆ Available Models ### Pretraining - `ckpt_zink_M.pt` โ†’ ZINC pretraining - `ckpt_zink_chembl.pt` โ†’ ZINC + ChEMBL pretraining ### Fine-tuned (CrossDocked) - `ckpt_zink_chembl_cross_sequence_add.pt` โ†’ enhanced conditioning --- ## ๐Ÿš€ What Can It Do? PockLigGPT enables: - Generation of novel molecules conditioned on protein pockets - Optimization of binding affinity using RL + docking - Exploration of chemical space under structural constraints - End-to-end workflows for early-stage drug discovery --- ## ๐Ÿงช Example Workflow 1. Load a pretrained checkpoint 2. Provide protein pocket: - amino acid sequence - ProtT5 embeddings - docking grid 3. Run RL optimization 4. Generate candidate molecules --- ## โš™๏ธ Technical Stack - SELFIES molecular representation - GPT-based autoregressive models - ProtT5 protein embeddings - AutoDock Vina (reward signal) - Reinforcement learning (PPO-style) --- ## ๐Ÿ’ผ Commercial Use PockLigGPT is available for research use. For: - industrial applications - large-scale screening - full structure-based optimization workflows ๐Ÿ‘‰ please contact via the web interface. --- ## โš ๏ธ Limitations - RL requires docking setup (external tools) - Computationally intensive for large-scale runs - Requires protein preprocessing --- ## ๐Ÿ“œ License MIT License --- ## ๐Ÿ“„ Citation Coming soon