Cellence is an AI-powered biomedical pipeline that combines deep learning, cheminformatics, and bioinformatics to accelerate early-stage drug discovery.
It generates, validates, and ranks novel, drug-like molecules tailored to a given protein target β all served through a clean, modular Flask-based API.
β
Generate valid, novel SMILES molecules conditioned on a chemical prompt (via MolGPT)
β
Validate, clean, and deduplicate molecules using RDKit
β
Evaluate drug-likeness (Lipinskiβs Rule of 5)
β
Predict ADMET properties for pharmacokinetic assessment
β
Predict binding affinity of molecules to a protein sequence (DeepPurpose)
β
Output results as CSV, including molecular structure images
β
REST API endpoints for easy integration
User β /generate β [MolGPT β RDKit] β Valid SMILES
β /score β [Lipinski β ADMET β DeepPurpose] β Ranked molecules + CSV + Images
Results also include Lipinski & ADMET evaluation, molecular images, and a downloadable CSV.
Cellence.ipynib
git clone https://github.com/JabezJesudasonJena/Cellence-Drug-Discovery-model.git
Component | Role |
---|---|
MolGPT | Generate novel SMILES strings |
RDKit | Validate, canonicalize, Lipinski evaluation |
DeepPurpose | Predict binding affinity |
ADMET predictor | Estimate ADMET properties |
Python | Core implementation |
β¨ Interactive AI chatbot advisor
β¨ 3D proteinβligand visualization
β¨ Diversity clustering & synthetic accessibility scoring
β¨ Multi-objective optimization
MIT License β feel free to use, modify, and contribute!
Contributions, issues, and feature requests are welcome!
Please open an issue to discuss changes before submitting a PR.
If youβre interested in AI for healthcare, computational biology, or drug design β feel free to connect with me on LinkedIn or open a discussion here.
Cellence β bridging AI and biomedical science for smarter drug discovery.