Skip to content

RedHatTraining/ai-text-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f6fa8ae · Feb 26, 2025

History

15 Commits
May 14, 2021
Feb 26, 2025
May 17, 2021
Jan 27, 2025
May 20, 2021
May 29, 2024
Jan 27, 2025
Mar 14, 2023
Jan 27, 2025
May 17, 2021
May 17, 2021
May 20, 2021
Jan 27, 2025
Jan 27, 2025

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published