JSPM

tensorflow-image-fetcher

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q30251F
  • License ISC

simple CLI command to borrow lots of images for training tensorflow

Package Exports

  • tensorflow-image-fetcher

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tensorflow-image-fetcher) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tensorflow-image-fetcher -- TensforFlow Keyword Image Grabber

CLI tool for quickly fetching thousands of keyword images for ML training

Gathering up training images is a pain. With this CLI command, you can gather thousands of training images in a minute, organized into folders by keyword.

This was an afternoon project I wrote to help my 7-yr-old learn TensorFlow.js It has not been tested on Windows. Because I already did my time. Pull requests welcome.

To install

npm i -g tensorflow-image-fetcher

To Use

After installing globally, cd to any directory and invoke like:

tf-images "dog, cat, mouse, rat"

A tf-images directory will be created with sub-directories dog, cat etc. Each sub-directory will contain hundreds of keyword images.