Skip to content

gpsbird/labelflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.3%
  • Other 0.3%