Skip to content
forked from scorelab/LabelLab

Machine learning supported web-base image labelling tool for researcher.

License

Notifications You must be signed in to change notification settings

msk4862/LabelLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabelLab

User Guide

How to Setup

Clone the repository.

git clone https://github.com/scorelab/Labellab.git

Set up react server

Run npm install in labellab-client folder.

 cd labellab-client/
 npm install

How to Use

Use two terminals, one for labellab-server and the other for labellab-client.

Run the Node server in the labellab-server folder:

$ npm start

start the npm server in labellab-client directory.

npm start

And use localhost:3000 to browse.

NOTE: This version is only supporting for Chrome browser. And make sure to instal the extension -> Redux Dev Tools in chrome extension library.

How to Use (Mobile)

Run the Node server in the labellab-server directory (if not already done):

npm start

In a new terminal navigate to labellab_mobile directory and build flutter the application

flutter build apk

NOTE: Use 'ios' instead of 'apk' to build for iOS

or run the flutter application

flutter run

NOTE: A device with USB debugging enabled or virtual device is required

About

Machine learning supported web-base image labelling tool for researcher.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.3%
  • Dart 38.2%
  • HTML 1.8%
  • CSS 0.8%
  • Swift 0.5%
  • Kotlin 0.4%