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:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Obviously it’s a great idea to work together.
@mynameisvinn @davidbuniat after finishing from CSV I will start working on this.