CoolFace
Apppublic

Reverb/atlas-1-demo

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes
App README

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

  1. 1.Enter a SMILES string (e.g., C1=CC=CC=C1 for benzene)
  2. 2.Click "Predict HOMO Energy"
  3. 3.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


Part of the Atlas Series: From properties to structures