Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.03 KB

Lobe Chrome Extension with React and Typescript

Lobe Chrome extension that hits Lobe's local API.

Download Lobe

This requires version 0.9 of Lobe or higher. Download Lobe.

Features

  • Project Selection
  • Image Inference
  • Add to Dataset
  • Add New Label to Dataset

Development

Install

npm install

Usage

npm run watch

Build

npm run build

Load in Browser while developing

  • Go to Extensions for browser (Edge/Chrome)
  • Enabled Developer mode as required.
  • Load Unpacked
  • Select dist directory

Load in Browser

  • Download LobeBrowserExtension
  • Unzip
  • Go to Extensions for browser (Edge/Chrome)
  • Enabled Developer mode as required.
  • Load Unpacked
  • Select unzipped LobeBrowserExtension directory