Try this out! https://ohyeon5-rip-app-ad51gz.streamlit.app/
We're a team of three around the world whom are from three different timezones tackling climate change issues as a team participating in the OpenAI Hackathon for Climate Change.
We hear from so many individuals and companies about eco-friendly solutions or products being promoted, but in the second layer those solutions might be causing more CO2 emissions. Using language understanding and summarization we will attempt to understand both government and business solutions, and make outcomes of approaches to the climate crisis accessible to anyone.
- Finding resources we can use as an input for our solution. (GPT3 Compare for semantic search and recommendations)
- Grouping, filtering and transforming the inputs which migh be useful for our search on second layer affects of policies and applications. (GPT3 Edit)
- Generating quotes and new short definitions from what we found, as a list of takeaways. (GPT3 Explain and Write)
- Supporting our findings with auto generated images from the copies we generated. (DALL-E)
- https://www.ipcc.ch/reports
- https://www.iea.org/topics/world-energy-outlook
- https://www.worldbank.org/en/programs/the-world-bank-group-at-cop/publications
- https://www.consilium.europa.eu/en/policies/climate-change
- https://www.un.org/en/climatechange/science/causes-effects-climate-change
- https://climate-laws.org
- TODO: Describe any prerequisites, libraries, OS version, etc., needed before installing program.
-
Add API_KEY to use openAI APIs
- Add
api_secrets.py
in the root directory and save your openAI API key as a variable
import os ORGANIZATION='org-...' API_KEY='sk-...' #override if there's a key defined as a system wide parameter if os.getenv('OPENAI_ORG') != None: ORGANIZATION=os.getenv('OPENAI_ORG') if os.getenv('OPENAI_API_KEY') != None: API_KEY=os.getenv('OPENAI_API_KEY')
- Add
- Test with any scripts in
./examples
to check if it works (optional) - From root path, run:
(Linux or Mac users)> sh ./scripts/start-streamlit-app-linux
(Windows users) > ./scripts/start-streamlit-app-windows.bat
TODO: Any advise for common problems or issues.
Contributors names and contact info
- Metin Aydar @metinaydar
- Leif Martinson @lfhvn
- Oh-hyeon Choung @Ohyeon5
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details
TODO: Inspiration, code snippets, etc.