Open Source Projects
Reppl
This repository reimplements popular algorithms for Large Language Models and prompts using APPL. It contains implementations such as Tree-of-thought and ERM, and welcomes contributions.
Automating the Search for Artificial Life with Foundation Models
This repository is about automating the search for artificial life using foundation models. It provides installation instructions and a notebook for running ASAL. Future plans include reproducing results from the paper. There is also a citation for the work.
LANG-JEPA
LANG-JEPA is an experimental language model architecture that operates in 'concept space' rather than 'token space'. It predicts semantic features of future text and consists of an encoder and a decoder. The encoder transforms text into semantic embeddings and predicts the latent representation of the next sentence. The decoder converts learned feature embeddings back into human-readable text. The repository contains code for training and evaluation of the model.
languine
Languine is a CLI tool powered by AI that helps developers with translation tasks. It can automatically detect changes in codebase, provide accurate translations in over 100 languages, and supports hooks. It was extracted from Midday, an all-in-one tool for freelancers.
AI Logo Generator
An open source logo generator that uses various technologies. It can be cloned and run locally. Future tasks include creating a dashboard, supporting SVG exports, adding additional styles and more.
ai-hedge-fund
This is a proof-of-concept for an AI-powered hedge fund. It explores the use of AI to make trading decisions through multiple agents. The project is for educational purposes only and simulates trading decisions without actual trading. It provides setup instructions, usage examples for running the hedge fund and backtester, and details on the project structure and contributing.
Awesome LLM Apps
A curated collection of awesome LLM apps built with RAG and AI agents. Features various projects across different domains and provides instructions on getting started and contributing.
OpenBB
The OpenBB is a free and fully open source financial platform that offers access to various financial instruments like equity, options, crypto, forex, macro economy, fixed income, etc. It also has a command-line interface and a broad range of extensions. Distributed under AGPLv3 License.
rig
Rig is a Rust library for building scalable, modular, and ergonomic LLM-powered applications. It provides support for LLM completion and embedding workflows, common abstractions over LLM providers and vector stores, and minimal boilerplate for integrating LLMs in apps.