Doom o’clock is a website/project that features a countdown of “when will the earth end” and a greenhouse gas effect emission prediction that’s predicted not based on black magic wizardry, but predicted based on factual data from various sources, namely the Climatic Research Unit at the University of East Anglia, ESRL/NOAA Global Monitoring Division, Godard Institute for Space Studies at NASA, SOLARIS-HEPPA project website, and from the ESRL/NOAA Physical Sciences Division while using Artificial Intelligence and Machine Learning. As a bonus Doom 'o clock also shows non-profit organizations and projects that are trying their hardest to make climate change cease to exist, and how you can do so too. Make sure to check out the branch frontend to see our front end progression.
I got the inspiration from a book "Will fart end the earth?" by Gleen Murphy, the book tells that in the future we must do a change so that the earth can stay healthy enough for human ~Hazel
The website is connected to the backend api that we built and predicted based on factual data from various sources, namely the Climatic Research Unit at the University of East Anglia, ESRL/NOAA Global Monitoring Division, Godard Institute for Space Studies at NASA, SOLARIS-HEPPA project website, and from the ESRL/NOAA Physical Sciences Division while using Artificial Intelligence and Machine Learning
First the backend team (Hazel & Arnav) will make a machine learning model with tensorflow, then created a rest api with flask and deploy it to heroku, at the same time. The frontend team (Vio & Theo) is designing and building the web landing page. Lastly we connect the frontend into backend api that running on heroku
- Deploying api to heroku (Solved)
- The api can process frontend input (Solved)
- How we can build such a good webpage
- The design is cool
- The frontend is so responsive
- How to work in team
- How to build an api
- How to connect to the api
- Never give up on solving bug
We hope that after we make this website, our webpage visitors will more aware of climate change and try to prevent it
- Arnav Pandey (Backend programmer) Devpost
- Hazel Handrata (Machine learning engineer & Rest api programmer) Devpost
- Marvin Savio (Web designer & Demo video creator) Devpost
- Theo Halpern (Responsive frontend programmer) Devpost
- Winning infinihacks hackathon as The best environment project
https://doom-clock-api.herokuapp.com/atmosphere please include our license to your app/repository if you want to use our api
- GET :
return JSON
{"doom_month": int, "doom_year": int}
- POST :
POST JSON
{Year : int , Month : int}
return JSON
{"Aerosols": "str", "CFC-11": "str", "CFC-12": "str", "CH4": "str", "CO2": "str", "N2O": "str", "TSI": "str", "Temp": "str"}