awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

25 रिपॉजिटरी

Awesome GitHub RepositoriesData Loading Extraction

Libraries for loading, collecting, and extracting data from a variety of data sources and formats.

Explore 25 awesome GitHub repositories matching part of an awesome list · Data Loading Extraction. Refine with filters or upvote what's useful.

Awesome Data Loading Extraction GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • huggingface/datasetshuggingface का अवतार

    huggingface/datasets

    21,643GitHub पर देखें↗

    Datasets is a library designed for the management, processing, and sharing of large-scale data collections for machine learning workflows. It functions as both a data processing framework and a versioning platform, providing tools to organize, filter, and transform massive datasets while ensuring reproducibility across research and development teams. The library distinguishes itself by enabling the handling of datasets that exceed available system memory. It utilizes memory-mapped file access, disk-based caching, and lazy iterative streaming to maintain performance when working with large-sca

    Hub of ready-to-use datasets for AI.

    Pythonaiartificial-intelligencecomputer-vision
    GitHub पर देखें↗21,643
  • joke2k/fakerjoke2k का अवतार

    joke2k/faker

    19,278GitHub पर देखें↗

    Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping, and privacy-preserving anonymization. It provides a comprehensive suite of tools to create diverse information types, including personal identities, financial records, geographic locations, and technical system metadata, allowing developers to populate environments with mock data that mimics real-world structures. The library is built on a modular provider architecture that supports dynamic method dispatch, enabling users to extend functionality by registering custom data genera

    Generates fake data.

    Pythondatasetfakefake-data
    GitHub पर देखें↗19,278
  • wireservice/csvkitwireservice का अवतार

    wireservice/csvkit

    6,390GitHub पर देखें↗

    csvkit is a composable Unix-style command-line toolkit for converting, filtering, and analyzing CSV files directly from the terminal. It provides a suite of focused single-purpose commands that can be combined via pipes to build complex data processing workflows, with a modular architecture that includes a column-type inference engine for automatically detecting data types and a streaming-pipeline design for efficient handling of tabular data. The toolkit distinguishes itself through its SQL-engine abstraction layer, which allows users to run SQL queries directly against CSV files without req

    Utilities for converting and working with CSV.

    Python
    GitHub पर देखें↗6,390
  • snorkel-team/snorkelsnorkel-team का अवतार

    snorkel-team/snorkel

    5,981GitHub पर देखें↗

    Snorkel is a weak supervision system that enables users to programmatically generate training labels for machine learning models without manual annotation. At its core, it provides a framework for writing labeling functions as Python callables that each vote on data points, and then trains a probabilistic graphical model over these multiple weak supervision sources to estimate latent true labels without any ground truth data. The system automatically learns accuracy and correlation parameters between labeling functions by analyzing observed agreement patterns on unlabeled data, converting lab

    Generating training data with weak supervision.

    Python
    GitHub पर देखें↗5,981
  • martinblech/xmltodictmartinblech का अवतार

    martinblech/xmltodict

    5,741GitHub पर देखें↗

    xmltodict एक Python लाइब्रेरी है जो XML दस्तावेज़ों और डिक्शनरी के बीच द्विदिश (bidirectional) सीरियलाइज़ेशन प्रदान करती है। यह एक पार्सर के रूप में कार्य करती है जो मार्क-अप इनपुट को की-वैल्यू पेयर्स में बदलती है, और एक सीरियलाइज़ेशन यूटिलिटी के रूप में जो डिक्शनरी को वापस स्ट्रक्चर्ड XML दस्तावेज़ों में बदलती है। इस प्रोजेक्ट में एक इंक्रीमेंटल स्ट्रीम प्रोसेसर शामिल है जो बड़ी XML फ़ाइलों को संभालने के लिए डेप्थ-बेस्ड कॉलबैक्स का उपयोग करता है, जबकि मेमोरी का उपयोग स्थिर रखता है। इसमें प्रीफ़िक्स और डिक्लेरेशन्स को मैप करने के लिए एक नेमस्पेस मैनेजर, और बाहरी एंटिटी एक्सपेंशन को ब्लॉक करने और इंजेक्शन हमलों को रोकने के लिए एलिमेंट नामों को वैलिडेट करने वाला एक सिक्योरिटी सैनिटाइज़र शामिल है। यह लाइब्रेरी डेटा टाइप एनफोर्समेंट की क्षमताएं प्रदान करती है, जैसे कि चाइल्ड काउंट की परवाह किए बिना विशिष्ट एलिमेंट्स को लिस्ट के रूप में प्रस्तुत करने के लिए मजबूर करना। यह उपयोगकर्ता-परिभाषित कॉलबैक्स के माध्यम से डेटा पोस्ट-प्रोसेसिंग को भी सपोर्ट करती है और कन्वर्ज़न प्रक्रिया के दौरान नेमस्पेस को एक्सपैंड, कोलैप्स या स्किप करने के लिए कॉन्फ़िगर करने योग्य कंट्रोल्स प्रदान करती है।

    Makes XML feel like working with JSON.

    Python
    GitHub पर देखें↗5,741
  • wkentaro/gdownwkentaro का अवतार

    wkentaro/gdown

    5,116GitHub पर देखें↗

    gdown is a command-line tool that downloads public files and folders from Google Drive without requiring authentication. It bypasses the mandatory virus-scan warning page to retrieve large files that conventional download tools block, and can resume interrupted transfers using HTTP range requests. Beyond simple file downloads, gdown can recursively download entire folder hierarchies while preserving the local directory structure. It lists the contents of a public folder as structured JSON without downloading the files themselves, and resolves a file's real name and extension without retrievin

    Google Drive public file downloader.

    Pythoncurldownloaddownloader
    GitHub पर देखें↗5,116
  • jazzband/tablibjazzband का अवतार

    jazzband/tablib

    4,754GitHub पर देखें↗

    Tablib सारणीबद्ध (tabular) डेटासेट को इम्पोर्ट, एक्सपोर्ट और मैनिपुलेट करने के लिए डिज़ाइन की गई एक Python लाइब्रेरी है। यह एक मल्टी-फ़ॉर्मेट डेटा कनवर्टर और मैनेजर के रूप में कार्य करता है, जो यूज़र्स को विभिन्न फ़ाइल मानकों के बीच जानकारी स्थानांतरित करने की अनुमति देता है। लाइब्रेरी CSV, JSON, YAML और Excel प्रारूपों में डेटा ट्रांसफ़ॉर्मेशन का सपोर्ट करती है। यह पंक्तियों को जोड़ने, कॉलम को फ़िल्टर करने और रिकॉर्ड्स को अलग करने के लिए इन डेटासेट को प्रबंधित करने के लिए एक प्रोग्रामेटिक इंटरफ़ेस प्रदान करती है। सिस्टम विविध इनपुट स्रोतों को सामान्य करने के लिए एक सामान्य आंतरिक प्रतिनिधित्व और एडाप्टर-आधारित मैपिंग का उपयोग करता है। यह समर्थित फ़ाइल प्रारूपों में सुसंगत पढ़ने और लिखने की दिनचर्या की अनुमति देता है।

    Tabular dataset module for multiple formats.

    Python
    GitHub पर देखें↗4,754
  • deanmalmgren/textractdeanmalmgren का अवतार

    deanmalmgren/textract

    4,623GitHub पर देखें↗

    Textract एक मल्टी-फॉर्मेट टेक्स्ट एक्सट्रैक्शन टूल और पार्सर है। यह दस्तावेज़ों, इमेजेस और ऑडियो फ़ाइलों सहित विभिन्न स्रोतों से प्लेन टेक्स्ट निकालने के लिए एक एकीकृत इंटरफेस प्रदान करता है। यह सिस्टम PDF और स्प्रेडशीट्स के लिए एक दस्तावेज़ कंटेंट पार्सर, ऑप्टिकल कैरेक्टर रिकग्निशन का उपयोग करने वाला एक इमेज टेक्स्ट एक्सट्रैक्टर, और ऑडियो रिकॉर्डिंग के लिए स्पीच-टू-टेक्स्ट ट्रांसक्राइबर के रूप में कार्य करता है।

    Extract text from any document.

    HTML
    GitHub पर देखें↗4,623
  • rom1504/img2datasetrom1504 का अवतार

    rom1504/img2dataset

    4,423GitHub पर देखें↗

    img2dataset is a high-performance image dataset pipeline and preprocessing tool designed to download and process millions of images from URLs for machine learning training. It functions as a distributed image downloader and cloud storage data exporter, moving large visual datasets from web sources directly into structured formats. The system prioritizes high-throughput data acquisition by distributing workloads across multiple CPU cores and machines. It integrates directly with remote cloud storage buckets and employs a manifest-based tracking system to resume interrupted downloads without re

    Turn image URLs into datasets.

    Pythonbig-datadatasetdeep-learning
    GitHub पर देखें↗4,423
  • camelot-dev/camelotcamelot-dev का अवतार

    camelot-dev/camelot

    3,764GitHub पर देखें↗

    Camelot is a Python library and processing engine designed to extract tabular data from PDF documents. It converts unstructured tables into machine-readable formats such as CSV, JSON, and Excel. The project provides specialized toolsets for different document types, using line detection for ruled tables and whitespace analysis for borderless tables. It includes an optical character recognition system to recover structured data from image-based scanned PDFs that lack a digital text layer. The library handles complex document layouts, including encrypted files, rotated pages, and tables that s

    Extract tabular data from PDFs.

    Python
    GitHub पर देखें↗3,764
  • sdv-dev/sdvsdv-dev का अवतार

    sdv-dev/SDV

    3,508GitHub पर देखें↗

    Synthetic data generation for tabular data

    Synthetic data generation for tabular data.

    Python
    GitHub पर देखें↗3,508
  • xlwings/xlwingsxlwings का अवतार

    xlwings/xlwings

    3,312GitHub पर देखें↗

    xlwings - Make Excel fly with Python!

    Call Python from Excel.

    Pythonautomationexcelgoogle-sheets
    GitHub पर देखें↗3,312
  • pydata/pandas-datareaderpydata का अवतार

    pydata/pandas-datareader

    3,217GitHub पर देखें↗

    Extract data from a wide range of Internet sources into a pandas DataFrame.

    Extract data from internet sources.

    Pythondatadata-analysisdataset
    GitHub पर देखें↗3,217
  • ahupp/python-magicahupp का अवतार

    ahupp/python-magic

    2,886GitHub पर देखें↗

    python-magic is a C-binding wrapper that provides a Python interface for the libmagic system library. It functions as a file signature analyzer and MIME type detector, identifying file formats by comparing header bytes against a database of known binary signatures. The library enables the identification of file types from both file paths and raw data buffers. It supports custom file signature matching through the injection of user-provided magic databases, allowing for the detection of specialized or proprietary formats. The project covers binary data analysis and MIME type mapping to transl

    Wrapper for libmagic.

    Python
    GitHub पर देखें↗2,886
  • python-excel/xlrdpython-excel का अवतार

    python-excel/xlrd

    2,205GitHub पर देखें↗

    Please use openpyxl where you can...

    Reading Excel files.

    Python
    GitHub पर देखें↗2,205
  • camelot-dev/excaliburcamelot-dev का अवतार

    camelot-dev/excalibur

    1,790GitHub पर देखें↗

    Web interface for PDF table extraction.

    Pythonextractfor-humanspdf
    GitHub पर देखें↗1,790
  • singer-io/getting-startedsinger-io का अवतार

    singer-io/getting-started

    1,342GitHub पर देखें↗

    Singer is an open source standard for moving data between databases, web APIs, files, queues, and just about anything else you can think of. The Singer spec describes how data extraction scripts — called “Taps” — and data loading scripts — called “Targets” — should communicate using a standard…

    Standard for moving data between systems.

    Makefile
    GitHub पर देखें↗1,342
  • intake/intakeintake का अवतार

    intake/intake

    1,080GitHub पर देखें↗

    Intake is a lightweight package for finding, investigating, loading and disseminating data.

    Package for finding and loading data.

    Python
    GitHub पर देखें↗1,080
  • simonw/csvs-to-sqlitesimonw का अवतार

    simonw/csvs-to-sqlite

    932GitHub पर देखें↗

    Convert CSV files into a SQLite database. Browse and publish that SQLite database with Datasette.

    Convert CSV to SQLite.

    Python
    GitHub पर देखें↗932
  • upgini/upginiupgini का अवतार

    upgini/upgini

    351GitHub पर देखें↗

    Data search & enrichment library for Machine Learning → Easily find and add relevant features to your ML & AI pipeline from hundreds of public and premium external data sources, including open & commercial LLMs

    Data search and enrichment for ML.

    Python
    GitHub पर देखें↗351
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Loading Extraction