Reverb/atlas-1-demo
0
Atlas 1: Molecular Property Prediction Demo
Interactive demo for Atlas 1, a state-of-the-art Geometric GNN that predicts molecular properties (HOMO energy) from 3D structures.
Features
- ๐ฌ 2D Molecular Structures - Clean chemical diagrams
- ๐ 3D Interactive View - Rotatable molecules with proper atom colors
- โก Real-time Predictions - Instant HOMO energy predictions
- ๐ Model Performance - RMSE: 0.109 eV, MAE: 0.061 eV, Pearson r: 0.994
- ๐จ Professional UI - Modern Gradio interface with examples
How to Use
- Enter a SMILES string (e.g.,
C1=CC=CC=C1for benzene) - Click "Predict HOMO Energy"
- View the 2D structure, 3D interactive molecule, and prediction results
Example Molecules
- Methane:
C - Benzene:
C1=CC=CC=C1 - Caffeine:
CN1C=NC2=C1C(=O)N(C(=O)N2C)C - Ethanol:
CCO
Model Details
- Architecture: CFConv + SE(3)-equivariant features
- Parameters: 2.5M
- Training: QM9 dataset (130k molecules)
- Performance: 2.2ร better than baseline
Links
- Model: Reverb/atlas-1-molecular-property-prediction
- GitHub: Atlas Project
- Paper: Coming soon
Part of the Atlas Series: From properties to structures
