Inspiration
Everyone scours GitHub from time to time. Be it to look at cool projects, essential applications, or even exciting code snippets you will use for yourself. Now how often have you seen code that is well-documented with an amazing README? Now compare that with the hundreds of times there are 0 comments and the README is non-existent. CodeXeR is here to help.
What it does
We analyze your code for you. Run your code through our app to get your code analyzed in human-readable English.
How we built it
We use GPT-3's Code Completion API followed by passing the result into Text Completion API with an "Analyze this code" prompt and then show it on the app.
Challenges we ran into
We initially wanted to use ChatGPT as it would provide much better analysis, but it hasn't been released to the public yet. The GPT-3 API is very buggy and oftentimes returns suboptimal analysis. We therefore decided not to include the API use in the final submission due to the need for extensive text processing.
Accomplishments that we're proud of
We were able to complete the app in 36 hours with a sleek UI and a working (but buggy) prototype.
What we learned
ChatGPT will change the world.
What's next for CodeXeR
Integrating the app with ChatGPT and storing common prompts.

Log in or sign up for Devpost to join the conversation.