An open, innovative approach to build fair AI economies that include creators for sustainable growth.
Report Bug Β· Request Feature Β· Follow
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.
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 |
- 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.
Before moving on with the installation steps, make sure the prerequisites below are satisfied.
Make sure you have Docker and Git installed.
- Clone the project's repository
git clone git@github.com:medoidai/givebackgpt.git
- Navigate to the project's directory
cd givebackgpt
docker run --rm -p 80:80 --mount type=bind,source="$(pwd)"/src,target=/usr/share/nginx/html nginx:alpine
-
Launch the web application on your local environment by visiting http://localhost/
-
Navigate to the SETTINGS section and input your API keys across all tabs
- Type your question in the chat interface of CHAT WITH ANY LLM section and then click on the SEND button
- To credit the authors in the Similar Web Pages section, click on the CREDIT AUTHORS button
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.
- TODO 1...
- TODO 2...
- TODO 3...
We all need support and motivation. GiveBackGPT is not an exception. Please give this project a βοΈ to encourage and show that you liked it.
See our LICENSE for more details.