Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A curated list of Machine Learning libraries and resources for the Elixir programming language.
| Date | Stars |
|---|---|
| 2026-07-31 | 289 |
| 2026-08-01 | 289 |
| 2026-08-06 | 289 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<div align="center">  # Awesome ML & GenAI in Elixir A curated list of Machine Learning (ML) and Generative AI (GenAI) packages and resources for the [Elixir](https://elixir-lang.org/) programming language. Besides giving an overview for experienced Elixir developers, this list can be useful for ML and AI practitioners looking for other ecosystems. </div> <br /> ## Contents - [Core Tools](#core-tools) - [Machine Learning](#machine-learning) - [Traditional Machine Learning](#traditional-machine-learning) - [Deep Learning](#deep-learning) - [Computer Vision](#computer-vision) - [Vector Search & Similarity](#vector-search--similarity) - [Generative AI](#generative-ai) - [LLM Tools](#llm-tools) - [Agent Frameworks](#agent-frameworks) - [Development Tools](#development-tools) - [Livebooks & Examples](#livebooks--examples) - [Resources](#resources) ## Core Tools - [Nx](https://github.com/elixir-nx/nx) - Tensors for Elixir with compilation to CPU/GPU. It is the base for a lot of other libraries. - [Explorer](https://github.com/elixir-explorer/explorer) - Series and dataframes for data exploration in Elixir. - [Livebook](https://livebook.dev/) - Write interactive and collaborative notebooks, with integrations to databases, messaging, visualization and more. - [Kino](https://github.com/livebook-dev/kino) - Render rich and interactive output. Used in Livebook. - [Pythonx](https://github.com/livebook-dev/pythonx) - Embeds a Python interpreter directly into Elixir via NIF, running in the same OS process as the BEAM. Enables Elixir apps and Livebooks to call Python ML libraries directly. ## Machine Learning ### Traditional Machine Learning - [Scholar](https://github.com/elixir-nx/scholar) - Traditional machine learning tools built on top of Nx. Implements algorithms for: - Classification - Regression - Clustering - Dimensionality reduction - Metrics and preprocessing - [EXGBoost](https://github.com/acalejos/exgboost) - Decision Trees implemented using the [XGBoost C API](https://xgboost.readthedocs.io/en/latest/c.html). - [Mockinjay](https://github.com/acalejos/mockingjay) - Implementation of Microsoft's [Hummingbird](https://github.com/microsoft/hummingbird) library for converting trained Decision Tree models into Nx tensor computations. - [Soothsayer](https://github.com/georgeguimaraes/soothsayer) - Time series forecasting library inspired by Facebook's Prophet and NeuralProphet. - [Ulam](https://github.com/tmbb/ulam_ex) - Elixir interface to [Stan](https://mc-stan.org/), a probabilist programming language. ### Deep Learning - [Axon](https://github.com/elixir-nx/axon) - Neural Networks for Elixir. Built with Nx. - [Bumblebee](https://github.com/elixir-nx/bumblebee) - Pre-trained neural network models on top of Axon. Provides integration with [Hugging Face](https://huggingface.co/). - [Ortex](https://github.com/elixir-nx/ortex) - Wrapper around ONNX. Enables you to run ONNX models using Nx. ### Computer Vision - [Evision](https://github.com/cocoa-xu/evision) - OpenCV bindings for Elixir/Erlang. - [NxImage](https://github.com/elixir-nx/nx_image) - Image processing in Nx. - [YOLO](https://github.com/poeticoding/yolo_elixir) - Real-time object detection using YOLOv8 models with 38ms processing time and optional Rust NIF for performance. ### Vector Search & Similarity - [ExFaiss](https://github.com/elixir-nx/ex_faiss) - Elixir front-end to Facebook AI Similarity Search (Faiss) for efficient similarity search and clustering of dense vectors. - [Leidenfold](https://github.com/georgeguimaraes/leidenfold) - Elixir bindings for the Leiden community detection algorithm. - [Stephen](https://github.com/georgeguimaraes/stephen) - ColBERT-style neural retrieval for Elixir. ## Generative AI ### LLM Tools - [Arcana](https://github.com/georgeguimaraes/arcana) - Embeddable RAG library for Elixir/
Excerpt of 17,048 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:4a9f6cce90cd87bb, topic:awesome, topic:awesome-list, desc:curated list