key: cord-0629453-ac0aq94c authors: Ramakrishnan, Karthik; Gokul, P; Batavia, Preet; Tripathi, Shreesh title: Zeoco: An insight into daily carbon footprint consumption date: 2021-02-11 journal: nan DOI: nan sha: 5e5baa12972b3ea9253b9e732da8e140994f8429 doc_id: 629453 cord_uid: ac0aq94c Climate change, which is now considered one of the biggest threats to humanity, is also the reason behind various other environmental concerns. Continued negligence might lead us to an irreparably damaged environment. After the partial failure of the Paris Agreement, it is quite evident that we as individuals need to come together to bring about a change on a large scale to have a significant impact. This paper discusses our approach towards obtaining a realistic measure of the carbon footprint index being consumed by a user through day-to-day activities performed via a smart phone app and offering incentives in weekly and monthly leader board rankings along with a reward system. The app helps ease out decision makings on tasks like travel, shopping, electricity consumption, and gain a different and rather numerical perspective over the daily choices. Climate change [13] is another human-made disaster responsible for killing more people than Covid-19 on the charts. Due to climate change, many annihilating disasters occur like melting glaciers, rising sea levels, and a myriad of more such unprecedented harmful effects of climate change. Despite commendable efforts by world leaders, multiple agreements have failed miserably. We all have known about climate change but are not working tenaciously to fight it. Humankind, while working in cognition, can do both good and bad to humankind as a whole. In retrospection, we can conclude that we are on the paragon of industrialization and automation and worked doggedly to achieve it. Still, on the same timeline, we have overlooked climate change and its deleterious effects. Humans have built astonishing things using technology to ease their everyday lives, but many of such inventions have proved to be destroying the environment such as automobiles. Thus it is of the prime importance to at least start at a personal level and contribute your best towards climate change using technology [11] , which can be the best tool at hand. We built an app called "Zeoco" that works towards helping every pedestrian reduce carbon emissions in the environment by checking on each product's carbon footprint and every product they purchase or use in their quotidian life. This app can prove to be a one-stop solution for everything and has been tailored very meticulously by observing the minutiae of a person's life and basic needs [15] . It has been made such that at every step, one can reduce carbon emissions. In contemporary times we have known that there is excessive use of vehicles and thus burning of a precious pool of fossil fuels to aid our travel. Although electric vehicles have started replacing a very small amount of petrol/diesel-run cars, it will take many more years to replace the fuel cars, which also seems quite quixotic ultimately. Our app provides a very efficient and exciting solution to this problem. Tracking your vehicle trip using GPS , whether you are in your private vehicle or taxi, based on the amount of distance travelled and taking information on the kind of car and fuel used , it calculates how much carbon has been emitted in the same and suggests smart alternatives such as walking, cycling, car pooling or using public transport based on your travel history. Food is the basic need of every living being. In modern times, we have seen a stark rise in packed and ready-made food, which can be very dangerous to the environment due to tin and other synthetic preservatives. Thus, our app provides a myriad of recipes to choose from with precalculated footprints and based on your search; it offers smarter and healthier alternatives that will help reduce the carbon footprint. Use of barcode has been extensive in all the supermarkets and grocery stores to detect goods at the counter for payment. We have brought the barcode scanner to the app itself. Thus, the customer can scan the barcode of the product he/she is purchasing, and the app gives better alternatives having a lesser carbon footprint that the customer can choose. This also reflects on the screen of the cash counter, thus automating the whole process. We all tend to read through short news to imbibe more information about what is happening in and around. Thus, we have added realtime news based on climate change that the person can go through to instill a feeling of motivation [7] . Finally, we have added the most exciting part of the app, which is the leader board. We often tend to push ourselves to perform better where there is competition. Thus one can compete with their friends by truthfully using the app, and the one with the least carbon footprint tops the charts. Zeoco considers various factors to determine the total carbon footprint consumed by a person before comparing it with the average carbon footprint of the area and providing personalised tips. The final footprint values belonging to each of these factors is summed up together and saved in a Google Cloud Firebase database serving as a back-end for the app. Food consumption alone is responsible for a third of the carbon emissions in developed countries. The carbon footprint left behind varies from food item to food item [14] . The restaurant's data is collected from Zomato API and is fed into Zeoco's shared database hosted on Firebase. The database includes the names of the food items in the menu, and we are using the Eaternity API, which uses MODEL techniques to break down the food items into the constituent ingredients. Using a well-researched look-up table from TEST, we calculate the amount of carbon in each food item. On the user's side, when the user chooses a food item, we have used a recommendation system to recommend better food items in the same category but with a lesser carbon footprint. Directing people towards a more carbon-friendly menu will significantly reduce the negative environmental impact of hospitality. Travel is an integral part of our daily lives. From traveling across continents via flights for holidays to traveling to work on motorbikes or cars, a massive amount of fuel is consumed [4] [6] [9] , emitting unwanted greenhouse gases, contributing to the user's daily carbon footprint consumption [16] . Before every trip, the user needs to put in the destination, after which the app calls the Google Maps API in the back-end to calculate the total ride distance. Google provides a JavaScript Object Notation(JSON) file with credentials like the public and secret Maps API key, which is used to apply authentication and connect with the servers to send and receive data. This distance value in decimals is passed on to a form on the next page. The user needs to fill in the mode of transport and the type of fuel used. This information is used to call Trip to Carbon API, which calculates the carbon footprint based on available fuel usage and distance traveled information. The footprint value returned in the API's response is fed to the Firebase database with user permission adding to the overall carbon footprint consumed by the user. Electronic items ranging from toasters to laptops and televisions depend on a consistent electricity supply to run. If the global climate warms by oneĀ°C, the annual peak electricity consumption increases by 36.1%, which goes on in a loop resulting in increased carbon consumption[1] [2] . The user takes a picture of the monthly electricity billing document. We have deployed an optical character recognition(OCR) [18] model trained using a fair amount of datasets to the cloud, capturing and extracting the bill's total cost from the document. Geolocation API gets the location of the residence of the user. It is used to obtain the price per unit of electricity of that particular area and, therefore, the total electricity consumed in a month [10] . This is passed on to calculate the carbon footprint consumed and added to the Firebase database. One of the most tedious tasks to be fulfilled while shopping is the scanning of barcodes on the products [12] . Zeoco includes functionality wherein the user scans the barcode, and a unique string corresponding to the product is extracted and sent to the back-end built using Flask and stored in the Firebase database. This is then queried with a database containing the products available at the supermarket user is shopping in currently along with their carbon footprint values. Then, a script rearranges products depending on the food category the product belongs to and the carbon footprint value to provide four better alternatives to the user [3] . The user then has a choice to stick with the original choice or go ahead with [5] . This is passed on to calculate the carbon footprint consumed and added to the Firebase database. This is a personal Shopping list Journal similar to a To-Do list but for Grocery shopping. The interface provides a simple provision to Create, Read, Update and Delete(CRUD) functionality to the user. As the user adds an item to the list just like adding an item to cart on an E-commerce store, in this case, instead of the price of the item, the corresponding carbon footprint is fetched and displayed. After an item is purchased, the user is presented with an option to add it to the total carbon footprint value present in the Firebase database. Science, accumulated and reviewed over decades, tells us that our planet is changing in ways that will have profound impacts on all of humankind. Now, we know climate change is only part of the problem, human ignorance being the greater contributor. The 12 warmest years in recorded history have all come in the last 15 years. The potential impacts go beyond rising sea levels. Farmers see crops wilted one year, washed away the next; and the higher food prices get passed on to you. However, our obliviousness and ignorance has left this sad truth buried under petty front-page news headlines. The smoke of propaganda choking the ones who have been trying to voice the threats that mankind's careless actions pose to our present and coming future. Zeoco is a tiny bit to catalyze the big change with the ambitions to instil mindfulness within us and everyone around with regards to the extent to which the littlest of our actions affect our planet; the one which has been carrying us for a long long time without demanding anything in return. Zeoco quantifies the implicit effect of consuming a product or utility with respect to the associated carbon footprint index -that serves as a metric -accumulated over various processes a product/utility undergoes to finally come into being to the end customer [8] . Zeoco tries to be as interactive as possible to help you un-trivialize decisionmaking from tasks like travel, shopping, electricity consumption and help you gain a different and rather a numerical perspective over your daily choices. We plan to partner with multiple restaurants and stores in order to increase our database size so that people have access to a wide variety of items. Future studies could involve a detailed study of carbon footprint consumption by users staying in different locations like metropolitan cities, countryside and small towns with respect to various factors captured by our app. Enhancing the User Interface(UI) and User Experience(UX) to ensure a minimum number of clicks to add the carbon footprint values smoothly is definitely in the pipeline. With the increase in user base, moving to cloud platforms with better request handling like Amazon EC2, Digital Ocean etc. to deploy our back-end models and scripts is an important step to be taken. Furthermore, for integration with the app, QR code cards can be installed or distributed at supermarkets and through cab sharing apps by getting access to their Application Programming Interface(API), making it easier for users. Does energy consumption contribute to climate change? evidence from major regions of the world The carbon footprint of household energy use in the united states Finnish consumer perceptions of carbon footprints and carbon labelling of food products The environmental footprint of transport by car using renewable energy Managing carbon footprints in inventory management An estimation of traffic related co 2 emissions from motor vehicles in the capital city of, iran. Iranian journal of environmental health science & engineering Mapping the carbon footprint of nations. Environmental science & technology Public perceptions of how to reduce carbon footprints of consumer food choices Research on carbon emissions of electric vehicles throughout the life cycle assessment taking into vehicle weight and grid mix composition Climate change and residential electricity consumption in the yangtze river delta, china Carbon footprint: current methods of estimation Carbon footprints of indian food items. Agriculture, ecosystems & environment Irreversible climate change due to carbon dioxide emissions Carbon footprint of food-approaches from national input-output statistics and a lca of a food portion Our ecological footprint: reducing human impact on the earth Research on individual carbon dioxide emissions of commuting in peri-urban area of metropolitan cities-an empirical study in shanghai A definition of 'carbon footprint Analysis of image classification for text extraction from bills and invoices