Code Generator based upon task prompt for different programming languages

Code Generator
Created an web app named Code Generator. It ask for task input and choose a particular language in which you want code to be written. Currently Python, Java, C++ and C language is present in the application.
Application will do 3 things :-

  1. Generate well documented code for better understanding
  2. Generate some test cases to test the above code
  3. Brief Explanation of generated code (for conceptual understanding)
    Note :- It will ask you to add your OpenAI API Key
    App Link :- Streamlit-App
1 Like