Skip to content

Phalanyx/ClimateCompass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

Climate Compass

Mission

At Climate Compass, our mission is to deliver dependable support and relief to individuals facing the escalating threat of natural disasters. As these events become increasingly frequent and severe, we strive to equip users with vital resources that enhance safety and preparedness during critical moments. Climate Compass offers a comprehensive directory of government aid, programs, and nearby climate shelters, providing essential services to those affected by climate-related emergencies.

Tech Stack

Climate Compass is a comprehensive web application designed with a sophisticated technology stack:

  • Frontend:

  • Backend:

  • APIs:

    • Kontur.io API - Collects real-time data on reported disasters worldwide.
    • Google Maps API - Visually represents the impact of natural disasters.
  • AI Tools:

    • LLAMA 3.1 from Groq - Provides up-to-date information on government aid and policies.

Features

  • Real-Time Data: Utilizes the Kontur.io API to gather and display real-time data on natural disasters globally.
  • AI-Driven Insights: Incorporates the latest AI tools to offer timely and accurate information on government aid and policies.
  • Interactive Maps: Integrates Google Maps API to provide a visual representation of disaster impacts, shelters, and aid resources.
  • Comprehensive Directory: Offers a robust directory of government aid programs and nearby climate shelters.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js
  • Python
  • Django

Installation

  1. Clone the repo:

    git clone https://github.com/yourusername/climate-compass.git
  2. Install NPM packages:

    cd climate-compass
    npm install
  3. Install Django dependencies:

    pip install -r requirements.txt
  4. Run the development server:

    npm run dev