yoloexplorer icon indicating copy to clipboard operation
yoloexplorer copied to clipboard

Roadmap, Scope and API design

Open AyushExel opened this issue 2 years ago • 0 comments

Scope

Roadmap to V1:

  • Dataset management - Simple ways to double down on specific parts of the dataset

Searching

  • [x] Using SQL

  • [x] Using Semantic search

  • [x] Support multiple datasets, i.e, allow semantic search across datasets (Via staging area)

  • [ ] Using natural Language / AI search - Example- "Show me all images where a person is standing next to a car and the sample should be recorded before 2015"

  • [x] Allow enriching datasets by adding/removing samples from various sources, including other datasets ( secondary datasets of data lakes)

  • [ ] Allow Various dataset formats (Users can load datasets from any format including 3rd party sources like RF, DagsHub, etc.)

  • [ ] Allow loading tables directly - local, or cloud based ( s3 etc.)

  • Allow various tasks:
  • [x] Detection
  • [ ] Segmentation
  • [ ] Classification
  • [ ] ImgFolder structure used for generative AI or diffusion model samples

API Design:

  • GUI/ Dashboard - TODO
  • Pythonic/ Notebook - TODO

AyushExel avatar Jul 30 '23 10:07 AyushExel