Skip to content

Simple demonstration of using GPT-2 in Streamlit to generate text from a seed.

License

Notifications You must be signed in to change notification settings

CaliberAI/streamlit-nlg-gpt-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Generation with GPT-2

A simple demonstration of using Streamlit with HuggingFace's GPT-2.

Development

To run locally;

  • pip install -r requirements.txt
  • streamlit run app.py

Deployment

This app works well with Heroku.

  • Install the Heroku CLI and set it up
  • heroku create
  • git push heroku master

About

Simple demonstration of using GPT-2 in Streamlit to generate text from a seed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages