--- title: Bloomee emoji: ๐ŸŒธ colorFrom: green colorTo: pink sdk: static pinned: false short_description: Global flowering phenology from NASA Earth observation tags: - bloomwatch - earth-observation - phenology - ndvi - nasa-space-apps models: - bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b - bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b-adapter datasets: - bloomee-app/bloomee-sft-nasasmd-grounded-5m ---
Bloomee Logo # ๐ŸŒธ Bloomee **Interactive Earth-observation platform for global flowering phenology** *Witness the pulse of life across our planet through space and time* [![Web App](https://img.shields.io/badge/Web_App-bloomee.earth-green?style=for-the-badge&logo=earth&logoColor=white)](https://bloomee.earth/) [![AI Platform](https://img.shields.io/badge/AI_Platform-ai.bloomee.earth-blue?style=for-the-badge&logo=robot&logoColor=white)](https://ai.bloomee.earth/) [![Presentation](https://img.shields.io/badge/Presentation-PDF-red?style=for-the-badge&logo=adobe&logoColor=white)](https://cdn.bloomee.earth/deck.pdf) [![Demo Video](https://img.shields.io/badge/Demo-YouTube-ff0000?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=5xR50jDX2gA) **๐Ÿ† NASA Space Apps Challenge 2025 Solution** Built by [Team Ganespace](https://www.spaceappschallenge.org/2025/find-a-team/ganespace/) for [Bandung, Indonesia](https://www.spaceappschallenge.org/2025/local-events/bandung/)
--- ## ๐ŸŒ About Bloomee Bloomee is an interactive Earth-observation platform that **detects, visualizes, and explains flowering events across space and time**โ€”putting the "where, when, and why" of blooms in one place. From tracking cherry blossoms in Japan to monitoring wildflower superblooms in California, Bloomee harnesses the power of NASA's Earth observation data to understand global flowering phenology.
Bloomee Project Showcase Video

๐ŸŽฅ Watch the project showcase video

Bloomee Presentation Deck

๐Ÿ“Š View the presentation deck

### ๐Ÿ† Competition Achievement Bloomee was built for the [NASA Space Apps Challenge 2025](https://www.spaceappschallenge.org/2025/) โ€” the world's largest annual global hackathon, where thousands of teams across hundreds of cities use NASA's open Earth and space data to build solutions for real-world challenges over a single weekend. Competing in the **["BloomWatch: An Earth Observation Application for Global Flowering Phenology"](https://www.spaceappschallenge.org/2025/challenges/bloomwatch-an-earth-observation-application-for-global-flowering-phenology/)** challenge, Team [Ganespace](https://www.spaceappschallenge.org/2025/find-a-team/ganespace/) built Bloomee to harness NASA Earth observation data for a dynamic visual tool that displays and detects plant blooming events around the globe. At the [Bandung, Indonesia](https://www.spaceappschallenge.org/2025/local-events/bandung/) local event, Bloomee earned: - ๐Ÿฅ‡ **Winner** โ€” NASA Space Apps Challenge 2025, Bandung Chapter - ๐ŸŒŸ **Best Innovation Award** โ€” NASA Space Apps Challenge 2025, Bandung Chapter - ๐ŸŒ **Global Finalist Nominee** โ€” advanced to global nomination as a result of the Bandung Chapter win
Bloomee - Best Innovation Award, NASA Space Apps Challenge 2025 Bandung

Team Ganespace receiving the Best Innovation Award for Bloomee at NASA Space Apps Challenge 2025, Bandung, Indonesia

### โœจ Key Features - **๐ŸŒ Interactive 3D Globe**: Explore blooming events across the planet with intuitive navigation - **โฐ Time-Series Analysis**: Scrub through seasons with temporal sliders to observe phenological changes - **๐Ÿ“Š Regional Detail Panel**: Deep-dive into NDVI trends, species events, intensity, and weather correlations - **๐Ÿค– Agentic AI-Powered Assistant**: Natural-language queries with contextual recommendations - **๐Ÿ”ฎ Predictive Modeling**: Advanced ML forecasting with confidence intervals - **๐Ÿ“ˆ Multi-Model Ensemble**: Automatic selection of best-performing algorithms per region ### ๐Ÿ›ฐ๏ธ Data Sources Bloomee integrates multiple NASA Earth observation datasets: - **MODIS NDVI** (16-day, 1 km resolution) - Vegetation index monitoring - **Landsat-9** - High-resolution NDVI detection and quality validation - **Land Surface Temperature** - Environmental correlation analysis - **GPM IMERG Precipitation** - Weather pattern integration ### ๐Ÿง  AI & Machine Learning Under the hood, Bloomee evaluates multiple forecasting models per region: - **ARIMA & SARIMA** - Time series analysis - **Prophet** - Trend decomposition and seasonality - **LSTM Neural Networks** - Deep learning patterns - **Gradient Boosting** - Ensemble learning - **Random Forest** - Feature importance analysis The platform auto-selects the best-performing model and outputs bloom/NDVI forecasts with confidence intervals. ## ๐Ÿ“ธ Platform Screenshots
#### ๐ŸŒ Interactive 3D Globe Bloomee Globe View

Default view when users land on the website - explore flowering events across the interactive 3D globe

#### ๐Ÿ›ฐ๏ธ Landsat Analysis & Species Overview Landsat NDVI Analysis

Detailed Landsat analysis with NDVI data and comprehensive flower species overview

#### ๐Ÿ“Š Satellite Imagery & NDVI Trends NDVI Trends Chart

Satellite imagery visualization with NDVI trend analysis and temporal data charts

#### ๐ŸŒฟ Ecological Insights & Biodiversity Ecological Insights

Comprehensive ecological insights including biodiversity indicators and climate change impact assessment

#### ๐ŸŽฏ Decision Support Systems Decision Support

Actionable decision support for agricultural planning, conservation actions, and health alert systems

#### ๐Ÿค– Agentic AI Assistant AI Chatbot

Intelligent AI chatbot that queries forecasts, searches online insights, and accesses research papers

--- ## ๐Ÿ—๏ธ Architecture & Repositories Bloomee is built as a modular ecosystem of specialized repositories: | Repository | Purpose | Stack | ๐Ÿค— Hugging Face | |---|---|---|---| | ๐Ÿ“ฑ [**bloomee-web**](https://github.com/bloomee-app/bloomee-web) | Interactive web app โ€” 3D globe, time-series NDVI maps, regional detail panels | Next.js 14 ยท TypeScript ยท Three.js / React Three Fiber ยท MapLibre GL ยท Radix UI + Tailwind ยท Zustand | โ€” | | ๐Ÿค– [**bloomee-ai**](https://github.com/bloomee-app/bloomee-ai) | NDVI prediction and multi-day bloom forecasting API | FastAPI ยท scikit-learn ยท ARIMA / SARIMA ยท Prophet ยท LSTM ยท Gradient Boosting ยท Random Forest | โ€” | | ๐Ÿ““ [**bloomee-notebook**](https://github.com/bloomee-app/bloomee-notebook) | Earth Engine data pipeline, model training and validation | Jupyter ยท Google Earth Engine ยท geemap ยท Python | โ€” | | ๐Ÿ’ฌ [**bloomee-chatbot**](https://github.com/bloomee-app/bloomee-chatbot) | Self-hosted conversational agent โ€” RAG over phenology literature plus live NDVI tool calls | Python 3.12 ยท LangGraph ยท FastAPI ยท Qdrant ยท Postgres ยท OpenRouter | โ€” | | ๐Ÿ” [**bloomee-chatbot-dify**](https://github.com/bloomee-app/bloomee-chatbot-dify) | The original hosted chatflow the self-hosted service was ported from | Dify.ai ยท Gemini 2.5 Flash Lite ยท Perplexity AI | โ€” | | ๐Ÿ“š [**bloomee-sft-nasasmd-grounded-5m**](https://github.com/bloomee-app/bloomee-sft-nasasmd-grounded-5m) | Fine-tuning corpus โ€” 1,899 grounded, tool-calling conversations | JSONL in OpenAI chat format ยท ~5.03 M tokens | [**dataset**](https://huggingface.co/datasets/bloomee-app/bloomee-sft-nasasmd-grounded-5m) | | ๐Ÿงฉ [**bloomee-v1-clm-nasasmd-granite4.1-3b-adapter**](https://github.com/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b-adapter) | QLoRA adapter teaching Granite 4.1 3B to reach for the right NDVI tool | PEFT ยท QLoRA nf4 ยท 124 MB | [**model**](https://huggingface.co/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b-adapter) | | ๐Ÿง  [**bloomee-v1-clm-nasasmd-granite4.1-3b**](https://github.com/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b) | The same fine-tune as full merged weights โ€” nothing to attach at load time | Transformers ยท safetensors fp16 ยท 6.35 GB | [**model**](https://huggingface.co/bloomee-app/bloomee-v1-clm-nasasmd-granite4.1-3b) | > **On the fine-tuned models:** they are self-hosting artifacts, not what the platform runs today. > `bloomee-chatbot` defaults to `ibm-granite/granite-4.1-8b` โ€” the teacher the corpus was distilled > from โ€” and the 3B fine-tune is a drop-in alternative for running the agent on your own hardware. --- ## ๐ŸŒ Deployment ### Live Applications - **๐ŸŒ Web Platform**: [bloomee.earth](https://bloomee.earth/) - **๐Ÿค– AI API**: [ai.bloomee.earth](https://ai.bloomee.earth/) ### ๐Ÿ“‹ Resources - **๐Ÿ“Š Presentation Deck**: [cdn.bloomee.earth/deck.pdf](https://cdn.bloomee.earth/deck.pdf) - **๐ŸŽฅ Demo Video**: [YouTube Presentation](https://www.youtube.com/watch?v=5xR50jDX2gA) --- ## ๐Ÿš€ Getting Started ### Quick Demo Visit [bloomee.earth](https://bloomee.earth/) to explore: 1. **Navigate the 3D globe** to find regions of interest 2. **Use the time slider** to observe seasonal changes 3. **Click on bloom markers** to open detailed analysis 4. **Ask the AI assistant** natural language questions about flowering patterns ### API Access The AI forecasting engine is available at [ai.bloomee.earth](https://ai.bloomee.earth/) with endpoints for: - **Regional NDVI prediction** - **Multi-day bloom forecasting** - **Model performance metrics** ### Local Development Each repository contains detailed setup instructions: - [`bloomee-web/README.md`](https://github.com/bloomee-app/bloomee-web) - Frontend development - [`bloomee-ai/README.md`](https://github.com/bloomee-app/bloomee-ai) - ML model deployment - [`bloomee-chatbot/README.md`](https://github.com/bloomee-app/bloomee-chatbot) - AI assistant configuration --- ## ๐ŸŽฏ Impact & Applications ### ๐ŸŒพ Agricultural Monitoring - **Crop flowering prediction** for harvest optimization - **Pollinator activity correlation** with bloom timing - **Disease management** through phenological pattern analysis ### ๐ŸŒฟ Conservation Efforts - **Invasive species detection** through anomalous bloom patterns - **Climate change impact assessment** via long-term phenological shifts - **Biodiversity monitoring** across protected ecosystems ### ๐Ÿ™๏ธ Urban Planning - **Allergen forecasting** for public health initiatives - **Tourism optimization** for bloom-dependent destinations - **Green infrastructure** planning and assessment ### ๐Ÿ”ฌ Scientific Research - **Phenological research** with automated data collection - **Climate correlation studies** across multiple datasets - **Species distribution modeling** enhancement --- ## ๐Ÿค Contributing We welcome contributions to advance global flowering phenology research! Each repository has specific contribution guidelines: - **๐Ÿ› Bug Reports**: Submit issues with detailed reproduction steps - **๐Ÿ’ก Feature Requests**: Propose enhancements with use-case descriptions - **๐Ÿ“Š Data Contributions**: Help expand regional datasets and validation - **๐Ÿ”ฌ Research Collaboration**: Partner on phenological studies and publications --- ## ๐Ÿ“„ License This project is part of the NASA Space Apps Challenge 2025. Please refer to individual repository licenses for specific terms. --- ## ๐ŸŒŸ Acknowledgments - **NASA Earth Science Division** for comprehensive Earth observation data - **NASA Space Apps Challenge** for fostering innovation in space technology - **Google Earth Engine** for powerful geospatial analysis capabilities - **Dify.ai** for conversational AI infrastructure - **Open Source Community** for foundational frameworks and libraries ---
**๐ŸŒธ Bloomee - Unveiling Earth's Flowering Rhythms Through Space and Time ๐ŸŒธ** *Built with โค๏ธ by Team Ganespace for NASA Space Apps Challenge 2025*