An open API service indexing awesome lists of open source software.

https://github.com/ashwinraikar88/daxplore

Daxplore is a GUI Application to organize datasets. It makes easy data splitting and label review.
https://github.com/ashwinraikar88/daxplore

data-science pyqt5 python3 yolo

Last synced: about 2 months ago
JSON representation

Daxplore is a GUI Application to organize datasets. It makes easy data splitting and label review.

Awesome Lists containing this project

README

        

# Daxplore
Daxplore is a GUI Application for creating, cleaning and organizing datasets.

## Installation
```bash
$ python3 -m venv ./venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
```

## Authors