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

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

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

Open-source alternatives to Algorithm

30 open-source projects similar to cosmicmind/algorithm, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Algorithm alternative.

  • attaswift/btreeالصورة الرمزية لـ attaswift

    attaswift/BTree

    1,324عرض على GitHub↗

    Fast sorted collections for Swift using in-memory B-trees

    Swift
    عرض على GitHub↗1,324
  • 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
  • ankane/searchkickالصورة الرمزية لـ ankane

    ankane/searchkick

    6,717عرض على GitHub↗

    Searchkick is an integration library and wrapper that connects application models to search engines such as Elasticsearch and OpenSearch. It functions as a search index synchronizer, automatically mirroring database records to a search server to enable full-text and vector retrieval. The project provides a high-level interface for implementing keyword search, semantic vector search, and hybrid search. It distinguishes itself through the ability to combine traditional keyword matching with vector embeddings using reranking and fusion techniques to improve precision. The library covers the end

    Ruby
    عرض على GitHub↗6,717
  • ahmed-ali/jsonexportالصورة الرمزية لـ Ahmed-Ali

    Ahmed-Ali/JSONExport

    4,812عرض على GitHub↗

    JSONExport is a multi-language code generator and JSON schema converter that transforms JSON data structures into strongly typed source code classes. It serves as an API response mapper, converting JSON objects into data transfer objects to automate the creation of model classes. The tool specializes in multi-language model synthesis, allowing users to define data models across different programming languages using a single JSON input. It generates class boilerplate, including constructors and accessors, and provides a preview pipeline to review the resulting source code before it is saved.

    Swift
    عرض على GitHub↗4,812

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

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

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

Find more with AI search
  • aio-libs/janusالصورة الرمزية لـ aio-libs

    aio-libs/janus

    963عرض على GitHub↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    عرض على GitHub↗963
  • aio-libs/multidictA

    aio-libs/multidict

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

    alandefreitas/small

    150عرض على GitHub↗

    C++ small containers

    C++
    عرض على GitHub↗150
  • alexdrone/bufferالصورة الرمزية لـ alexdrone

    alexdrone/Buffer

    350عرض على GitHub↗

    Swift μ-framework for efficient array diffs and datasource adapters.

    Swift
    عرض على GitHub↗350
  • alexdrone/storeالصورة الرمزية لـ alexdrone

    alexdrone/Store

    501عرض على GitHub↗

    Unidirectional, transactional, operation-based Store implementation.

    Swift
    عرض على GitHub↗501
  • algolia/algoliasearch-railsالصورة الرمزية لـ algolia

    algolia/algoliasearch-rails

    420عرض على GitHub↗

    AlgoliaSearch integration to your favorite ORM

    Ruby
    عرض على GitHub↗420
  • amuste/dnetindexeddbالصورة الرمزية لـ amuste

    amuste/DnetIndexedDb

    107عرض على GitHub↗

    Blazor Library for IndexedDB DOM API

    JavaScript
    عرض على GitHub↗107
  • ankane/groupdateالصورة الرمزية لـ ankane

    ankane/groupdate

    3,888عرض على GitHub↗

    Groupdate is a PostgreSQL time series aggregator and date grouping tool. It provides a set of SQL functions to group and aggregate temporal records into discrete buckets, such as days, weeks, or months, to calculate sums and averages for reports. The project focuses on ensuring continuous timelines through time series gap filling, which inserts default values for periods where no data exists. It also includes a temporal data formatter that converts grouped date-time keys into localized strings or custom formatting patterns. The tool covers broad temporal data operations, including time range

    Ruby
    عرض على GitHub↗3,888
  • ankane/lockboxالصورة الرمزية لـ ankane

    ankane/lockbox

    1,598عرض على GitHub↗

    Modern encryption for Ruby and Rails

    Ruby
    عرض على GitHub↗1,598
  • ankane/rollupالصورة الرمزية لـ ankane

    ankane/rollup

    350عرض على GitHub↗

    Rollup time-series data in Rails

    Ruby
    عرض على GitHub↗350
  • addresscloud/aws-lambda-docker-rasterioالصورة الرمزية لـ addresscloud

    addresscloud/aws-lambda-docker-rasterio

    19عرض على GitHub↗

    AWS Lambda Container Image with Python Rasterio for querying Cloud Optimised GeoTiffs.

    Python
    عرض على GitHub↗19
  • ankane/troveالصورة الرمزية لـ ankane

    ankane/trove

    80عرض على GitHub↗

    Deploy machine learning models in Ruby (and Rails)

    Ruby
    عرض على GitHub↗80
  • ankurp/dollarالصورة الرمزية لـ ankurp

    ankurp/Dollar

    4,240عرض على GitHub↗

    Dollar is a functional programming library for Swift that provides a comprehensive toolkit for collection manipulation, string processing, mathematical calculations, and date and time management. It serves as a utility suite for filtering, aggregating, and restructuring arrays and dictionaries. The project implements functional programming patterns such as currying, memoization, and function composition. It also features a chainable wrapper interface that allows multiple data transformations to be applied sequentially before extracting a final result. The library covers a wide range of capab

    Swift
    عرض على GitHub↗4,240
  • antitypical/resultالصورة الرمزية لـ antitypical

    antitypical/Result

    2,496عرض على GitHub↗

    Swift type modelling the success/failure of arbitrary operations.

    Swift
    عرض على GitHub↗2,496
  • anvaka/ngraph.graphالصورة الرمزية لـ anvaka

    anvaka/ngraph.graph

    576عرض على GitHub↗

    Graph data structure in JavaScript

    JavaScript
    عرض على GitHub↗576
  • appliedtrust/traildashالصورة الرمزية لـ AppliedTrust

    AppliedTrust/traildash

    358عرض على GitHub↗

    AWS CloudTrail Dashboard

    Go
    عرض على GitHub↗358
  • aptabase/aptabaseالصورة الرمزية لـ aptabase

    aptabase/aptabase

    1,635عرض على GitHub↗
    TypeScriptanalyticsandroidelectron
    عرض على GitHub↗1,635
  • arjarav98/dynavarالصورة الرمزية لـ ArjArav98

    ArjArav98/DynaVar

    7عرض على GitHub↗

    DynaVar is a project, written wholly in C++, whose main objective is to create a user-defined data structure capable of storing all primitive data-types.

    C++
    عرض على GitHub↗7
  • arximboldi/immerالصورة الرمزية لـ arximboldi

    arximboldi/immer

    2,854عرض على GitHub↗

    Postmodern immutable and persistent data structures for C++ — value semantics at scale

    C++
    عرض على GitHub↗2,854
  • activeloopai/deeplakeالصورة الرمزية لـ activeloopai

    activeloopai/deeplake

    9,175عرض على GitHub↗

    DeepLake is AI data infrastructure consisting of a multimodal data lake, a hybrid search engine, and a serverless vector database. It provides a PostgreSQL-based AI data runtime that combines multimodal storage with streaming pipelines to load and shuffle datasets from cloud storage directly into deep learning training pipelines. The system utilizes lazy indexing to store and slice images, audio, and video without loading entire files into memory. It enables retrieval-augmented generation by persisting high-dimensional embeddings in a serverless vector store and implementing hybrid search tha

    C++agentagentic-ragai
    عرض على GitHub↗9,175
  • aws/amazon-cognito-androidالصورة الرمزية لـ aws

    aws/amazon-cognito-android

    31عرض على GitHub↗

    ARCHIVED: Use https://github.com/aws/aws-sdk-android/

    Java
    عرض على GitHub↗31
  • aws/amazon-cognito-dotnetالصورة الرمزية لـ aws

    aws/amazon-cognito-dotnet

    10عرض على GitHub↗

    Official repository for Amazon Cognito Sync Manager SDK for Dotnet.

    C#
    عرض على GitHub↗10
  • aws/amazon-cognito-iosالصورة الرمزية لـ aws

    aws/amazon-cognito-ios

    33عرض على GitHub↗

    ARCHIVED: Use https://github.com/aws/aws-sdk-ios/

    Objective-C
    عرض على GitHub↗33
  • aws/amazon-cognito-jsالصورة الرمزية لـ aws

    aws/amazon-cognito-js

    199عرض على GitHub↗

    Amazon Cognito Sync Manager for JavaScript

    JavaScript
    عرض على GitHub↗199
  • aws/aws-cloudtrail-processing-libraryالصورة الرمزية لـ aws

    aws/aws-cloudtrail-processing-library

    95عرض على GitHub↗

    The AWS CloudTrail Processing Library helps Java developers to easily consume and process log files from AWS CloudTrail.

    Java
    عرض على GitHub↗95
  • 100apps/openshareالصورة الرمزية لـ 100apps

    100apps/openshare

    3,619عرض على GitHub↗

    ##Welcome to OpenShare.

    Objective-C
    عرض على GitHub↗3,619