Multi Code Review and Generation (MCRAG)

This LLM-based system, inspired by GAN design, uses a generator and two critics to generate and iteratively improve written code based on critics' feedback. The generator produces code while the critics evaluate its correctness and efficiency and provide feedback for further refinement.

How to Add Images to Projects

To add an image to your project preview, just add the img: field in the front matter above.

Image Location

Place your project images in: assets/img/

For example:

  • assets/img/my-project.jpg
  • assets/img/project1.png

Then reference it as: img: assets/img/my-project.jpg