Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 594 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 594 Bytes

Text Generator

AI writing assistant (prototype).

Usage

  1. Run the container:

    podman run --rm -ti -p 8482:8482 quay.io/redhattraining/ai-text-generator

  2. Install the extension in VSCode

    code --install-extension extension/rht-text-generator/rht-text-generator-0.0.2.vsix

Retrain the model

  1. Build the dataset from courses:

    COURSE_DIR=... python build_dataset.py

  2. Train:

    ./train

Rebuild the model server image

podman build . -t quay.io/redhattraining/ai-text-generator

Publish the image

podman push quay.io/redhattraining/ai-text-generator