awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to twitter/scalding

Open-source alternatives to Scalding

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

  • twitter/summingbirdtwitter avatar

    twitter/summingbird

    2,125View on GitHub↗

    Streaming MapReduce with Scalding and Storm

    Scala
    View on GitHub↗2,125
  • twitter/algebirdtwitter avatar

    twitter/algebird

    2,297View on GitHub↗

    Abstract Algebra for Scala

    Scala
    View on GitHub↗2,297
  • bigdatagenomics/adambigdatagenomics avatar

    bigdatagenomics/adam

    1,053View on GitHub↗

    ADAM is a genomics analysis platform with specialized file formats built using Apache Avro, Apache Spark, and Apache Parquet. Apache 2 licensed.

    Scala
    View on GitHub↗1,053
  • ray-project/rayray-project avatar

    ray-project/ray

    42,895View on GitHub↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    Pythondata-sciencedeep-learningdeployment
    View on GitHub↗42,895
  • biddata/bidmatBIDData avatar

    BIDData/BIDMat

    269View on GitHub↗

    A CPU and GPU-accelerated matrix library for data mining

    Scala
    View on GitHub↗269

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bioscala/bioscalabioscala avatar

    bioscala/bioscala

    115View on GitHub↗

    Bioinformatics for the Scala programming language

    Scala
    View on GitHub↗115
  • scalanlp/breezescalanlp avatar

    scalanlp/breeze

    3,453View on GitHub↗

    Breeze is/was a numerical processing library for Scala.

    Scala
    View on GitHub↗3,453
  • xerial/xerialxerial avatar

    xerial/xerial

    19View on GitHub↗

    Data management utilities for Scala

    Scala
    View on GitHub↗19
  • biddata/bidmachBIDData avatar

    BIDData/BIDMach

    919View on GitHub↗

    CPU and GPU-accelerated Machine Learning Library

    Scala
    View on GitHub↗919
  • morvanzhou/tutorialsMorvanZhou avatar

    MorvanZhou/tutorials

    12,952View on GitHub↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Pythonmachine-learningmultiprocessingneural-network
    View on GitHub↗12,952
  • patchy631/machine-learningpatchy631 avatar

    patchy631/machine-learning

    1,540View on GitHub↗

    This repository serves as an educational collection of interactive notebooks and code examples designed to demonstrate fundamental machine learning and deep learning concepts. It provides a structured environment for exploring data science workflows, ranging from basic numerical computing and statistical analysis to the construction of complex neural network architectures. The project distinguishes itself through a focus on hands-on experimentation, offering practical implementations for tasks such as computer vision, natural language processing, and statistical simulation. Users can engage w

    Jupyter Notebook
    View on GitHub↗1,540
  • electricitymaps/electricitymaps-contribelectricitymaps avatar

    electricitymaps/electricitymaps-contrib

    4,008View on GitHub↗

    This project provides a suite of interfaces and tools for accessing electricity carbon intensity and production metrics. It includes an API for real-time and historical data, a geographic power data map for visualizing regional carbon intensity and renewable energy percentages, and a system for extracting datasets required for standardized greenhouse gas emissions reporting. The project features an interactive API sandbox that allows users to test requests and inspect data responses without writing code. It also includes mechanisms for institutional email verification to manage access to hist

    Pythonappclimate-changedata-visualization
    View on GitHub↗4,008
  • lijin-thu/notes-pythonlijin-THU avatar

    lijin-THU/notes-python

    7,132View on GitHub↗

    This project is a collection of educational notes and tutorials focused on Python programming, scientific computing, and data analysis. It serves as a reference for learning language basics, advanced techniques, and object-oriented design. The materials include implementation guides for building linear, logistic, and convolutional neural networks using symbolic graph frameworks. It also provides instruction on manipulating and visualizing structured data frames and performing complex mathematical operations through numerical libraries. The repository includes a system for converting interact

    Jupyter Notebookanacondamatplotlibnumpy
    View on GitHub↗7,132
  • morvanzhou/tensorflow-tutorialMorvanZhou avatar

    MorvanZhou/Tensorflow-Tutorial

    4,334View on GitHub↗

    This project is a collection of educational resources and reference implementations for neural network development using TensorFlow. It serves as a comprehensive learning course, machine learning curriculum, and practical implementation guide for building deep learning architectures. The codebase provides instructional materials and examples covering a wide range of model types, including convolutional neural networks for image classification, recurrent networks and long short-term memory cells for sequential data, and autoencoders for generative modeling. It also includes implementations for

    Pythonautoencoderclassificationcnn
    View on GitHub↗4,334
  • gto76/python-cheatsheetgto76 avatar

    gto76/python-cheatsheet

    38,499View on GitHub↗

    This project is a comprehensive technical reference and programming cheatsheet for the Python language. It serves as a curated catalog of language features, syntax patterns, and standard library functions designed to help developers identify and apply correct coding patterns. The documentation covers a broad range of functional areas, including language fundamentals such as object-oriented structuring, functional logic, and list comprehensions. It also provides guidance on utilizing the standard library for data analysis, file management, networking, and concurrent execution. The reference e

    Pythoncheatsheetpythonpython-cheatsheet
    View on GitHub↗38,499
  • apache/incubator-mxnetapache avatar

    apache/incubator-mxnet

    20,812View on GitHub↗

    Apache MXNet is a deep learning framework and distributed machine learning library designed for training and deploying neural networks across distributed systems, mobile devices, and hardware accelerators. It functions as a cross-platform runtime and a dynamic dataflow scheduler that optimizes neural network execution. The framework provides a multi-language API, enabling the development of machine learning models using Python, R, Julia, Scala, Go, and JavaScript. It supports high-performance model training and the scaling of workloads across multiple GPUs and machines. The system covers cap

    C++
    View on GitHub↗20,812
  • apache/flinkapache avatar

    apache/flink

    26,086View on GitHub↗

    Apache Flink is a distributed processing engine designed for both high-throughput, low-latency data streams and finite batch workloads. It functions as a stateful stream processor and a SQL stream processing engine, providing a unified runtime to execute relational queries and event-based transformations. The system is distinguished by its ability to manage persistent operator state to ensure exactly-once processing guarantees and consistency during failures. It features specialized capabilities for complex event processing to detect temporal patterns and handles out-of-order events using eve

    Java
    View on GitHub↗26,086
  • alexgutteridge/rsrubyalexgutteridge avatar

    alexgutteridge/rsruby

    334View on GitHub↗

    Ruby - R bridge.

    Ruby
    View on GitHub↗334
  • ankane/epsankane avatar

    ankane/eps

    687View on GitHub↗

    Machine learning for Ruby

    Ruby
    View on GitHub↗687
  • andreibondarev/langchainrbandreibondarev avatar

    andreibondarev/langchainrb

    1,989View on GitHub↗

    Build LLM-powered applications in Ruby

    Ruby
    View on GitHub↗1,989
  • alejandro-isaza/braincorealejandro-isaza avatar

    alejandro-isaza/BrainCore

    378View on GitHub↗

    The iOS and OS X neural network framework

    Swift
    View on GitHub↗378
  • airbnb/aerosolveairbnb avatar

    airbnb/aerosolve

    4,804View on GitHub↗

    Aerosolve is a machine learning framework designed for training and deploying interpretable models. It functions as a feature engineering tool and a model trainer that utilizes sparse feature modeling to simplify weight debugging and accelerate data iteration. The system includes a specialized domain-specific transformation language for converting raw data families into model-ready representations. It also provides capabilities for visual content analysis by mapping images into dense high-dimensional vector spaces to rank and organize data by style or content. The framework allows for human-

    Scala
    View on GitHub↗4,804
  • asafschers/scorubyasafschers avatar

    asafschers/scoruby

    70View on GitHub↗

    Ruby Scoring API for PMML

    Ruby
    View on GitHub↗70
  • autonomio/talosautonomio avatar

    autonomio/talos

    1,637View on GitHub↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    View on GitHub↗1,637
  • autowarefoundation/modelzooautowarefoundation avatar

    autowarefoundation/modelzoo

    63View on GitHub↗

    A collection of machine-learned models for use in autonomous driving applications.

    Python
    View on GitHub↗63
  • avibryant/brushfireA

    avibryant/brushfire

    0View on GitHub↗
    View on GitHub↗0
  • avibryant/simmerA

    avibryant/simmer

    0View on GitHub↗
    View on GitHub↗0
  • aws/aws-sdk-rubyaws avatar

    aws/aws-sdk-ruby

    3,658View on GitHub↗

    The official AWS SDK for Ruby

    Ruby
    View on GitHub↗3,658
  • axiomhq/mcp-server-axiomaxiomhq avatar

    axiomhq/mcp-server-axiom

    61View on GitHub↗

    Axiom Model Context Protocol Server

    Go
    View on GitHub↗61
  • arogozhnikov/einopsarogozhnikov avatar

    arogozhnikov/einops

    9,398View on GitHub↗

    Einops is a tensor manipulation library that provides a framework-agnostic interface for reshaping, Einstein summation, and multi-dimensional array operations. It serves as an abstraction layer that works across NumPy, PyTorch, TensorFlow, and JAX, allowing for tensor transformations without changing the API. The library distinguishes itself through a declarative notation system that uses readable string patterns to describe tensor rearrangements and reductions. This approach includes an extended Einstein summation interface that supports multi-letter axis names and a named dimension mapping

    Pythoncupydeep-learningeinops
    View on GitHub↗9,398