Coder Social home page Coder Social logo

rip's Introduction

RIP

Reveal Impacts of eco-friendly Policies Alt text

Description

Who we are?

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.

What we're focusing on?

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.

What stages are we planning to have to get results? And how are they aligned with OpenAI features?

  • 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)

Some resources we looked into to define the scope and context better for our model.

Getting Started

Dependencies

  • TODO: Describe any prerequisites, libraries, OS version, etc., needed before installing program.

Installing

  • 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')
    

Executing program

  • 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

Help

TODO: Any advise for common problems or issues.

Authors

Contributors names and contact info

Version History

  • 0.3
    • Updates on the README for more descriptive context
  • 0.2
  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

TODO: Inspiration, code snippets, etc.

rip's People

Contributors

ohyeon5 avatar metinaydar avatar lfhvn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.