An open API service indexing awesome lists of open source software.

https://github.com/e-roy/re-overhaul


https://github.com/e-roy/re-overhaul

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://cli.vuejs.org/config/).