Pinned Repositories
amitness-learning
A log of things I'm learning
ExponentialFamily.jl
ExponentialFamily.jl is a Julia package that extends the functionality of Distributions.jl by providing a collection of exponential family distributions and customized implementations.
GraphPPL.jl
DSL for probabilistic models specification and probabilistic programming.
Learning
A non-exhaustive, annotated github bibliography of resources I have used to further my learning.
llmSpeaker
This AI Smart Speaker uses speech recognition and text-to-speech to enable voice-driven conversations with OpenAI. The user speaks a prompt into the microphone, and the program sends the prompt to OpenAI to generate a response. The response is then converted to an audio file and played back to the user.
neuromatchCompNeuro
NMA Computational Neuroscience course
ReactiveMP.jl
High-performance reactive message-passing based Bayesian inference engine
Rocket.jl
Functional reactive programming extensions library for Julia
RxInfer.jl
Julia package for automated Bayesian inference on a factor graph with reactive message passing
rxInfer_tutorials
A repo for following along to RxInfer tutorials in Julia
blolt's Repositories
blolt/ExponentialFamily.jl
ExponentialFamily.jl is a Julia package that extends the functionality of Distributions.jl by providing a collection of exponential family distributions and customized implementations.
blolt/Learning
A non-exhaustive, annotated github bibliography of resources I have used to further my learning.
blolt/llmSpeaker
This AI Smart Speaker uses speech recognition and text-to-speech to enable voice-driven conversations with OpenAI. The user speaks a prompt into the microphone, and the program sends the prompt to OpenAI to generate a response. The response is then converted to an audio file and played back to the user.
blolt/ReactiveMP.jl
High-performance reactive message-passing based Bayesian inference engine
blolt/RxInfer.jl
Julia package for automated Bayesian inference on a factor graph with reactive message passing
blolt/amitness-learning
A log of things I'm learning
blolt/GraphPPL.jl
DSL for probabilistic models specification and probabilistic programming.
blolt/neuromatchCompNeuro
NMA Computational Neuroscience course
blolt/Rocket.jl
Functional reactive programming extensions library for Julia
blolt/rxInfer_tutorials
A repo for following along to RxInfer tutorials in Julia
blolt/RxInferPractice
A repo for practicing the creation of RxInfer models
blolt/smart_speaker
A place to make a smart-speaker that makes use of the latest and greatest LLM's have to offer