Skip to content

Avuii/AsteroidSafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsteroidSafe

Web dashboard that ingests NASA NeoWs / JPL SBDB data and classifies Near-Earth Objects as Potentially Hazardous (PHA) using a pretrained tabular foundation model (TabPFN), deployed via ONNX Runtime in .NET.


Tech stack

  • Frontend: React + TypeScript (Vite)
  • Backend: ASP.NET Core Web API
  • ML: Python (TabPFN + baselines)
  • Deployment: ONNX Runtime (.NET)

Architecture

  • frontend/ — dashboard UI
  • backend/ — REST API + ONNX inference
  • training/ — data ingestion + training + export to ONNX
  • docs/ — documentation and reports
flowchart LR
  A["NASA NeoWs + JPL SBDB"] --> B["training (Python)<br/>ingestion + dataset + TabPFN"]
  B --> C["ONNX model artifact"]
  C --> D["backend (ASP.NET Core)<br/>ONNX Runtime inference API"]
  D --> E["frontend (React + TS)<br/>dashboard"]
Loading

Project management

Roadmap (Milestones)

About

Web dashboard that ingests NASA NeoWs / JPL SBDB data and classifies Near-Earth Objects as Potentially Hazardous (PHA) using a pretrained tabular foundation model (TabPFN), deployed via ONNX Runtime in .NET.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors