CoolFace
Apppublic

bintangqurne/tox21-api

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

Tox21 GNN Toxicity Predictor — Backend API

Backend FastAPI yang menyajikan prediksi toksisitas molekul menggunakan model GCN/GAT yang dilatih pada dataset Tox21 (12 endpoint).

Endpoint

  • —GET /api/health — status model
  • —POST /api/predict — prediksi 12 endpoint untuk satu SMILES
  • —POST /api/predict/batch — prediksi batch (max 200)
  • —POST /api/predict/csv — upload CSV dengan kolom smiles
  • —POST /api/atom-importance — atom importance via occlusion
  • —GET /api/toxicophores?smiles=... — deteksi gugus reaktif
  • —GET /api/molecule/svg — render struktur 2D
  • —GET /api/endpoints — knowledge base 12 endpoint Tox21
  • —GET /api/models, GET /api/metrics — info model + per-task AUC

Dokumentasi interaktif: /docs