Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/medoidai/givebackgpt

An early version of a system that credits creators based on the similarity of their content to an LLM response. Giving back to creators is the only way for fair, sustainable AI economies that lead to true growth.
https://github.com/medoidai/givebackgpt

ai-ethics bootstrap chatbot css embeddings generative-ai html intellectual-property javascript language-models open-source responsive-web-design sustainable-ai web-search

Last synced: 7 days ago
JSON representation

An early version of a system that credits creators based on the similarity of their content to an LLM response. Giving back to creators is the only way for fair, sustainable AI economies that lead to true growth.

Awesome Lists containing this project

README

        

# Medoid AI - GiveBackGPT


GiveBackGPT Logo

An open, innovative approach to build fair AI economies that include creators for sustainable growth.


GiveBackGPT Licence
GiveBackGPT Forks
GiveBackGPT Stars
GiveBackGPT Issues
GiveBackGPT Pull Requests


Report Bug
ยท
Request Feature
ยท
Follow

## ๐Ÿ“œ Table of Contents

- [Medoid AI - GiveBackGPT](#medoid-ai---givebackgpt)
- [๐Ÿ“œ Table of Contents](#-table-of-contents)
- [๐Ÿ“š Overview](#-overview)
- [โœจ Features Overview](#-features-overview)
- [๐Ÿ› ๏ธ Technology Stack](#๏ธ-technology-stack)
- [๐Ÿš€ Quick Start Guide](#-quick-start-guide)
- [๐Ÿ“‹ Prerequisites](#-prerequisites)
- [๐Ÿ“ฅ Installation Steps](#-installation-steps)
- [๐ŸŽฏ How to Use](#-how-to-use)
- [โ–ถ๏ธ Launching the App](#๏ธ-launching-the-app)
- [๐ŸŽ‰ Trying Out the Features](#-trying-out-the-features)
- [๐Ÿคฒ Contributions](#-contributions)
- [๐ŸŒฑ What's Next](#-whats-next)
- [๐Ÿ™ Community Support](#-community-support)
- [๐Ÿ“„ License](#-license)

## ๐Ÿ“š Overview



**GiveBackGPT** is an initiative dedicated to creating a **fair and sustainable AI** ecosystem. This novel process orchestrates the automatic identification and crediting of **open-access content creators**, whose work is essential in training generative AI models and keeping them relatable.

By leveraging standard web search to find and credit content similar to AI-generated responses, GiveBackGPT aims to recognize and reward creators in a simple, platform-agnostic, and streamlined way. Placing creator crediting at the inference level aligns with the value extraction point, removing barriers for small AI teams to innovate and discouraging monopoly data licensing deals.

Our vision includes establishing a licensing framework where **GenAI vendors** pay for legal data access, supporting a more equitable AI economy. Additionally, an open fund governed democratically will provide monetary rewards to creators who register and grant AI usage rights.

Follow us for updates on our progress towards a comprehensive standalone solution and join us in supporting a **democratized AI future**.

## โœจ Features Overview

| Feature | Description |
|--------------------------------|-------------------------------------------------------------------------------------------------------------------|
| Chat Interface | Enables users to interact with an LLM for text-based conversations |
| Web Search | Searches the web and presents top-related web pages based on its responses |
| Integration with External APIs | Provides capabilities for LLM responses, text embedding, web scraping, and web search |
| API Keys Storage Location | Ensures storage of API keys exclusively within the user's local web browser |
| GiveBackGPT Leaderboard | Allows submission of top-related web pages to the GiveBackGPT leaderboard via Google Sheets API for author credit |
| Configuration Settings | Offers tabs for managing and setting API keys for external services |
| Responsive Design | Utilizes Bootstrap framework for ensuring responsiveness across various devices |

## ๐Ÿ› ๏ธ Technology Stack

* **HTML**: For structuring the content of the web application.
* **CSS**: For styling the application to ensure it is visually appealing and user-friendly.
* **ECMAScript (JavaScript)**: For adding interactivity and dynamic behavior to the application.
* **Bootstrap**: For a responsive and mobile-first design using pre-defined components and utilities.
* **Docker**: To ensure consistent and reliable deployment across different environments.
* **NGINX**: Used to serve the static content of the web application.

## ๐Ÿš€ Quick Start Guide

Before moving on with the installation steps, make sure the prerequisites below are satisfied.

### ๐Ÿ“‹ Prerequisites

Make sure you have [Docker](https://www.docker.com/) and [Git](https://git-scm.com/) installed.

### ๐Ÿ“ฅ Installation Steps

- Clone the project's repository

```sh
git clone [email protected]:medoidai/givebackgpt.git
```

- Navigate to the project's directory

```sh
cd givebackgpt
```

## ๐ŸŽฏ How to Use

### โ–ถ๏ธ Launching the App

```sh
docker run --rm -p 80:80 --mount type=bind,source="$(pwd)"/src,target=/usr/share/nginx/html nginx:alpine
```

### ๐ŸŽ‰ Trying Out the Features

1. Launch the web application on your local environment by visiting http://localhost/

2. Navigate to the *SETTINGS* section and input your API keys across all tabs



3. Type your question in the chat interface of *CHAT WITH ANY LLM* section and then click on the **SEND** button



4. To credit the authors in the *Similar Web Pages* section, click on the **CREDIT AUTHORS** button



## ๐Ÿคฒ Contributions

The project is open-source and we welcome your contributions!

Whether you're fixing a bug, improving documentation, or adding a new feature, your input helps enhance **GiveBackGPT** for everyone.

Please review our [Contribution Guidelines](CONTRIBUTING.md) before getting started. These guidelines outline the process for submitting pull requests and ensure that all contributions meet the standards.

## ๐ŸŒฑ What's Next

* TODO 1...
* TODO 2...
* TODO 3...

## ๐Ÿ™ Community Support

We all need support and motivation. **GiveBackGPT** is not an exception. Please give this project a โญ๏ธ to encourage and show that you liked it.

## ๐Ÿ“„ License

See our [LICENSE](LICENSE) for more details.