awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesImage Pre-processing Utilities

Functions for rescaling, binarization, and noise reduction to improve downstream analysis quality.

Explore 5 awesome GitHub repositories matching graphics & multimedia · Image Pre-processing Utilities. Refine with filters or upvote what's useful.

Awesome Image Pre-processing Utilities GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • tesseract-ocr/tesseractAvatar de tesseract-ocr

    tesseract-ocr/tesseract

    74,751Voir sur GitHub↗

    Tesseract is a neural network-based optical character recognition engine designed to convert scanned images and digital documents into machine-readable, searchable text. It functions as both a command-line utility for automating large-scale digitization workflows and a cross-platform library that can be embedded into desktop, mobile, or server-side applications. By utilizing long short-term memory networks, the engine provides robust text extraction across more than one hundred languages and dozens of scripts. The project distinguishes itself through a sophisticated document layout analysis f

    Enhance image quality through rescaling, binarization, and noise reduction to prepare raw visual data for more accurate recognition.

    C++hacktoberfestlstmmachine-learning
    Voir sur GitHub↗74,751
  • jbarlow83/ocrmypdfAvatar de jbarlow83

    jbarlow83/OCRmyPDF

    33,901Voir sur GitHub↗

    OCRmyPDF is a tool for converting image-based PDF files into machine-readable documents by adding a searchable text layer via optical character recognition. It functions as a multi-language processor capable of detecting and extracting text in over 100 different languages using linguistic data packs. The software includes a PDF image optimizer to remove image artifacts and correct page skew to improve recognition accuracy. It also provides a converter to transform scanned documents into the PDF/A standard for long-term digital archiving. The system manages PDF optimization by compressing emb

    Removes image artifacts and corrects page skew to increase character recognition accuracy.

    Python
    Voir sur GitHub↗33,901
  • simular-ai/agent-sAvatar de simular-ai

    simular-ai/Agent-S

    11,855Voir sur GitHub↗

    Agent-S is a multimodal AI agent and LLM desktop automation framework designed to control operating systems through graphical user interface interactions. It functions as a computer use interface, utilizing vision-language grounding to translate natural language goals into precise screen coordinates and system actions. The project differentiates itself by combining structured accessibility tree inspection with vision-based element localization. It manages cross-application workflows by mapping conceptual descriptions to physical pixels and simulating low-level keyboard and mouse events to mov

    Modifies visual data through resizing, compression, and grid overlays to prepare images for AI analysis.

    Pythonagent-computer-interfaceai-agentscomputer-automation
    Voir sur GitHub↗11,855
  • sensity-ai/dotAvatar de sensity-ai

    sensity-ai/dot

    4,529Voir sur GitHub↗

    Dot is a deep learning face swap tool used to replace faces in live video streams, recorded media, and static images. It functions as a deepfake media processor and real-time video manipulator that applies facial transformations through neural network mapping. The system includes a virtual camera video injector that routes processed output into a system-level virtual device to simulate a physical hardware webcam. This allows generated video to be used within third-party video conferencing software. The tool supports real-time source switching via keyboard inputs to toggle between different s

    Applies deep learning face-swapping transformations to static image files and pre-recorded video files.

    Python
    Voir sur GitHub↗4,529
  • rmtheis/tess-twoAvatar de rmtheis

    rmtheis/tess-two

    3,765Voir sur GitHub↗

    Tess-two is an optical character recognition tool and Android application designed to extract written text from images using the Tesseract engine. It functions as an image analysis utility for detecting visual artifacts, blur, and optical flow within local image files on Android devices. The project includes an image pre-processing suite used to clean and manipulate images to increase the accuracy of text recognition. This involves a pipeline that applies grayscale conversion and binarization before the recognition process. The software integrates native image processing and character analys

    Ships a suite of pre-processing utilities for binarization and noise reduction to improve OCR quality.

    C
    Voir sur GitHub↗3,765
  1. Home
  2. Graphics & Multimedia
  3. Media Processing and Analysis
  4. Media Manipulation
  5. Media Processing Workflows
  6. Image Processing Pipelines
  7. Image Pre-processing Utilities

Explorer les sous-tags

  • Face Swap ProcessingApplying identity replacement transformations to static images or pre-recorded video files. **Distinct from Image Pre-processing Utilities:** Distinct from general image pre-processing utilities: specifically implements the face-swapping transformation logic.