From 8dc35b8b7371f0b53c33a6d154bebdc4de2afd49 Mon Sep 17 00:00:00 2001 From: Aton4ST <64774266+aimtyaem@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:40:08 +0200 Subject: [PATCH 1/6] AutoGuidedOnboarding files Adding reports --- cloud_carbon_report.md | 59 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 cloud_carbon_report.md diff --git a/cloud_carbon_report.md b/cloud_carbon_report.md new file mode 100644 index 0000000..8ed19de --- /dev/null +++ b/cloud_carbon_report.md @@ -0,0 +1,59 @@ +# Carbon Footprint Report for CloudTech Solutions + +## Energy Cost Analysis +| Energy Source | Cost per Unit | +|---------------|-------------| +| electricity | $85.00 | +| natural_gas | $12.00 | +| fuel_oil | $0.75 | + +## Cloud Infrastructure Profile +### AWS Region Emissions Factors +| Region | Emissions Factor (tCO2e) | Data Source | +|--------|--------------------------|-------------| +| us-east-1 | 0.000416 | EPA | +| us-east-2 | 0.000440 | EPA | +| us-west-1 | 0.000351 | EPA | +| us-west-2 | 0.000351 | EPA | +| us-gov-east-1 | 0.000416 | EPA | +| us-gov-west-1 | 0.000351 | EPA | +| af-south-1 | 0.000928 | carbonfootprint.com | +| ap-east-1 | 0.000810 | carbonfootprint.com | +| ap-south-1 | 0.000708 | carbonfootprint.com | +| ap-northeast-3 | 0.000506 | carbonfootprint.com | +| ap-northeast-2 | 0.000500 | carbonfootprint.com | +| ap-southeast-1 | 0.000409 | EMA Singapore | +| ap-southeast-2 | 0.000790 | carbonfootprint.com | +| ap-northeast-1 | 0.000506 | carbonfootprint.com | +| ca-central-1 | 0.000130 | carbonfootprint.com | +| cn-north-1 | 0.000555 | carbonfootprint.com | +| cn-northwest-1 | 0.000555 | carbonfootprint.com | +| eu-central-1 | 0.000338 | EEA | +| eu-west-1 | 0.000316 | EEA | +| eu-west-2 | 0.000228 | EEA | +| eu-south-1 | 0.000233 | EEA | +| eu-west-3 | 0.000052 | EEA | +| eu-north-1 | 0.000008 | EEA | +| me-south-1 | 0.000732 | carbonfootprint.com | +| sa-east-1 | 0.000074 | carbonfootprint.com | + +### Server Architecture Efficiency +| Architecture | Power Consumption Range | +|--------------|--------------------------| +| Graviton | 0.47-1.69 W | +| Ivy Bridge | 3.04-8.25 W | +| Sandy Bridge | 2.17-8.58 W | +| Haswell | 1.90-6.01 W | +| Sky Lake | 0.64-4.19 W | +| Cascade Lake | 0.64-3.97 W | +| EPYC 2nd Gen | 0.47-1.69 W | +| Graviton2 | 0.47-1.69 W | +| Broadwell | 0.71-3.69 W | +| EPYC 1st Gen | 0.82-2.55 W | +| Coffee Lake | 1.14-5.42 W | + +## Optimization Recommendations +1. **Region Optimization**: Consider shifting workloads to lower-emission regions like eu-north-1 +2. **Architecture Upgrade**: Migrate to Graviton-based instances for better energy efficiency +3. **Renewable Energy**: Explore AWS Renewable Energy Programs for carbon offset +4. **Instance Right-Sizing**: Use compute-optimized architectures for energy-intensive workloads \ No newline at end of file From 3f0002942fa964701ebeef5829163dc82c28ed07 Mon Sep 17 00:00:00 2001 From: Aton4ST <64774266+aimtyaem@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:38:42 +0200 Subject: [PATCH 2/6] Raster image Autosmallsatellites image classifications in csv files --- emissions_classification.csv | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 emissions_classification.csv diff --git a/emissions_classification.csv b/emissions_classification.csv new file mode 100644 index 0000000..04dd8a2 --- /dev/null +++ b/emissions_classification.csv @@ -0,0 +1,15 @@ +Color Name,Count,Emission Range +#002147,1,Unknown +e,1,Unknown +#eee,10,Unknown +Light Cream,56,0-2 tonnes +Pale Orange,42,2-4 tonnes +Dark Red,3,20+ tonnes +Light Tan,33,4-6 tonnes +#c51810,6,Unknown +Coral,17,8-10 tonnes +Warm Beige,22,6-8 tonnes +Brick Red,6,10-15 tonnes +#7f0000,3,Unknown +#d7301f,3,Unknown +#b30000,1,Unknown From 6b55035c8faf551ace5a31550ffca6f347e3e962 Mon Sep 17 00:00:00 2001 From: Aton4ST <64774266+aimtyaem@users.noreply.github.com> Date: Sat, 15 Feb 2025 01:39:38 +0200 Subject: [PATCH 3/6] Grid electricity Consumption csv file --- consumption_classification.csv | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 consumption_classification.csv diff --git a/consumption_classification.csv b/consumption_classification.csv new file mode 100644 index 0000000..9661c59 --- /dev/null +++ b/consumption_classification.csv @@ -0,0 +1,10 @@ +Consumption (kWh),Flag +1500000,unknown +750000,unknown +300000,high_usage +150000,unknown +75000,medium_usage +30000,low_usage +15000,unknown +5000,unknown +-500,unknown From d3ec34b9d6868fe3eb8c715c3813a50389cdaf67 Mon Sep 17 00:00:00 2001 From: Aton4ST <64774266+aimtyaem@users.noreply.github.com> Date: Sun, 23 Feb 2025 23:41:36 +0200 Subject: [PATCH 4/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ea1419..70418a1 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ The interactive prototype can be found [here](https://aton4st.blogspot.com). It ## Mockup Design ### Homepage Mockup -![Homepage Mockup](https://github.com/aimtyaem/EOInfo/blob/ea27746647fb4cf297cf11372eb35207329a6180/1739718419%20(1).jpg) +![Homepage Mockup](#) ### Onboarding Flow Mockup ![Onboarding Flow Mockup](#) @@ -124,4 +124,4 @@ To get started with the development of this project, follow the steps below: We hope this project inspires and empowers users to contribute to a sustainable future by reducing their carbon footprints with the help of advanced technology. -For more information, please contact aimt16@hotmail.com. \ No newline at end of file +For more information, please contact aimt16@hotmail.com. From 9a030a8c5f95e62d21211c84aac4eed6475f63ec Mon Sep 17 00:00:00 2001 From: Aton4ST <64774266+aimtyaem@users.noreply.github.com> Date: Sun, 23 Feb 2025 23:50:54 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 126 +++--------------------------------------------------- 1 file changed, 5 insertions(+), 121 deletions(-) diff --git a/README.md b/README.md index 70418a1..90b6bfe 100644 --- a/README.md +++ b/README.md @@ -4,124 +4,8 @@ The AI Onboarding webApp aims to address the pressing issue of carbon footprint reduction through innovative technology. By leveraging autonomous small satellites (smallsats) for earth observation, this webApp provides users with personalized insights and recommendations to help them reduce their carbon footprint. The goal is to empower individuals and organizations to take actionable steps towards a more sustainable future. -## Project Structure - -This project includes the following components: -1. **Wireframe Design** -2. **Prototype** -3. **Mockup Design** - -## Wireframe Design - -### Homepage -``` -+-----------------------------+ -| Homepage | -|-----------------------------| -| Headline | -| Introduction | -| [CTA Button] | -+-----------------------------+ -``` - -### Onboarding Flow -``` -+-----------------------------+ -| Onboarding Flow | -|-----------------------------| -| Step 1: Introduction | -| Step 2: Features Overview | -| Step 3: Set Up Profile | -| [Start Using the App] | -+-----------------------------+ -``` - -### Dashboard -``` -+-----------------------------+ -| Dashboard | -|-----------------------------| -| Carbon Footprint Overview | -| [Charts & Graphs] | -| Recommendations | -+-----------------------------+ -``` - -### User Profile -``` -+-----------------------------+ -| User Profile | -|-----------------------------| -| Profile Info | -| Settings & Preferences | -| Social Media Connections | -+-----------------------------+ -``` - -### Resource Center -``` -+-----------------------------+ -| Resource Center | -|-----------------------------| -| Articles & Videos | -| [Search & Filter] | -+-----------------------------+ -``` - -### Community -``` -+-----------------------------+ -| Community | -|-----------------------------| -| Forums & Discussions | -| User Groups & Challenges | -+-----------------------------+ -``` - -## Prototype - -The interactive prototype can be found [here](https://aton4st.blogspot.com). It includes detailed mockups and user flows to illustrate the user experience and interactions. - -## Mockup Design - -### Homepage Mockup -![Homepage Mockup](#) - -### Onboarding Flow Mockup -![Onboarding Flow Mockup](#) - -### Dashboard Mockup -![Dashboard Mockup](#) - -### User Profile Mockup -![User Profile Mockup](#) - -### Resource Center Mockup -![Resource Center Mockup](#) - -### Community Mockup -![Community Mockup](#) - -## Team Members - -- **Project Manager**: Oversees project timelines, coordinates tasks, ensures communication, manages resources. -- **Frontend Developer**: Designs user interface, implements interactive elements, ensures responsive design. -- **Backend Developer**: Manages server-side logic, databases, API integration, ensures security. -- **AI Specialist**: Develops machine learning models, trains AI systems, integrates AI with the web app. -- **Data Scientist**: Collects and processes data, performs data analysis, ensures data accuracy. -- **UX/UI Designer**: Designs user-friendly interfaces, creates visual designs, conducts user testing. -- **Sustainability Expert**: Provides sustainability insights, suggests carbon reduction strategies, validates data. -- **Marketing Specialist**: Promotes the web app, engages with users, gathers feedback, manages social media. - -## Getting Started - -To get started with the development of this project, follow the steps below: -1. Clone the repository. -2. Install necessary dependencies. -3. Follow the wireframe and mockup designs to develop the frontend and backend components. -4. Integrate AI models and data processing modules. -5. Conduct user testing and gather feedback for improvements. - -We hope this project inspires and empowers users to contribute to a sustainable future by reducing their carbon footprints with the help of advanced technology. - -For more information, please contact aimt16@hotmail.com. +## Output +1. Dashboard reports. +2. Onboarding Flow (SGT). +3. Recommendations. + From 9ee4e6d492a3d3c60596052713e3a584e7fa357f Mon Sep 17 00:00:00 2001 From: Aton4ST <64774266+aimtyaem@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:08:47 +0200 Subject: [PATCH 6/6] Delete CFPwireframe.md Not appropriate file --- CFPwireframe.md | 63 ------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 CFPwireframe.md diff --git a/CFPwireframe.md b/CFPwireframe.md deleted file mode 100644 index 9be8453..0000000 --- a/CFPwireframe.md +++ /dev/null @@ -1,63 +0,0 @@ -### Homepage -``` -+-----------------------------+ -| Homepage | -|-----------------------------| -| Headline | -| Introduction | -| [CTA Button] | -+-----------------------------+ -``` - -### Onboarding Flow -``` -+-----------------------------+ -| Onboarding Flow | -|-----------------------------| -| Step 1: Introduction | -| Step 2: Features Overview | -| Step 3: Set Up Profile | -| [Start Using the App] | -+-----------------------------+ -``` - -### Dashboard -``` -+-----------------------------+ -| Dashboard | -|-----------------------------| -| Carbon Footprint Overview | -| [Charts & Graphs] | -| Recommendations | -+-----------------------------+ -``` - -### User Profile -``` -+-----------------------------+ -| User Profile | -|-----------------------------| -| Profile Info | -| Settings & Preferences | -| Social Media Connections | -+-----------------------------+ -``` - -### Resource Center -``` -+-----------------------------+ -| Resource Center | -|-----------------------------| -| Articles & Videos | -| [Search & Filter] | -+-----------------------------+ -``` - -### Community -``` -+-----------------------------+ -| Community | -|-----------------------------| -| Forums & Discussions | -| User Groups & Challenges | -+-----------------------------+