awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to randomfractals/geo-data-viewer

Open-source alternatives to Geo Data Viewer

30 open-source projects similar to randomfractals/geo-data-viewer, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Geo Data Viewer alternative.

  • earthbigdata/opensarE

    EarthBigData/openSAR

    0عرض على GitHub↗

    NOTE: PLEASE CHANGE ALL import gdal imports to ` from osgeo import gdal ` in all python programs and notebooks

    عرض على GitHub↗0
  • johmast/imagefusionالصورة الرمزية لـ JohMast

    JohMast/ImageFusion

    34عرض على GitHub↗

    Temporal fusion of raster image time-Series. R interface for the imagefusion framework, which provides implementation of the FITFC, ESTARFM and STARFM algorithms in C++.

    C++
    عرض على GitHub↗34
  • mrdbourke/zero-to-mastery-mlالصورة الرمزية لـ mrdbourke

    mrdbourke/zero-to-mastery-ml

    5,839عرض على GitHub↗

    This project is a machine learning educational curriculum and learning platform delivered through interactive Jupyter Notebooks. It serves as a comprehensive guide for mastering the Python data science toolkit, providing structured tutorials for numerical computing, tabular data manipulation, and statistical visualization. The curriculum includes specific implementation guides for Scikit-Learn and a practical course on TensorFlow for constructing, training, and deploying neural networks and computer vision models. It covers the end-to-end process of building predictive models, from initial pr

    Jupyter Notebookdata-sciencedeep-learningmachine-learning
    عرض على GitHub↗5,839
  • karpathy/neuraltalk2الصورة الرمزية لـ karpathy

    karpathy/neuraltalk2

    5,588عرض على GitHub↗

    Neuraltalk2 is a deep learning vision system designed for automatic image captioning. Built with PyTorch, it utilizes a hybrid architecture that combines a convolutional neural network encoder with a recurrent neural network decoder to generate textual descriptions from visual input. The project features a GPU-accelerated training pipeline capable of distributing workloads across multiple graphics processing units through multi-process distribution. It supports the generation of descriptions for both static image files and real-time video streams. The framework includes capabilities for enco

    Jupyter Notebook
    عرض على GitHub↗5,588

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • udacity/self-driving-carالصورة الرمزية لـ udacity

    udacity/self-driving-car

    6,312عرض على GitHub↗

    This is an open-source autonomous driving perception pipeline that processes camera and lidar sensor data to detect, track, and fuse objects in real-world driving environments. The project integrates an end-to-end perception workflow combining sensor calibration, deep learning object detection, Kalman filter tracking, and sensor fusion for robust scene understanding. The pipeline includes camera calibration tools to remove lens distortion from raw images, deep learning model training for object classification and detection, and multi-object tracking using Kalman filters with data association

    Jupyter Notebook
    عرض على GitHub↗6,312
  • dipanjans/practical-machine-learning-with-pythonالصورة الرمزية لـ dipanjanS

    dipanjanS/practical-machine-learning-with-python

    2,380عرض على GitHub↗

    This project serves as a comprehensive educational resource and curriculum for mastering machine learning and deep learning within the Python data science ecosystem. It provides a structured collection of tutorials and code examples designed to guide users through the end-to-end process of building, training, and deploying predictive models. The material focuses on practical implementation, covering the construction of machine learning pipelines that integrate data processing, feature engineering, and model training. It distinguishes itself by offering hands-on guidance for complex domains, i

    Jupyter Notebookclassificationclusteringcomputer-vision
    عرض على GitHub↗2,380
  • dhi-gras/rmstripesالصورة الرمزية لـ DHI-GRAS

    DHI-GRAS/rmstripes

    15عرض على GitHub↗

    Remove stripes from images with a combined wavelet/FFT approach

    Python
    عرض على GitHub↗15
  • eecn/hyperspectral-classificationالصورة الرمزية لـ eecn

    eecn/Hyperspectral-Classification

    584عرض على GitHub↗

    A Python tool to perform deep learning experiments on various hyperspectral datasets.

    Python
    عرض على GitHub↗584
  • facebookresearch/auglyالصورة الرمزية لـ facebookresearch

    facebookresearch/AugLy

    5,086عرض على GitHub↗

    AugLy is a multimodal data augmentation library and machine learning dataset augmentor. It provides a system for generating synthetic variations of training data across audio, image, text, and video datasets to increase sample diversity and improve model robustness. The library functions as a multimedia noise simulator, specifically designed to mimic real-world user captures by overlaying social media templates and internet artifacts onto media. It includes a data provenance tracker to record the specific transformations and intensity levels applied to each piece of augmented data. The tool

    Python
    عرض على GitHub↗5,086
  • idealo/imagededupالصورة الرمزية لـ idealo

    idealo/imagededup

    5,642عرض على GitHub↗

    imagededup is a Python library used for finding exact and near-duplicate images. It provides utilities for generating image fingerprints, computing neural embeddings, and evaluating the precision of deduplication processes. The tool utilizes perceptual hashing to identify visually similar files regardless of size or format and employs deep learning models to encode images into vectors for high-accuracy similarity searches. It includes a system for measuring the precision and recall of these processes by comparing results against known ground truth datasets. The library covers broader capabil

    Python
    عرض على GitHub↗5,642
  • johannesbuchner/imagehashالصورة الرمزية لـ JohannesBuchner

    JohannesBuchner/imagehash

    3,845عرض على GitHub↗

    ImageHash

    Python
    عرض على GitHub↗3,845
  • kornia/korniaالصورة الرمزية لـ kornia

    kornia/kornia

    11,238عرض على GitHub↗

    Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision operations as differentiable tensors to enable integration into deep learning pipelines and supports the transpilation of operations across PyTorch, TensorFlow, JAX, and NumPy. The project provides specialized toolsets for geometric vision and stereo depth, including algorithms for 3D scene reconstruction, camera calibration, and pose estimation. It further distinguishes itself as a differentiable image augmentation framework, applying random geometric and color transformations w

    Pythonartificial-intelligencecomputer-visiondeep-learning
    عرض على GitHub↗11,238
  • microsoft/landcoverالصورة الرمزية لـ microsoft

    microsoft/landcover

    205عرض على GitHub↗

    This repository holds both the frontend web-application and backend server that make up our "Land Cover Mapping" tool.

    Jupyter Notebook
    عرض على GitHub↗205
  • noahzn/fohisN

    noahzn/FoHIS

    0عرض على GitHub↗

    Ning Zhang, Lin Zhang*, and Zaixi Cheng

    عرض على GitHub↗0
  • nuno-faria/tilerالصورة الرمزية لـ nuno-faria

    nuno-faria/tiler

    6,047عرض على GitHub↗

    Tiler is an image mosaic generator and tiling engine designed to assemble large composite images by arranging a collection of smaller tiles to match a target visual. It functions as a tool for algorithmic art composition, mapping source image fragments to target pixel data. The system includes a mosaic tile library generator that produces multiple colored versions and rotations of a source image. This process expands the available tile set to increase the accuracy of the final composite visual. The project handles the technical process of mosaic creation through grid-based spatial partitioni

    Python
    عرض على GitHub↗6,047
  • obss/sahiالصورة الرمزية لـ obss

    obss/sahi

    5,372عرض على GitHub↗

    SAHI is a sliced inference framework and computer vision pipeline designed to detect small objects in high-resolution images. It provides a system for dividing large images into overlapping patches to prevent the detail loss that typically occurs during standard model downscaling, alongside an image tiling utility and a COCO dataset toolkit. The project distinguishes itself by offering a model-agnostic prediction wrapper that standardizes different machine learning frameworks into a unified interface. This allows it to implement sliced inference and object detection across various model backe

    Python
    عرض على GitHub↗5,372
  • open-source-agriculture/geotiffالصورة الرمزية لـ Open-Source-Agriculture

    Open-Source-Agriculture/geotiff

    236عرض على GitHub↗

    A noGDAL tool for reading geotiff files

    Python
    عرض على GitHub↗236
  • opencv/opencv-pythonالصورة الرمزية لـ opencv

    opencv/opencv-python

    5,298عرض على GitHub↗

    This project is a Python wrapper for the OpenCV computer vision library, providing a bridge that exposes high-performance C++ functions to the Python programming language. It serves as a collection of tools for real-time image processing, object detection, and machine learning on visual data. The project provides precompiled binary distributions, allowing for the integration of vision capabilities into Python applications without requiring a local C++ compiler. It offers multi-variant package distributions, including headless versions designed for server or cloud environments where a graphica

    Pythonmanylinuxopencvopencv-contrib-python
    عرض على GitHub↗5,298
  • pangeo-data/xbatcherP

    pangeo-data/xbatcher

    0عرض على GitHub↗

    xbatcher: Batch Generation from Xarray Datasets

    عرض على GitHub↗0
  • photoprism/photoprismالصورة الرمزية لـ photoprism

    photoprism/photoprism

    39,816عرض على GitHub↗

    PhotoPrism is a self-hosted digital asset management platform designed to organize, classify, and manage large collections of photos and videos on personal infrastructure. It functions as a private alternative to cloud-based services, ensuring that all media remains under the user's control. The platform utilizes neural-network-based media analysis to automatically detect objects, faces, and locations, providing a comprehensive, AI-powered approach to library organization. The project distinguishes itself through its containerized architecture, which simplifies deployment and lifecycle manage

    Goaigolanggoogle-photos
    عرض على GitHub↗39,816
  • plant99/felicetteالصورة الرمزية لـ plant99

    plant99/felicette

    1,838عرض على GitHub↗

    Satellite imagery for dummies.

    Python
    عرض على GitHub↗1,838
  • sshuair/dl-satellite-dockerS

    sshuair/dl-satellite-docker

    0عرض على GitHub↗

    Deep learning docker files and docker images for geospatial anaysis. It contains the most popular deep learning frameworks(PyTorch and Tensorflow) with CPU and GPU support (CUDA and cuDNN included). And some other commonly used packages in machine learning and geospatial anaysis.

    عرض على GitHub↗0
  • sshuair/torchvision-enhanceالصورة الرمزية لـ sshuair

    sshuair/torchvision-enhance

    396عرض على GitHub↗

    TorchSat is an open-source deep learning framework for satellite imagery analysis based on PyTorch.

    Python
    عرض على GitHub↗396
  • syllo/nvtopالصورة الرمزية لـ Syllo

    Syllo/nvtop

    10,150عرض على GitHub↗

    nvtop is a terminal-based dashboard used for monitoring the performance, memory usage, and temperature of multiple graphics processors and hardware accelerators. It functions as a centralized administration tool to track the health and compute load of several devices across a single system. The tool distinguishes itself by correlating system process IDs with hardware resource consumption, allowing users to identify specific applications consuming GPU resources. It employs a vendor-agnostic abstraction layer to support hardware from multiple different manufacturers within a single interface.

    Cadrenoamdapple
    عرض على GitHub↗10,150
  • up42/fake-geo-imagesالصورة الرمزية لـ up42

    up42/fake-geo-images

    28عرض على GitHub↗

    A module to programmatically create geotiff images which can be used for unit tests.

    Python
    عرض على GitHub↗28
  • activeloopai/hubالصورة الرمزية لـ activeloopai

    activeloopai/Hub

    9,177عرض على GitHub↗

    Hub is a multimodal AI data lake and vector database designed for storing and querying embeddings, text, audio, and images. It functions as a dataset version control system and a machine learning data streaming engine to support large-scale model training. The system utilizes a serverless PostgreSQL vector store to index high-dimensional embeddings for semantic search. It provides a visual interface for inspecting multimodal datasets and viewing annotations such as bounding boxes and masks. The platform handles cloud-agnostic storage synchronization and implements lazy, compressed data strea

    C++
    عرض على GitHub↗9,177
  • voxel51/fiftyoneالصورة الرمزية لـ voxel51

    voxel51/fiftyone

    10,841عرض على GitHub↗

    FiftyOne is a visual tool for curating, analyzing, and managing image and video datasets for machine learning model training. It serves as a platform for identifying annotation errors, refining ground truth labels, and evaluating vision model performance by comparing predictions against ground truth to identify failure modes. The system functions as a containerized data platform that supports team collaboration on large-scale visual datasets in a cloud environment. It includes specialized capabilities for exploring high-dimensional embeddings to discover data clusters and retrieve correspondi

    Python
    عرض على GitHub↗10,841
  • albumentations-team/albumentationsالصورة الرمزية لـ albumentations-team

    albumentations-team/albumentations

    15,308عرض على GitHub↗

    Albumentations is a computer vision image augmentation library designed to increase training data diversity for deep learning models. It provides a toolset for applying geometric and color transformations to images and annotations, including a specialized collection of 3D operations for volumetric data used in medical and scientific imaging. The library functions as an image mask and bounding box transformer, automatically updating masks, bounding boxes, and keypoints when images undergo geometric changes. This ensures that spatial alterations remain synchronized across images and their assoc

    Python
    عرض على GitHub↗15,308
  • andrewekhalel/sewarالصورة الرمزية لـ andrewekhalel

    andrewekhalel/sewar

    613عرض على GitHub↗

    )](https://github.com/andrewekhalel/sewar/actions/workflows/workflow.yaml)

    Python
    عرض على GitHub↗613
  • bodenmillergroup/xtiffالصورة الرمزية لـ BodenmillerGroup

    BodenmillerGroup/xtiff

    30عرض على GitHub↗

    A tiny Python library for writing multi-channel TIFF stacks.

    Python
    عرض على GitHub↗30