Skip to content

artemy/openai-poetry-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Poetry generator

OpenAI Poetry generates poetry from specified prompts

Prerequisites

Usage

  • Get API Key from OpenAI Beta website.
  • Put API Key in .env file in the project folder
  • Start the docker image by running the following command from the project folder:
    docker-compose up -d
  • Once the docker image is successfully running, you should be able to access OpenAI Poetry Generator web interface at http://localhost:8000/
  • To stop the docker image, run the following command from the project folder:
    docker-compose stop

Dependencies