Big OMG is a full stack application that analyzes the time complexity of user-inputted code. It aims to help developers optimize their algorithms by providing insights into the performance of their code.
It uses OpenAI's GPT-3.5 model to generate the time complexity of the code. The model is able to generalize to unseen code snippets and provide accurate time complexity information.
This is the backend of the application only. The frontend is located here: https://github.com/Qlwentt/big-omg-react
The application can be found here: https://big-omg-react.uw.r.appspot.com/