Giter VIP home page Giter VIP logo

climateserv-gpt's Introduction

Talking with the Climate - ClimateServ API GPT Tool

Welcome to the repository! This project was originally the output of my participation at the 3rd SMD and ETD Workshop on A.I. and Data Science: Leaping Toward Our Future Goals organized at the NASA Goddard Space Flight Center. The script was originally developed for the OpenAI's ChatGPT. Then the Makersuite and Palm API was integrated as a part of the result of a Makersuite sprint for the Google Developer Expert (GDE).

Having worked multiple years on developing and translating scientific product into user facing tools (some tools I worked on are here), it takes a lot of time and effort in developing these UI tools. You are limited by how complex of the UI tools you can develop. The idea behind developing this tool is to provide a bridge between the powerful capabilities of Large Language Models (LLM) and the ClimateServ API (or basically any API), so data scientist and developers can focus their energy in developing complex API that user can use with a free-flow text. The tool is a proof of concept at this point and is in a very preliminary stage, but if you have time, resources and common interest, please reach out to me and we can work on this.

Features

  • Language model based query generation: Construct intricate queries for the ClimateServ API with the help of the LLM.
  • Chart Visualization: Visual representations make data comprehension more intuitive.

Getting Started

Prerequisites

  • Python 3.10
  • Conda environment (Recommended)

Setup

  1. Clone the Repository:

    git clone https://github.com/biplovbhandari/makersuite-sprint.git
    cd makersuite-sprint
  2. Setup Conda Environment:

    Create a new Conda environment using Python 3.10:

    conda create -n climateserv-gpt-tool python=3.10

    Activate the conda environment:

    conda activate climateserv-gpt-tool
  3. Install Dependencies::

    With the Conda environment activated, install the necessary packages using the requirements.txt.

    pip install -r requirements.txt

Usage

You can start the gradio app using

python ui-chat-gpt.py

for running using OpenAI's ChatGPT.

python ui-maker-suite.py

for running using Makersuite and Palm API.

Contributing

We welcome contributions to this repository! I am currently looking for LLM developer who will be willing to collaborate and help make this tool more mature. If you have ideas on improving this tool, please reach out to me directly.

Contact

For any questions or concerns related to this project, please reach out to [email protected] or create an issue in this repository.

License

This tool is available under the open source Apache License 2.0.

Workflow

Existing Workflow

Working Prototype App

Demo of ClimateServ API Tool

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.