Skip to content

RedHatTraining/ai-text-generation

Repository files navigation

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.1.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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published