Git Product home page Git Product logo

labelmarker's Introduction

LabelMarker

A small tools for marking training set label in machine learning

Install

  1. Git clone this repository in your system.
  2. Install python3 , django
  3. Enter the root path in ternimal, execute: sh django_server_start.sh
  4. Enter https://127.0.0.1:8000, enjoy it!

How to use

Homepage like this:

image

You can handwork mark training set in webpage , instead of other ways. It can improve you efficiency, and you can share this page to other. It like “crowdsourcing”.

Unlabed data will appear randomly, it can guarantee the labeled data evenly.

This is the marked data count,you can overview it:

image

The only thing that user should do is click the radio and click submit button, the new labeled data will append in label_data/label_data.txt. This file's format is:

y1 x1

y2 x2

y3 x3

…….

You should define label set in label_data/label_list.txt. This file's format is:

y1

y2

y3

….

And you should add unlabeled data in label_data/unlabeled_data.txt. This file's format is:

x1

x2

x3

...

labelmarker's People

Contributors

qq547276542 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

labelmarker's Issues

jquery.min.js load error

tagging_cache.html loades jquery.min.js locally(line 7).
Changing to load from CDN solved the problem.
Thanks for providing the good tool.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.