Welcome to Kartik Docs
This is the central knowledge base for all documentation, research, and project guides by Kartik Bhardwaj.
What You’ll Find Here
- Getting Started — Setup guides and quick starts for various projects
- Projects — Detailed documentation for hackathon builds and products
- Research — Deep dives into ML, systems, and technical explorations
Contributing
All documentation is written in MDX and hosted on GitHub. Feel free to open issues or submit pull requests to improve the docs.
# Clone the docs repository
git clone https://github.com/kartikbhardwaj/docs.git
cd docs
# Install dependencies
npm install
# Start dev server
npm run devLast updated on