(Translated by https://www.hiragana.jp/)
GitHub - 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.
Skip to content

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.

License

Notifications You must be signed in to change notification settings

medoidai/givebackgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

πŸ“š 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 and Git installed.

πŸ“₯ Installation Steps

  • Clone the project's repository
git clone git@github.com:medoidai/givebackgpt.git
  • Navigate to the project's directory
cd givebackgpt

🎯 How to Use

▢️ Launching the App

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

  1. Type your question in the chat interface of CHAT WITH ANY LLM section and then click on the SEND button
  1. 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 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 for more details.

About

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published