Skip to main content

Wrapper for the GPT2 Api

Project description

gpt2Api-Client

Under construction!

Developed by Anirudh from TechWithAnirudh (c) 2021

Examples of How To Use (Alpha Version)

Creating A Request

start_paragraph = "Today was a fine day. I woke up and brushed my teeth. And Ate Breakfast. I was going to work When"
api = Api()
api.setApiUrl(input('Enter The Api URL: '))
print(api.ConditionalSamples(start_paragraph))
start_paragraph = "Today was a fine day. I woke up saw some news that the coding event is starting today. I love coding so I prepared. After I prepared"
api = Api()
api.setApiUrl(input('Enter The Api URL: '))
print(api.ConditionalSamples(start_paragraph))

Go to this url: https://github.com/techwithanirudh/Shared/blob/master/GPT2Api.ipynb And run the code copy the url called GPT2ApiURL=... and paste it here. This will give the json response

Very Easy To To Use GPT2 Wrapper

Info

See The Docs On How To Use This: https://techwithanirudh.blogspot.com/2021/03/docs-for-gpt2api-client-module.html

Check out: https://www.youtube.com/channel/UCmse86kaxJ3n1dDT_bXDukg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpt2Api_Client-0.1.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

gpt2Api_Client-0.1.1-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page