Skip to content
View avikds's full-sized avatar
👊
Go Beyond! Plus Ultra!
👊
Go Beyond! Plus Ultra!

Block or report avikds

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
avikds/README.md

Projects:

Pinned Loading

  1. Enterprise-RAG-QA-System Enterprise-RAG-QA-System Public

    Production-ready Enterprise RAG system for grounded Q&A. Powered by Gemini 3.1 & FAISS, featuring recursive semantic chunking and citation-backed retrieval.

    Python 5 2

  2. Youtube-Summarizer-Article-Generator Youtube-Summarizer-Article-Generator Public

    End-to-end Generative AI pipeline that converts YouTube videos into short summaries and structured article-style content.

    Python 3

  3. Career_Advisor_Chatbot_GenAI Career_Advisor_Chatbot_GenAI Public

    AI career advisor chatbot built with Python, Streamlit, and Gemini API, featuring modular architecture, prompt engineering, and multi-turn conversation memory.

    Python 3

  4. Sentiment-Analysis-Flipkart-Product-Reviews Sentiment-Analysis-Flipkart-Product-Reviews Public

    MLOps pipeline for sentiment analysis on real Flipkart reviews using TF-IDF and ML models, deployed with Streamlit for real-time predictions.

    Python 1

  5. kimi-k3-from-scratch-kda-attention-residuals-and-stable-latentmoe kimi-k3-from-scratch-kda-attention-residuals-and-stable-latentmoe Public

    Build every architectural innovation from the Kimi K3 technical report in numpy at toy scale: Kimi Delta Attention with lower-bounded decay and an exact chunkwise-parallel form, Gated MLA with NoPE…

    Python

  6. tiny-gpt-from-scratch tiny-gpt-from-scratch Public

    Build a small character-level GPT end-to-end in pure NumPy, starting from tokenization and array basics and ending with multi-head self-attention, Adam, and sampling. Each step grows the same codeb…

    Python