question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

In built Preprocessing module for both images and text data

See original GitHub issue

🚨🚨 Feature Request

  • Related to an existing Issue
  • A new implementation (Improvement, Extension)

Is your feature request related to a problem?

When a user going to upload the data user need to use third-party libraries to process the data like for image skimage or PIL like this instead of that creating of inbuilt hub preprocessing module can be helpful

If your feature will improve HUB

Only one package to upload data, data preprocessing, so this feature makes hub handy to the user .

Description of the possible solution

A submodule in hub for use something like hub.preprocessing and it looks like this…

class PreProcessing:
         def __init__(self,data):
              pass
         def ImageReadingBatch(self,path_to_image_dir):
             pass
         def ImageFilters(image,filters_choice=None):
            pass

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
sparkingdarkcommented, Feb 23, 2021

Obviously it’s a great idea to work together.

1reaction
sparkingdarkcommented, Feb 16, 2021

@mynameisvinn @davidbuniat after finishing from CSV I will start working on this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Preprocess - Hugging Face
Whether your data is text, images, or audio, they need to be converted and assembled into batches of tensors. Transformers provides a set...
Read more >
6.3. Preprocessing data — scikit-learn 1.2.0 documentation
The preprocessing module provides the StandardScaler utility class, which is a quick and easy way to perform the following operation on an array-like ......
Read more >
Load and preprocess images | TensorFlow Core
This tutorial shows how to load and preprocess an image dataset in three ways: First, you will use high-level Keras preprocessing utilities (such...
Read more >
Top 8 Image-Processing Python Libraries Used in Machine ...
Data scientists need to (pre) process these images before feeding them into any machine learning models. They have to do the important (and ......
Read more >
3.3. Scikit-image: image processing - Scipy Lecture Notes
Filters: functions transforming images into other images. NumPy machinery; Common filtering algorithms · Data reduction functions: computation of image histogram ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found