Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 586 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 586 Bytes

Big OMG

Big OMG is a React 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 frontend of the application only. It relies on a backend found here: https://github.com/Qlwentt/big-omg-api

Usage

It is deployed here: https://big-omg-react.uw.r.appspot.com/