Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.33 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.33 KB

CleanRoute: Web Tool for LEAP & LCO2 routes

This is a web tool for finding out least air pollution and least carbon dioxide emission path. It also features routes and air pollution exposure forecasting capabilities.

Component Repositories:

This project is organized into three distinct sub-repositories, each serving a specific purpose:

  1. Client (User Interface): The first sub-repository contains the codebase for the user interface client. This component focuses on delivering an intuitive and engaging user experience.

  2. Backend Server: The second sub-repository encompasses the calculation server (the underlying logic). This repository is dedicated to handling complex computations and data processing.

  3. Server with Deployed ML models: The third sub-repository hosts the deployed machine learning server. Here, the focus is on providing an environment for serving and interacting with machine learning models.

By structuring the project into these component repositories, we ensure a modular and organized approach, making it easier to manage, develop, and deploy each distinct aspect of the project.

All the three repositories are hosted on AWS.