Skip to main content

Python package for build dataset for Machine Learning

Project description

MLDatasetBuilder

Python package for build Dataset for Machine Learning

python version PyPI

Whenever we begin a machine learning project, the first thing that we need is a dataset. Dataset will be the pillar of training model. You can build the dataset either automatically or manually. MLDatasetBuilder is a python package which is help to prepare image for your ML dataset.

Author: Karthick Nagarajan

Email: karthick965938@gmail.com

Installation

We can install MLDatasetBuilder package using this command

pip install MLDatasetBuilder

Available Operations

  1. Remove unwanted format images and Rename image files
PrepareImage(folder_name, image_name)
#PrepareImage('images', 'dog')
  1. Extract images from video file
ExtractImages(video_path, filename, framesize)
#ExtractImages('video.mp4', 'frame', 10)

Step1 - Get images from google

Yes, we can get images from Google. Using the Download All Images browser extension we can easily get images in a few minutes. You can check out here for more details about this extension!

Contact

MLDatasetBuilder was created by Karthick Nagarajan. Feel free to reach out on Twitter or through Email!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MLDatasetBuilder-0.0.4.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

MLDatasetBuilder-0.0.4-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page