gpt3-sandbox
GPT demo creator
A tool to easily create web demos using the GPT-3 API with minimal code and effort.
The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.
3k stars
108 watching
880 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
minimaxir/gpt-2-simple | A tool for retraining and fine-tuning the OpenAI GPT-2 text generation model on new datasets. | 3,398 |
ricklamers/gpt-code-ui | An interactive code generation and execution tool using AI models | 3,567 |
gpt-engineer-org/gpt-engineer | An AI-powered platform to experiment with software engineering tasks using natural language input. | 52,634 |
gd3kr/blendergpt | An OpenAI GPT-4 API-integrated plugin for controlling Blender using natural language commands in Python. | 4,611 |
shroominic/codeinterpreter-api | An API for executing and analyzing code in sandboxed environments | 3,803 |
jackmort/chatgpt.nvim | A plugin for Neovim that integrates with the ChatGPT API to generate natural language responses and assist with coding tasks. | 3,825 |
minimaxir/gpt-3-experiments | A collection of test prompts and generated texts for evaluating OpenAI's GPT-3 API | 701 |
karpathy/mingpt | A minimal PyTorch implementation of a transformer-based language model | 20,474 |
whoiskatrin/chart-gpt | An AI tool to generate charts from text input | 3,559 |
pythagora-io/gpt-pilot | Researches AI-assisted development of fully working apps while human oversight is required | 32,067 |
mshumer/gpt-prompt-engineer | A tool for automating the process of generating and ranking effective prompts for AI models like GPT-4, GPT-3.5-Turbo, or Claude 3 Opus. | 9,411 |
openai/gpt-2 | A repository providing code and models for research into language modeling and multitask learning | 22,644 |
ther1d/shell_gpt | A command-line tool using AI-powered language models to generate shell commands and code snippets | 9,933 |
williamfzc/chat-gpt-ppt | Automates the creation of PowerPoint presentations using ChatGPT as a backend. | 909 |
gradio-app/gradio | Enables rapid creation and deployment of web applications for machine learning models and functions using Python | 34,557 |