Projects in Awesome Lists by oelin
A curated list of projects in awesome lists by oelin .
https://github.com/oelin/midjourney-client
A Node.js client for Midjourney/Openjourney on Replicate.
ai api client midjourney openjourney replicate stable-diffusion
Last synced: 05 Apr 2025
https://github.com/oelin/midjourney-reborn
A Discord bot for all your Midjourney needs ๐ฅ.
ai art discord-bot midjourney openjourney
Last synced: 24 Mar 2025
https://github.com/oelin/tape
A tiny (8 line) parameter tape implementation.
deep-learning flax machine-learning
Last synced: 12 Mar 2025
https://github.com/oelin/notes
A tiny self-contained note-taking application written in JavaScript ๐.
javascript note-taking note-taking-app notes-app web-app
Last synced: 12 Mar 2025
https://github.com/oelin/sora-xl
A prospective method for eXtremely Long-form video generation using a combination of Sora and NUWA-XL.
Last synced: 12 Mar 2025
https://github.com/oelin/polynomial-regression
Demonstrating how to use crude MDL to regularize polynomial regression models.
coding-theory data-compression data-science machine-learning minimum-description-length statistics
Last synced: 12 Mar 2025
https://github.com/oelin/mlp-language-model
A 2M parameter neural language model trained on the TinyStories corpus.
Last synced: 12 Mar 2025
https://github.com/oelin/darpy
A user-friendly implementation of the DARP algorithm for multi-agent coverage path planning (MCPP).
artificial-intelligence darp mcpp multi-agent-path-planning multi-agent-systems python
Last synced: 12 Mar 2025
https://github.com/oelin/fol
A semantically accurate implementation of first-order logic in JavaScript ๐ฉโ๐ซ.
computer-science first-order-logic javascript logic predicate-logic
Last synced: 12 Mar 2025
https://github.com/oelin/fingerprint
Create canvas fingerprints for your browser โ.
browser-fingerprinting canvas-fingerprinting cross-site-scripting cross-site-tracking web-security
Last synced: 12 Mar 2025
https://github.com/oelin/favl
A purely functional AVL tree implementation in JavaScript.
algorithms avl-tree binary-tree data-structures functional-programming
Last synced: 12 Mar 2025
https://github.com/oelin/april
Probably the smallest recursive descent parser in existence ๐ค.
javascript parser recursive-descent-parser tiny
Last synced: 12 Mar 2025
https://github.com/oelin/gem
Online coverage path planning via greedy entropy maximization.
Last synced: 12 Mar 2025
https://github.com/oelin/rendering-engine
A simple 3D renderering engine written in JavaScript.
computer-graphics renderer rendering-engine
Last synced: 12 Mar 2025
https://github.com/oelin/d3s
Your daily dose of data science ๐ง .
data-science information-theory machine-learning probability-theory self-learning statistics
Last synced: 12 Mar 2025
https://github.com/oelin/codem
A simple YAML-based code-in-markdown compiler.
build-tool code-in-markdown compiler documentation python yaml
Last synced: 12 Mar 2025
https://github.com/oelin/straw-cli
A simple CLI for Straw.
cli image-extractor pdf python
Last synced: 12 Mar 2025
https://github.com/oelin/crimson
Python cache poisoning ๐ฉธ.
cache-poisoning code-injection pycache
Last synced: 12 Mar 2025
https://github.com/oelin/web2tcp
A simple web2tcp proxy implemented with socket.io.
Last synced: 12 Mar 2025
https://github.com/oelin/density-estimation
Literature on density estimation.
Last synced: 12 Mar 2025
https://github.com/oelin/tinyllama
A pedagogical implementation of TinyLlama.
deep-learning education educational language-model llama llama2 machine-learning natural-language-processing
Last synced: 12 Mar 2025
https://github.com/oelin/semantic-shapes
Semantic shapes for deep neural networks.
Last synced: 12 Mar 2025
https://github.com/oelin/vanilla-gan
An implementation of a vanilla GAN in PyTorch.
Last synced: 12 Mar 2025
https://github.com/oelin/hyper-reducer
A generalization of reduce() to arbitrary arity.
functional-programming reduce reduction
Last synced: 12 Mar 2025
https://github.com/oelin/vseq2seq
An implementation of an variational seq2seq models in PyTorch (WIP).
Last synced: 12 Mar 2025
https://github.com/oelin/unsplash-dataset-builder
A Colab for building Unsplash datasets.
Last synced: 12 Mar 2025
https://github.com/oelin/surprisal
Compute the surprisal of an event given its probability.
probability statistics suprisal
Last synced: 12 Mar 2025
https://github.com/oelin/piper
Declarative distributed data pipelines in Python.
concurrency multiprocessing parallel-computing pipeline
Last synced: 12 Mar 2025
https://github.com/oelin/masked-linear
An implementation of a masked linear layer, as used by MADE.
Last synced: 12 Mar 2025
https://github.com/oelin/sprite-diffusion
Pixel art sprite generation using diffusion.
Last synced: 12 Mar 2025
https://github.com/oelin/bitmixer
An implementation of BitMixer in PyTorch.
Last synced: 12 Mar 2025
https://github.com/oelin/vl-vae
An implementation of VL-VAE in PyTorch.
data-compression progressive-decoding variational-autoencoder
Last synced: 12 Mar 2025
https://github.com/oelin/ixy
A reversible event store.
events state-management time-travel
Last synced: 12 Mar 2025
https://github.com/oelin/attention
Different kinds of attention implemented in PyTorch and other frameworks (WIP).
Last synced: 12 Mar 2025
https://github.com/oelin/half-blood-prince
Harry Potter and the Half Blood Prince in plain text form.
Last synced: 12 Mar 2025
https://github.com/oelin/hourglass-vq-vae
An Hourglass Transformer VQ-VAE architecture.
Last synced: 12 Mar 2025
https://github.com/oelin/variational-behaviour-models
An implementation of Variational Behaviour Models in PyTorch (WIP).
Last synced: 12 Mar 2025
https://github.com/oelin/stanford-encyclopedia-of-philosophy-corpus
A corpus containing all entries in the Stanford Encyclopedia of Philosophy (as of January 2024).
Last synced: 12 Mar 2025
https://github.com/oelin/axial-attention
An implementation of axial attention in PyTorch.
Last synced: 12 Mar 2025
https://github.com/oelin/temporal-language-model
An implementation of Temporal Language Model from "Temporal Attention for Language Models", in PyTorch.
Last synced: 12 Mar 2025
https://github.com/oelin/datamodules
Data modules for PyTorch ๐ฅ.
dataclasses datamodules python pytorch
Last synced: 12 Mar 2025
https://github.com/oelin/ac2
A PettingZoo AEC environment for Ant Colony Coverage (AC2).
ant-colony coverage-path-planning gym gymnasium multi-agent-reinforcement-learning pettingzoo reinforcement-learning
Last synced: 12 Mar 2025
https://github.com/oelin/axial-rope
A simple implementation of Axial RoPE in PyTorch.
Last synced: 12 Mar 2025
https://github.com/oelin/rezero
An implementation of ReZero from "ReZero is All You Need: Fast Convergence at Large Depth".
Last synced: 12 Mar 2025
https://github.com/oelin/nibble
A C header file for reading and writing sub-byte sized data.
Last synced: 12 Mar 2025
https://github.com/oelin/dnb-3k
A collection of 3K drum and bass songs/mixes on YouTube.
dataset dnb drum-and-bass music
Last synced: 12 Mar 2025
https://github.com/oelin/subjectify
Make all method calls return their call subject.
function-chaining functional-programming
Last synced: 12 Mar 2025
https://github.com/oelin/vee
The universal package installer โค๐งก๐๐๐๐.
cli github package-installer package-manager
Last synced: 12 Mar 2025
https://github.com/oelin/toy-ddpm
A toy implementation of DDPM intended for pedagogical use.
Last synced: 12 Mar 2025
https://github.com/oelin/cone
Implementation of Cone, ParabolicCone and ParameterizedCone activation functions.
Last synced: 12 Mar 2025
https://github.com/oelin/l-system
Simple implementation of L-systems in Python.
Last synced: 12 Mar 2025
https://github.com/oelin/minimal-transformer-tensorflow
A minimal transformer implemented in TensorFlow.
Last synced: 12 Mar 2025
https://github.com/oelin/layerdrop
An implementation of LayerDrop from "Reducing Transformer Depth on Demand with Structured Dropout".
Last synced: 12 Mar 2025
https://github.com/oelin/coco-vae
A fully convolutional conditional VAE architecture.
Last synced: 12 Mar 2025
https://github.com/oelin/chime
A tiny, declarative UI library.
declarative-programming functional-programming ui
Last synced: 12 Mar 2025
https://github.com/oelin/gaussian-mixure-nll-loss
An implementation of Gaussian mixture NLL loss for continuous density estimation.
Last synced: 12 Mar 2025
https://github.com/oelin/stable-diffusion
An implementation of Stable Diffusion in PyTorch (WIP).
Last synced: 12 Mar 2025
https://github.com/oelin/weights-reset
An implementation of Weights Reset from "The Weights Reset Technique for Deep Neural Networks Implicit Regularization".
Last synced: 12 Mar 2025
https://github.com/oelin/golf-flax
A golfed version of the Flax module API.
Last synced: 12 Mar 2025
https://github.com/oelin/deepai
A Node.js client for DeepAI's AI Chat (WIP).
Last synced: 12 Mar 2025
https://github.com/oelin/minimal-transformer
A minimal decoder-only transformer implemented in under 100 lines of PyTorch.
Last synced: 12 Mar 2025
https://github.com/oelin/n-gram-language-model
A simple n-gram language model with Laplace smoothing.
Last synced: 12 Mar 2025
https://github.com/oelin/most-viewed-channels-2023
A dataset containing the most viewed U.S. YouTube channels (1M-100B views) as of September 2023.
Last synced: 12 Mar 2025
https://github.com/oelin/mixture-of-layers
An implementation of Mixture of Layers (MoL) in PyTorch.
Last synced: 12 Mar 2025
https://github.com/oelin/conformer
An implementation of Conformer in PyTorch.
Last synced: 12 Mar 2025
https://github.com/oelin/jupyter-live
An alternative markdown-based Jupyter client (work-in-progress).
jupyter jupyter-client markdown
Last synced: 12 Mar 2025
https://github.com/oelin/markdown-to-jupyter
A markdown to Jupyter converter.
converter jupyter jupyter-notebook markdown
Last synced: 12 Mar 2025
https://github.com/oelin/gnosis
A corpus containing Wikipedia articles related to statistics, machine learning and artificial intelligence.
artificial-intelligence corpus machine-learning statistics web-scraping wikipedia
Last synced: 12 Mar 2025