Skip to content

MoriNakamura/Data-Labeling-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Labeling-UI

A simple flask-based web interface for labeling dataset. My first web application.

This project should only be run within a safe network environment and executed by trusted labellers.

Right now it only supports my own dataset and labels.

DO NOT run it in a public environment!

When I have some time, I will attempt to add more features such as login.

(I tried to apply a simple login mechanism with flask-login, but didn't have time to finish it)

To start this thing

First, clone it.

$ git clone https://github.com/phejimlin/esun_hackathon.git
$ cd Data-Labeling-UI

Create a virtualenv, and activate this:

$ python3 -m venv env
$ source env/bin/activate

After, install all necessary to run:

$ pip install -r requirements.txt

Than, run the application:

$ python run.py

To see your application, access this url in your browser:

http://localhost:5000

About

A simple flask-based web interface for labeling dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published