Skip to content

droyed/datatools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-setup tools for Deep-learning

Py-Versions OS License

As the name suggests, this repository is a collection of tools that's meant to assist in data preparation needed for training deep learning models. For now, the focus is on providing tools to assist in tensorflow object detection workflows.

Installation

Update pip, install dependencies and repository :

pip install -U pip
pip install -r https://raw.githubusercontent.com/droyed/datatools/main/requirements.txt
pip install git+https://github.com/droyed/datatools.git

Documentation