Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
/ gpt-2xy Public archive
forked from NaxAlpha/gpt-2xy

World of Warcraft - Quest text generator (GPT2 124M)

Notifications You must be signed in to change notification settings

Norod/gpt-2xy

 
 

Repository files navigation

World of Warcraft - Quest text generator

This repository uses a fine tuned GPT-2 (124M) model to create an interactive World of Warcraft - Quest text generator. Just type a few words, hit the button and wait ^_^

Get Started

To get started on this project, follow these steps:

  • Clone: git clone https://github.com/Norod/gpt-2xy.git and cd gpt-2xy
  • Install Dependencies: pip install -r requirements.txt
  • Run server: python main.py
  • Open Web Browser and visit: http://localhost:8080/
  • Type Hello there and press on GENERATE MORE TEXT
  • Enjoy!

You may also want to build and run this project in docker container

  • Build: docker build -t gpt-2xy . (will take some time)
  • Run: docker run -p 8080:8080 --rm -d gpt-2xy

If successful, you will see something like this:

Demo Image

An awesome Tutorial

This repository is based upon the code of the following Medium tutorial: Deploy Machine Learning Model in Google Cloud using Cloud Run

Packages

No packages published

Languages

  • Python 55.4%
  • HTML 39.8%
  • Shell 3.0%
  • Dockerfile 1.8%