8000 GitHub - gresci/gpt2-api: 🤖 Run your own GPT-2 API. Post writing prompts, get AI-generated responses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🤖 Run your own GPT-2 API. Post writing prompts, get AI-generated responses

License

Notifications You must be signed in to change notification settings

gresci/gpt2-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP API that lets you make (concurrent) GPT-2 requests and receive the generated text output as JSON.

Build n Run

./bnr.sh

Uses a docker image to remove the complexity of getting a working python+tensorfloww environment working locally.

You can then send a request with

curl --request POST --data '{"wp":"Never gonna give you up"}' http://localhost:2666/wp

About

🤖 Run your own GPT-2 API. Post writing prompts, get AI-generated responses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 86.4%
  • Dockerfile 11.3%
  • Shell 2.3%
0