Pinned Repositories
100-days-of-cuda
Will write CUDA for 100 days
Ajnabee
Ajnabee - An Omegle-inspired web application that enables users to engage in anonymous video chats with random peers.
chatgpt-anywhere
ChatGPT Anywhere is a browser extension skeleton for seamless ChatGPT integration, interacting directly with the ChatGPT's browser API and offering developers a cost-efficient solution by eliminating the need for OpenAI's paid API calls.
dino-neat
AI to play chrome's dino game
fcuk
fcuk - Fuzzy CUDA kernel - A fuzzy matching library implemented in CUDA
flappy-bird-neat
AI to play flappy bird game
manim_notebook
Python library to integrate manim with jupyter notebook
rooter.nvim
rooter.nvim is a neovim plugin written in lua to change current working directory to project's root directory.
torchlet
A lightweight torch like tensor computation library implemented from scratch in C and CUDA.
ytgpt
YTGPT is a Google Chrome extension that leverages the power of "ChatGPT Anywhere" to provide concise summaries of YouTube videos. Designed for users who want to grasp the key points of lengthy videos without spending a lot of time, YTGPT offers a convenient and efficient way to stay informed.
AkashKarnatak's Repositories
AkashKarnatak/dino-neat
AI to play chrome's dino game
AkashKarnatak/100-days-of-cuda
Will write CUDA for 100 days
AkashKarnatak/flappy-bird-neat
AI to play flappy bird game
AkashKarnatak/render-dicom-3d
3D reconstruction of CT-scan dicom files using `itk-wasm` and `vtk.js`
AkashKarnatak/ComfyUI_faishme
ComfyUI nodes for our product Faishme
AkashKarnatak/Comfyui_frontend
A random compiled version of comfyui frontend
AkashKarnatak/DroneRTC
AkashKarnatak/happy-birthday-parmar
AkashKarnatak/read-dicom-itk-wasm-vite
Minimal example of how to read dicom files with @itk-wasm/dicom library with Vite
AkashKarnatak/akashkarnatak.github.io
AkashKarnatak/torchlet
A lightweight torch like tensor computation library implemented from scratch in C and CUDA.
AkashKarnatak/bittorrent-client-c
Simple BitTorrent client from scratch in C
AkashKarnatak/bpe-py
Byte pair encoding algorithm for text tokenization.
AkashKarnatak/crustdata-chatbot
Fast and accurate chatbot for CrustData's documentation.
AkashKarnatak/cses
AkashKarnatak/digitalocean-setup
My comfy digitalocean setup
AkashKarnatak/dotfiles
AkashKarnatak/faishme_ui
This is a basic proof of concept to showcase our product Faishme.
AkashKarnatak/fitnessgpt
AkashKarnatak/hello-world-python
Print hello world on console
AkashKarnatak/image-captioning
A simple Streamlit interface to caption images for LoRA training.
AkashKarnatak/nvim
AkashKarnatak/project.nvim
The superior project management solution for neovim.
AkashKarnatak/python-howto
AkashKarnatak/react-js-tailwind-starter
My prefered react with javascript and tailwind css starter repo
AkashKarnatak/react-practice
This repository contains basic react projects to improve my understanding
AkashKarnatak/remove-yt-shorts
A extremely simple browser extension (chrome + firefox) to remove shorts from YouTube
AkashKarnatak/sentencepiece-encoder-py
A simple python implementation of sentencepiece encoder using Viterbi algorithm.
AkashKarnatak/sentencepiece_proto
A simple C++ project with CMake for my learning purpose.
AkashKarnatak/transformers-from-scratch
This repository contains the modeling code for different transformer architectures, enabling you to load its pre-trained weights and perform inference using the model.