Sl No. | Repository Name | Description |
---|---|---|
1 | AI-Chess | This is a project where I try to create a chess engine. It is currently under development. |
2 | Chat GPT-2 | This is a version of OpenAI's GPT-2, finetuned for chatting. This is a highly capable model for 124M parameters (which is very small by today's standards). This is the most downloaded and liked chat model for GPT-2 in hugging face. |
3 | Sklearn-mini | Skmini is an attempt to recreate sklearn in under 1000 lines of code. |
4 | LMBenchmarkingTool | This is a library which can be used to benchmark large language models on popular benchmarks like MMLU, HellaSwag, MATH, etc. LMBenchmarkingTool makes benchmarking LLMs very easy. |
5 | AI Village | This project aims to create a simulated village, where the villagers are AI agents. Groq Llama controls the agents and the simulation is made in pygame. |
6 | See more | See my better repos. |
Sl No. | Repository Name | Description |
---|---|---|
1 | AI Notes | This repo contains the notes I made during my AI journey. The notes tend to be systematic and easy to understand. |
2 | Non AI Notes | This repo contains the notes on: DSA - Linux - Python - Git - c and other CS topics. |
3 | Reading research papers | I try to read famous AI-ML research papers and implement them in code. |