Skip to content

Climate-GPT: Hacking AI-driven Endpoints -A multi-media chatbot that raises awareness of climate change in a nuanced way. Harvard GSD MDes Open Project by Qing Feng (Mediums '23).

Notifications You must be signed in to change notification settings

fengqingthu/Climate-GPT

Repository files navigation

Climate-GPT

License: MIT

Climate-GPT is a chatbot that raises awareness of climate change in a nuanced way, serving all types of mass-customized mediums. Implemented by Qing Feng (Harvard GSD Mediums '23), this app is part of his MDes Open Project. Climate-GPT is built on top of OpenAI APIs for the chat, image generation, and voice transcription endpoints, and Eleven Labs APIs for sythesized speeches.

You can follow the instructions below to get set up. Also, check out our deployment here. Climate-GPT leverages OpenAI's GPT-3.5, Dall-e-2, and whisper-1 models.

Setup

  1. If you don’t have Python installed, install it from here

  2. Clone this repository

  3. Navigate into the project directory

    $ cd Climate-GPT
  4. Create a new virtual environment

    $ python -m venv venv
    $ . venv/bin/activate
  5. Install the requirements

    $ pip install -r requirements.txt
  6. Make a copy of the example environment variables file

    $ cp .env.example .env
  7. Add your Open AI API key to the newly created .env file. Optionally, you can fill up other fields accordingly for full features.

  8. Run the app

    $ flask run

You should now be able to access the app at http://localhost:5000!

About

Climate-GPT: Hacking AI-driven Endpoints -A multi-media chatbot that raises awareness of climate change in a nuanced way. Harvard GSD MDes Open Project by Qing Feng (Mediums '23).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published