Skip to content

e-roy/Re-Overhaul

Repository files navigation

Re-Overhaul

OpenAI Codex Hackathon, Deep Learning Labs #5, 10-9-21

Re-Overhaul is a web application that utilizes OpenAI Codex and GPT-3 to optimize user submitted code. Users input a block of code, its input language and desired improvements. GPT-3 processes each block of code line by line for further review. Users pick lines of code for increased understanding. Codex reprocesses and updates towards users requests. Users can also translate blocks of code between coding languages.

Google slides presentation: https://docs.google.com/presentation/d/1ucM8uc4eG_Lo_i4NyuiUk9RE_S2ax2mdQVva5gJSCYI/edit?usp=sharing

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.