GRIT-X-AWA · OPEN SOURCE
Classify exoplanetsfrom Kepler and TESS.
GRIT-X-AWA is a web observatory for exoplanet classification: upload a Kepler or TESS CSV, or enter a candidate by hand, and a three-model gradient-boosting ensemble returns a labeled disposition with per-class confidence. A three.js starfield, a paginated data browser, 3D orbital views, and an in-app chatbot wrap the model, and the whole thing runs keyless in demo mode with canned predictions and bundled sample data.
Run cd frontend && npm install && npm run dev for the keyless demo at localhost:4321; set PUBLIC_DEMO=false with a live FastAPI backend to hit the real ensemble.