🚀 Open Source Projects
Here are some of the open-source projects I've created to solve problems I've encountered along the way.
-
MicrogradCpp
C++
I ported Andrej Karpathy's micrograd to C++ to deeply understand the internals of neural networks. It's minimalistic and educational.
-
evdscpp
C++
A fast C++ library to retrieve economic data directly from the CBRT API.
-
dotenv
C++
A simple, header-only library to load environment variables from `.env` files in your C++ projects.
-
perse
Python
My current focus: A high-level framework leveraging the speed of Polars and DuckDB with the familiarity of Pandas.
-
microgradExtended
Python
An extension of the original micrograd, adding more features for experimentation.
-
nameisok
Python
Struggling to name your package? This tool checks PyPI availability and similarity to help you pick a winner.
-
evdspy
Python
The Python sibling to evdscpp – easily fetch data from the CBRT API for your analysis.
-
evdschat
Python
An open-source RAG application that helps you aggregate and chat with data.
-
backupp
Python
A handy utility to backup folders while respecting your `.gitignore` rules.
-
eseas
Python
A Python wrapper for `jwsacruncher` to handle seasonal adjustment of time series data.
-
Rapi
R
For the R users: Retrieve economic data from CBRT and the Fed with ease.