An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with markov

A curated list of projects in awesome lists tagged with markov .

https://github.com/tomaarsen/twitchmarkovchain

Twitch Bot for generating messages based on what it learned from chat

bot markov markov-chain markovchain python twitch twitch-bot twitchbot

Last synced: 14 Apr 2025

https://github.com/gdalle/hiddenmarkovmodels.jl

A Julia package for simulation, inference and learning of Hidden Markov Models.

baum-welch forward-backward hidden-markov-model hmm julia markov statistics viterbi

Last synced: 28 Apr 2025

https://github.com/aatxe/markov

A generic markov chain implementation in Rust.

markov markov-chain nth-order probabilistic-functions text-generation

Last synced: 05 Apr 2025

https://github.com/pboyd/randtxt

Random text generator

golang markov random-text

Last synced: 12 Mar 2026

https://github.com/maxhumber/marc

Markov chain generator for Python and/or Swift

markov markov-chain markov-chains python swift

Last synced: 06 Mar 2026

https://github.com/anfederico/poesy

Poetry generation via natural language markov models

markov modeling ngrams nlp poetry

Last synced: 17 Mar 2025

https://github.com/monosans/vk-markovify-chatbot

Бот для ВКонтакте, генерирующий сообщения Марковским процессом на основе сообщений из чата. Witless и сглыпа на минималках.

bot markov vkbottle

Last synced: 05 Aug 2025

https://github.com/bit0r1n/nimkov

Markov chains text generator on Nim

markov markov-chain markov-text nim nim-lang nim-language

Last synced: 09 Apr 2025

https://github.com/mccallofthewild/markov

⛓ A Crystal library for building Markov Chains and running Markov Processes.

markov markov-chain markov-model markovian-processes natural-language-processing

Last synced: 21 Apr 2025

https://github.com/evturn/sentence-generator

Generate random sentences from a text source

generator javascript markov markov-chain sentence-generator

Last synced: 28 Jan 2026

https://github.com/yyyikes/insult-generator

Offend your friends and family! Generate scathing insults based on an edited dataset of insults scraped from various places around the web.

flask funny insult-generator insulter insults machine-learning markov markov-chain markov-text-generator markovify offensive offensive-language python quote-generator rude text text-generators weird-language

Last synced: 14 Oct 2025

https://github.com/maximumdata/markov-twitter-bot

A shell for creating a node based twitter bot that uses markov chains to generate tweets

markov markov-chain twitter twitter-bot

Last synced: 18 Feb 2026

https://github.com/fr3fou/polo

markov chain implementation in go

go golang hacktoberfest markov markov-chain

Last synced: 24 Oct 2025

https://github.com/nickersoft/markov.js

A small library for generating strings using Markov chains :link:

hidden-markov-model hmm markov markov-chain

Last synced: 03 May 2025

https://github.com/rkoesters/trumpet

A bot that generates tweets based on the accounts it follows.

go golang markov markov-chain twitter twitter-bot

Last synced: 19 Apr 2025

https://github.com/zensonaton/markov-bot

Простой Telegram-бот для генерации сообщений на основе тех, что были написаны ранее в группе.

bot markov python telegram telegram-bot

Last synced: 28 Mar 2025

https://github.com/zya/markovian

The simplest way to create a markovian process using markov chains. 🔗

generative javascript markov markov-chain

Last synced: 08 Sep 2025

https://github.com/amajji/markov-chain

Markov Chain overview and their implementations in Finance

markov markov-chain markov-chains markov-decision-process markov-decision-processes markov-model

Last synced: 24 Sep 2025

https://github.com/clockvapor/markov-telegram-bot

Telegram bot that builds and uses a Markov chain for each user in a group

kotlin markov markov-chain markov-chains telegram telegram-bot telegram-bots

Last synced: 10 Apr 2025

https://github.com/cpl/markov

A markov chain generator for text in Golang.

fun golang-package markov markov-chain

Last synced: 16 Jan 2026

https://github.com/cheind/py-probabilistic-robotics

Probabilistic robot localization

localization markov

Last synced: 25 Aug 2025

https://github.com/gagniuc/markov-chain-generator

A Markov Chain Generator (MCG) is a prediction machine that uses a transition matrix to generate sequences that are similar to the training sequence. Thus, the output of a MCG mimics the training sequence that led to the values from the transition matrix and the process itself represents a prediction.

chain generator js markov markov-chain matrix mimic prediction simulation training transition

Last synced: 12 Apr 2025

https://github.com/brianesimon/simple-markov

npm package for simple markov-based text generation

markov

Last synced: 22 Jan 2026

https://github.com/u8slvn/doggo

🐕 A basic dog AI using Markov chain and pygame.

doggo markov markov-chain pet pygame pygame-application python simple-ai virtual-pet

Last synced: 22 Apr 2025

https://github.com/yyyikes/scrub-your-shame-away

Generates new advertising-style slogans based on a custom data set of real ad slogans, taglines and marketing copy for a range of household cleaning products, as well as some made-up ones.

advertising javascript marketing markov markov-chain p5js quote-generator rita satire shame slogans taglines text-generation

Last synced: 04 Jul 2025

https://github.com/yyyikes/stoic-quote-generator

Generates new stoic quotes based on Marcus Aurelius' 'Meditations'.

generator generators markov meditation p5js philosophy quote-generator rita stoic stoicism text-generation

Last synced: 17 Jun 2026

https://github.com/yyyikes/death-statement-generator

Generates new death statements using Markovify based on a dataset of last words of Texas death row inmates.

crime death death-statements existential flask generator generators machine-learning markov markov-chain markov-text-generator markovify ml python quote-generator text-generation

Last synced: 03 Mar 2026

https://github.com/hmlendea/universal-name-generator

Generate various kinds of names using Markov Chains and random mixers

markov markov-chains name-generator

Last synced: 11 Apr 2025

https://github.com/charconstpointer/markovbot

PoC markov chain sentence generator, powered by discord for data gathering

bot chain collection data discord markov parsing

Last synced: 16 May 2026

https://github.com/harryr/herpenbot

Markov shitposting assistant with drop-down auto-complete

assistive-technology auto-complete drop-down markov python repl shitposting

Last synced: 14 Jun 2025

https://github.com/kcartlidge/csharp-generic-markov-chains

Simple pattern 'learning' with Markov chains. After repeated 'repeatable' events, is able to generate more of those repeatable events that follow a similar frequency pattern. Useful for things like generating English-looking random text or making the best chess move after training across chess game histories.

csharp learning machine-learning markov ml

Last synced: 14 Jul 2025

https://github.com/gagniuc/markov-chains-java-script

Here are all the Markov Chain algorithms in java script that are associated with the book entitled Markov chains: from theory to implementation and experimentation.

algorithms chain events implementation marices markov matrix prediction probability transition

Last synced: 19 Mar 2026

https://github.com/gagniuc/diabetes-prediction-2.0

Diabetes prediction V2.0 -This VB6 application takes glycemic values and tries to predict the future state of the patient. First, it converts a sequence of numbers into states. The states are arranged in a transition matrix and the transition probabilities are calculated for each element. The transition matrix is further used for a predictions.

chains diabetes glycemic markov model prediabetes prediction values vb6 vu-meter

Last synced: 07 Mar 2026

https://github.com/kelindar/markov

Simple Markov chain implementation

golang markov markov-chain

Last synced: 23 Jul 2025

https://github.com/dotdoom/comicsbot

Discord Bot and API server for https://comicslate.org/

dokuwiki jabber-bot markov python web2png webkit2png

Last synced: 03 Feb 2026

https://github.com/hugomd/fake-hugo

Load my tweets into Redis, create a Markov chain, and generate sentences 🤖

bot markov twitter

Last synced: 13 Mar 2025

https://github.com/taylorwood/FsMarkov

A tiny F# library for Markov text generation

fsharp markov text

Last synced: 02 May 2025

https://github.com/taylorwood/fsmarkov

A tiny F# library for Markov text generation

fsharp markov text

Last synced: 16 May 2025

https://github.com/danakt/markov-chain-js

Example of simple Markov Chain text generator

example library markov markov-chain text-generation text-generator

Last synced: 01 Apr 2025

https://github.com/vsoch/markovmeme

Generate memes using Markov Models

generator markov meme python

Last synced: 23 Apr 2025

https://github.com/gdalle/controlledhiddenmarkovmodels.jl

A package for Hidden Markov Models with exogenous control variables.

hidden-markov-model hmm julia markov

Last synced: 24 Oct 2025

https://github.com/cleoold/markov_cn_node

Backend creating random Chinese sentences based on chat history / 根据消息记录生成随机句子

chinese jieba markov

Last synced: 26 Feb 2026

https://github.com/bemxio/markov-music-generator

A MIDI music generator, using Markov chains

markov markov-chain markov-model markovify midi midi-files python

Last synced: 20 Apr 2026

https://github.com/fieg/markov

Implementation of MarkovChain algorithm in PHP

algorithm machine-learning markov markov-chain php

Last synced: 24 Jul 2025

https://github.com/somdipdey/markovian_csharp

Markov Model (N characters) library written in CSharp C#

csharp markov markov-model text-generation

Last synced: 09 Apr 2025

https://github.com/moparisthebest/ash

Markov Chains XMPP bot

ai bot chains markov xmpp

Last synced: 11 Feb 2026

https://github.com/taylordotfish/markov-generator

Highly customizable Rust library for building Markov chains and generating random data from them

markov markov-chain markov-text random rust serialization text-generation

Last synced: 05 Mar 2026

https://github.com/oiricaud/markov-decision-process-ai

Implement decision process for Monte-Carlo, Value Iteration & Q-Learning

ai decision markov process

Last synced: 22 Apr 2026

https://github.com/gagniuc/php-markov-chains

Here are all the Markov Chain algorithms in PHP that are associated with the book entitled Markov chains: from theory to implementation and experimentation.

algorithms chain implementation markov matrices php probability stochastic transition

Last synced: 06 Jun 2026

https://github.com/soumitradev/barkov

A simple markov chain generator.

go golang library markov markov-chain

Last synced: 18 Apr 2026

https://github.com/seb943/markov4tennis

R script to modelize a tennis match with Markov chains (games, tie-breaks, sets, match)

atp bookmakers hhmm hidden-markov-model hidden-markov-models hie markov markov-chain markov-chains markov-model sport tennis

Last synced: 06 May 2026

https://github.com/tom-wolfe/markov-typescript

A Markov Chain library written in TypeScript, inspired by otac0n/markov and chriscore/MarkovSharp

generator markov markov-chain markov-model random random-generation typescript

Last synced: 10 Mar 2026

https://github.com/seleb/markov-multi-order

Simple markov chain implementation supporting multiple orders of ngrams

chain generation markov procedural text

Last synced: 10 May 2026

https://github.com/iranzo/velasco

Clone from original repo at https://gitlab.com/vylion/velascobot with added requirements and tox.ini

bot markov markov-chain telegram telegrambot

Last synced: 02 Jan 2026

https://github.com/hugomd/temere

🤖 ✨ A JavaScript Markov chain bot which, given non-random (sensical) input text, spits out semi-gibberish sentences.

bot chain javascript markov

Last synced: 09 Oct 2025

https://github.com/alextanhongpin/go-markov

Generating text with markov chain

chatbot go golang markov text-generation

Last synced: 24 Mar 2025

https://github.com/vsoch/juliart-says

Generate text covered Julia Set images, either with sentences from a corpus or Markov generated content.

juliart markov wordgrams

Last synced: 06 May 2026

https://github.com/sempostma/youtube-comments-are-evil

Generates fake youtube comments for a given video. The created comments are based on the existing comments on that video.

markov

Last synced: 02 Jan 2026

https://github.com/matchaboy7/ngram-language-model

🧠 Build an N-gram language model to generate coherent text, predict next words, and evaluate performance with real-world data.

language-model laplace-smoothing machine-learning markov markov-assumption markov-chain model ngram ngram-language-model ngram-model nlp nltk perplexity pharo python smoothing-methods spell-checker statistics

Last synced: 16 Apr 2026

https://github.com/alii/babble

A Markov chain text generator for Gleam

chain markov

Last synced: 01 Jul 2026

https://github.com/thibaudcolas/markov_draftjs

Draft.js sample content generated with Markov chains of Project Gutenberg books.

draft-js markov markov-chain react

Last synced: 12 Feb 2026

https://github.com/xcrystal/twitter-simulator

A twitter bot that generates tweets by combining three popular tweets at random.

bot markov markov-text twitter twitter-bot

Last synced: 10 Sep 2025

https://github.com/adamisntdead/markov-chains

Markov Chains Implemented in Rust

markov markov-chain markov-text rust

Last synced: 16 Aug 2025

https://github.com/gauenk/smjp

Python code for posterior sampling of a semi-Markov Jump Process

bayesian-inference jump markov markov-chain-monte-carlo markov-process python stochastic-processes

Last synced: 23 Jul 2026

https://github.com/sergeitarasov/morphomodels

Embedded Dependency (ED) models for inapplicable characters

anatomy bayesian ed-models inapplicable-characters likelihood markov morphology phylogenetics revbayes

Last synced: 09 Jul 2026

https://github.com/iammrcupp/annoybots

BMotion-style IRC/Twitch/Discord nuisance bots, rebuilt as one Go binary — many networks at once, a shared Redis 'botnet' bus, a Markov brain, a cross-platform partyline, eggdrop-style channel keeping, and a chat admin console. The modern eggdrop+BMotion, GitOps-deployed to Kubernetes.

bmotion botnet chatbot discord distroless eggdrop gitops golang irc irc-bot kubernetes markov redis twitch

Last synced: 10 Jul 2026

https://github.com/tehcyx/gomarkov

Markov Chain in Go

go golang markov markov-chain

Last synced: 28 Jan 2026

https://github.com/lebedov/markovapplet

M/M/s queue simulator Java applet

applet java markov queue simulation

Last synced: 11 Jun 2026

https://github.com/markovianprotocol/markovian-protocol

Provenance layer for autonomous agents. COMMIT writes timestamped, ZK-verified, independently verifiable records that plug into W3C VC, A2A, MCP, and ERC-8004.

auxpow bip bitcoin blockchain cryptography hmm markov merged-mining proof-of-work zk-proofs

Last synced: 29 Jun 2026

https://github.com/greg-kennedy/markovchain

A Markov Chain class for text manipulation, in Perl.

generative-text markov markov-chain perl perl-module perl5

Last synced: 26 Jul 2025

https://github.com/aitorres/marco

A Markov-chains based text generator (currently a work in progress).

haskell markov markov-chain nlp

Last synced: 22 Mar 2025

https://github.com/henkman/markov

markov chain text generation

markov

Last synced: 09 May 2026

https://github.com/ilotterytea/markov4j

Markov chain representation library.

java markov

Last synced: 09 Jul 2026

https://github.com/jthistle/markov

A compiling markov generator for JS

generator javascript markov npm-package

Last synced: 10 May 2026

https://github.com/nsmryan/downgen

A simple 2d level generator for falling down games in C

c cli gamedev gif markov

Last synced: 08 Apr 2026

https://github.com/konojunya/markov

💻 Generate sentences using Markov chain.

go golang markov markov-chain

Last synced: 09 Apr 2025

https://github.com/michaelchadwick/namegen

Random Name Generator

fantasy markov name random ruby

Last synced: 18 May 2026

https://github.com/Augmeneco/MarkovChainPascal

Markov chain Vkontakte bot written on Free Pascal

bot freepascal lazarus markov markov-chain pascal vk

Last synced: 11 Mar 2025

https://github.com/mtrimolet/hroza

A (modern) C++ implementation of MarkovJunior based on StormKit

cpp inference markov procedural-generation

Last synced: 06 Jul 2025

https://github.com/MarkG98/Twitter-Markov

Uses markov analysis on the tweets of a desired twitter user.

flask html markov markov-analysis python tweets twitter twitter-user

Last synced: 11 Mar 2025

https://github.com/erictleung/lecture-markov

:chains: Teaching material on Markov processes

lecture-notes markov markov-process

Last synced: 29 Oct 2025

https://github.com/clockvapor/twitter-markov-telegram-bot

Telegram bot that builds Markov chains for Twitter users

kotlin markov markov-chain markov-chains telegram telegram-bot telegram-bots twitter

Last synced: 20 Jun 2026