Inspiration

Code readability is a problem in the tech world that often goes unaddressed. Adding comments that explain your code makes your code much more understable and looks much more professional.

What it does

Auto Comments uses the OpenAI API to get our comments. This then goes to the website and reports back to the user.

How we built it

We first made a python file that built a new version of the input code with the OpenAI API. It then sends this to our JS file, which using Flask, connects it to our website and prints the result to the user.

Challenges we ran into

We had a lot of trouble making our back-end, especially with working with Flask.

Accomplishments that we're proud of

Being able to finish the project on time and using OpenAI API.

What we learned

How to use Flask, other APIs, etc.

What's next for Auto Comments

Recognize other languages Make the website cleaner

Built With

Share this project:

Updates