Skip to content

Instantly share code, notes, and snippets.

View Siddhant-K-code's full-sized avatar
๐Ÿš€
Shipping

Siddhant Khare Siddhant-K-code

๐Ÿš€
Shipping
View GitHub Profile
@Siddhant-K-code
Siddhant-K-code / my-random-ai-projects.md
Last active December 26, 2025 16:45
Random AI projects of Siddhant
@Siddhant-K-code
Siddhant-K-code / beautiful-matplotlib-graphs.py
Created September 7, 2025 04:44
Beautiful MatplotLib's xkcd graph
#!/usr/bin/env python3
# make_chalk_plots.py
# Hand-drawn (xkcd) style charts; saves stacked + per-panel images.
from pathlib import Path
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.patheffects as pe
# --------- Output ----------