Turn raw satellite
data into climate action

ReLeaf transforms complex satellite imagery into actionable environmental insights, empowering organizations to make data-driven decisions for forest conservation.

Get Started
How it works
Upload Image
Satellite imagery

What ReLeaf Can Do

Powerful AI-driven tools that transform satellite data into meaningful environmental insights, enabling organizations to take decisive action for forest conservation.
Segment Imagery
Advanced AI algorithms automatically identify and segment forest areas, deforestation zones, and land use changes from satellite imagery with precision and speed.
Generate Insights
Transform raw data into actionable intelligence with AI-powered analysis that identifies patterns, trends, and environmental risks for informed decision-making.
Auto-Report
Generate comprehensive, professional reports automatically with customizable templates, data visualizations, and actionable recommendations for stakeholders.

Why ReLeaf Is Different

While traditional tools provide basic reporting, ReLeaf delivers intelligent analysis and actionable insights that drive real environmental impact.

Traditional Approach
Reports percentages and basic statistics from satellite data
23.4%deforestation
Basic percentage reporting without context or actionable insights

Pricing & Tiers

Choose the perfect plan for your organization's forest monitoring needs.
Core
Essential forest monitoring with basic segmentation and reporting capabilities.
  • Satellite imagery analysis
  • Basic segmentation
  • Monthly reports
Pay-as-you-go APIGet Access
Full Agent
Complete AI-powered solution with automated actions and enterprise features.
  • AI-powered actions
  • Enterprise integrations
  • 24/7 monitoring
Pay-as-you-go APIGet Access

API Documentation

Integrate ReLeaf's AI with your own tools and workflows using our comprehensive REST API.
Base URL
https://api.projectreleaf.xyz
Rate Limits
  • 100 requests per minute
  • 1,000 requests per hour
  • 10,000 requests per day
99.9% Uptime SLA
Endpoints
POST /predict
Analyze forest areas using coordinates and zoom level
Request Body:
  • coordinates: Lat/lng object
  • zoom_level: Integer (10-18)
  • email: String
import requests

data = {
    "email": "your.email@example.com",
    "watchlist": True,
    "timeframe": "2023-2024",
    "min_lat": 12.9716,
    "max_lat": 13.9716,
    "min_long": 77.5946,
    "max_long": 78.5946,
    "zoom": 12.5
}

response = requests.post("https://api.projectreleaf.xyz/predict", json=data).json()
Example Response
{
  "analysis_id": "ana_1234567890",
  "status": "completed",
  "timestamp": "2024-01-15T12:30:02Z",
  "results": {
    "forest_coverage": {
      "percentage": 76.4,
      "area_hectares": 1250.8
    },
    "deforestation_detected": {
      "percentage": 23.6,
      "area_hectares": 387.2,
      "severity": "high",
      "likely_cause": "illegal_logging"
    },
    "recommendations": [
      "Deploy enforcement team to coordinates 12.3456°N, 98.7654°W",
      "Increase satellite monitoring frequency"
    ]
  }
}
analysis_id: Unique identifier for tracking
forest_coverage: Current forest metrics
deforestation_detected: Loss analysis
recommendations: AI-generated actions
Built by Students

Built by Students for the Planet

We're a passionate team of student developers from around the world, united by a shared mission to combat climate change through innovative technology.

Our Mission

We believe that the next generation should lead the fight against climate change. ReLeaf represents our commitment to creating accessible, powerful tools that make environmental monitoring and forest conservation achievable for everyone.

What drives us:
  • Making AI accessible for environmental good
  • Empowering organizations with actionable insights
  • Building tools that create real-world impact

By the Numbers

3
Student Developers
2
Schools Represented
547
Cups of Coffee
Ideas Generated

Fun Facts About Our Team

Late-night coding sessions:
Our most productive hours are between 11 PM and 3 AM (fueled by way too much coffee ☕)
Inspiration source:
We were inspired after seeing an earlier student project at our school—so we set out to take the idea further and build something even better!
Global collaboration:
We live in 2 different countries, but our teamwork makes it feel like we're always in the same room
Favorite debugging method:
Explaining the problem to our collection of rubber ducks (yes, we each have one)

Want to join our mission? We're always looking for passionate individuals who want to make a difference.

Contact Us

Want access to the fully-fledged ReLeaf app? We'd love to hear from you!
Get in touch with our team for questions, partnerships, or to learn more about ReLeaf.
Get in Touch
Email
releaf@projectreleaf.xyz
Location
Global Operations
Response Time
Within 24 hours
Global Team
Our student team spans multiple time zones. We're always here to help, no matter where you are!
Send us a Message
Minimum 10 characters (0/10)