gpsbird / labelflow

The open platform for image labelling

Home Page:https://labelflow.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LabelFlow

LabelFlow is an open-source image labelling tool.

If you want to try the deployed version, you can visit labeflow.ai.

You can also build the web application from its source, and serve it from your machine.

Serving your own LabelFlow

This guide walks you through the steps needed to run a production-ready version of LabelFlow locally.

Before continuing, please have a look at our License ⬅️.

Prerequisites:

You need to have below listed softwares installed on your machine to run labelflow.

  • ✔️ Git 📦
  • ✔️ Node (v15.5.0 or above) 📦
  • ✔️ Yarn (v1.22.4 or above) 📦

💻 Running the Labelflow on your machine:

  1. Clone the repository on your machine using

    git clone https://github.com/labelflow/labelflow.git
  2. Go into the labelflow folder

    cd labelflow
  3. Install dependencies using yarn

    yarn install
  4. Build the web app

    yarn build:web
  5. Start the web server

    yarn start:web
  6. Open your browser and visit http://localhost:3000.

About

The open platform for image labelling

https://labelflow.ai

License:Other


Languages

Language:TypeScript 98.4%Language:JavaScript 1.3%Language:Python 0.2%Language:Shell 0.1%Language:Handlebars 0.0%