Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duydvu/easy-label
Labelling tool for labelling dataset without hardness
https://github.com/duydvu/easy-label
csv flask labeling-tool machine-learning mongodb nodejs python reactjs
Last synced: 9 days ago
JSON representation
Labelling tool for labelling dataset without hardness
- Host: GitHub
- URL: https://github.com/duydvu/easy-label
- Owner: duydvu
- License: gpl-3.0
- Created: 2019-07-02T07:11:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T23:37:40.000Z (about 2 years ago)
- Last Synced: 2024-11-20T23:58:40.475Z (2 months ago)
- Topics: csv, flask, labeling-tool, machine-learning, mongodb, nodejs, python, reactjs
- Language: JavaScript
- Size: 3.12 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EASY-LABEL PROJECT
Ease-label is designed for Machine Learning, Deep Learning projects to easily label data from dataset with friendly UI that help to increase productivity.Features:
- Provides user interface to show each item from dataset with easy to read layout.
- Easily label data with provided buttons.
- Configurations are simple, initial configurating is fast.
- Support CSV files.## Prerequisites
- Python3
- MongoDB
- Node.js## HOW TO RUNS
- Open a terminal, run:
```
npm start
```
- Open another terminal, run:
```
python3 run.py
```After a while, the UI is automatically opened in the default browser.
![Capture image](static/images/capture.png)