Skip to content

NeonWizard/ODIN-Desktop

Repository files navigation

ODIN-desktop

GitHub package.json version GitHub Workflow Status GitHub Repo stars

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.

Vue commands

# 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

Customize Vue configuration

See Configuration Reference.

About

A desktop interface for ODIN, my centralized GPT-2 web API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors