Skip to content
View Akhan521's full-sized avatar
💭
Building & Learning with AI / ML
💭
Building & Learning with AI / ML

Highlights

  • Pro

Block or report Akhan521

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GPT-From-Scratch GPT-From-Scratch Public

    🧸 A fully custom GPT-style language model built from scratch using PyTorch and trained on Winnie-the-Pooh! Explored the core mechanics of self-attention, autoregressive text generation, and modular…

    Python 1

  2. Neural-Style-Transfer Neural-Style-Transfer Public

    🖼️ Upload any photo and a piece of art; this app blends them together using AI! Built with PyTorch and PyQt6, it runs right on your computer with no GPU needed. A hands-on project to explore deep l…

    Python

  3. Text2SQL-LLaMA-Analyst Text2SQL-LLaMA-Analyst Public

    🦙 A fine-tuned LLaMA-2 model that translates natural language questions into SQL queries. It uses LoRA and 4-bit quantization to enable efficient training on limited hardware. Explore how large lan…

    Jupyter Notebook

  4. Ask-GPT-2 Ask-GPT-2 Public

    🤖 Fine-tuned a small GPT-2 model to answer questions (question answering tasks). A hands-on project exploring how language models can be guided to specialize with minimal data.

    Jupyter Notebook

  5. Pixelate Pixelate Public

    🎨 Pixelate is an inclusive pixel-art editor built for everyone, especially artists with color vision deficiencies. With built-in colorblind-friendly filters, an AI assistant, and a public gallery, …

    Python 2

  6. Reddit-Crawler Reddit-Crawler Public

    🕷️ Crawl and dive into Reddit! A web crawler that fetches posts & comments based on your interests, with optional search tools so you can explore what the internet has to say. Built with multithrea…

    Python