https://github.com/e-roy/re-overhaul
https://github.com/e-roy/re-overhaul
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/e-roy/re-overhaul
- Owner: e-roy
- Created: 2021-10-09T23:09:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T19:33:05.000Z (over 4 years ago)
- Last Synced: 2023-07-12T17:34:34.426Z (about 3 years ago)
- Language: Vue
- Homepage: https://re-overhaul.web.app/
- Size: 348 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).