Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AI based code generation pipeline #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stoerr
Copy link

@stoerr stoerr commented Apr 8, 2024

Hi!

The AI based code generation pipeline provides a way to generate code or text from source files and prompt files so that
the output is only regenerated when the input(s) have changed. Thus it is suitable for code generation in projects -
this saves time e.g. if used in a build process and there is no need to check the (normally checked in) generation
result again until that is really needed.

There is a command line tool and a small Java framework if many files need to be checked / generated.

Github: https://github.com/stoerr/AIGenPipeline
Site: https://aigenpipeline.stoerr.net/
Language: Java
Licence: Apache-2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant