AstroAI is an intelligent, multi-agent system designed to bridge the gap between human curiosity and the vastness of the cosmos. Inspired by the clear night skies of Neuquén, Argentina, it gives your telescope an "AI brain" to help you identify objects, plan observations, and learn the history of the universe through conversational narration.
This project was proudly presented as part of the Gemini Hackathon. You can find the full submission details, demo video, and project pitch on Devpost, or see the demo video on Vimeo.
Stargazing is magical, but it has a steep learning curve. You see "stars," but you don't always know what you are seeing. While tools like Stellarium are powerful, they can be complex for beginners. AstroAI was born from the desire to make the universe understandable and deeply inspiring for everyone, acting as a personal, multimodal companion—a Carl Sagan for your pocket.
- 🔭 Real-Time Multimodal Analysis: Upload an image from your telescope or point your camera at the sky. Atlas doesn't just identify objects; it performs deep analysis combining visual data with astronomical coordinates.
- 🗺️ Smart Observation Planning: Acting as an expert guide, Atlas checks your equipment, location, and experience to curate the perfect observation session for you.
- 💬 Conversational Astronomy: atlas is a knowledgeable companion ready to debate astrophysical theories, explain phenomena, or chat about the wonders of the universe in an educational and engaging tone.
- 🎙️ AI-Powered Narration: High-quality synthesis using Gemini TTS provides an immersive experience, allowing you to listen to the history of the stars without taking your eyes off the eyepiece.
AstroAI operates on a sophisticated multi-agent architecture built with the Google Agent Development Kit (ADK):
- The Root Agent: Orchestrates interaction and delegates tasks to specialized sub-agents.
- The Planning Agent: Calculates visibility, searches catalogs (SIMBAD), and maps locations to precise coordinates.
- The Grounding Pipeline:
- Astrometric Calibration: Plate-solving on private GKE servers for precise mapping.
- Deterministic ID: SIMBAD query for bright point sources.
- Generative Deep Sky Analysis: Gemini 1.5 Pro analyzes fainter structures (nebulae, galaxies).
- Narrative Synthesis: Gemini 1.5 Flash creates a cohesive, inspiring story.
| Component | Technology |
|---|---|
| Frontend | Flutter (Android + PWA), Google Stitch UI |
| Backend | FastAPI, Python 3.10+ |
| AI Models | Gemini 1.5 Pro, Gemini 1.5 Flash, Gemini TTS |
| Frameworks | Google ADK (Agent Development Kit), A2A Protocol |
| Infrastructure | Google Cloud Run, GKE, Terraform, Firebase Hosting |
.
├── backend/ # FastAPI service, AI agents, image analysis pipeline
├── frontend/ # Flutter mobile and web application
├── README.md # Project overview (this file)
└── AGENTS.md # Technical guidance for AI agents
AstroAI is split into two independent services. Please follow the specific setup instructions in each directory:
- Backend Setup: API documentation, environment variables, and agent configuration.
- Frontend Setup: Running the Flutter app (Web/Android) and connecting to the API.
We welcome contributions centered around improving the astronomy experience!
- Create a feature branch.
- Ensure you follow the linting/testing guides in the
backend/andfrontend/READMEs. - Submit a PR for review.
This project is currently proprietary. Refer to LICENSE for terms of use (if provided).
