Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 1005 Bytes

File metadata and controls

8 lines (5 loc) · 1005 Bytes

Integration of generative language AIs for feedback generation in the autograder CodeOcean

This is a placeholder for code used for this Research Project.

There are two methods of Implementation

  • First Method is to integrate AI into the code ocean backend the code for this can be found at the path
  • Second method is to integrate AI into the exercise. For this example Python is used and the code for exercise along with chatGPT can be found at the path. For this method to work the requirement is to have a python image with openAI libraries installed and to be used as an execution environment. The image is availabe at my dockerhub 'ssingh01071994/seemantsingh1994'. You can also use your own image using the dockerfile in this repository.