A desktop interface for ODIN, my centralized GPT-2 web API.
This codebase provides both a single-page web application and an Electron app, to access and interface with my ODIN web API. This is written using the Vue.js framework. The Electron application will be available to download in the Releases section, and the web application will be available at https://odin.deadtired.me.
# Setup project
npm install
# Compile and hot-reload for development
npm run serve
# Compile and minify for production
npm run build
# Lint and optionally fix files
npm run lint
npm run lint-fix