Skip to content
View ZaidK07's full-sized avatar

Block or report ZaidK07

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Personalized-Resume-Scoring-System Personalized-Resume-Scoring-System Public

    In this project, I made a resume scoring system. And it not only scores candidates based on Job Description & Resume but it can also have user profiles and their personal hiring preferences. So a p…

    HTML 2

  2. Conversational-Document-Search-Assistant Conversational-Document-Search-Assistant Public

    This project implements an advanced Conversational Document Search Agent utilizing the Retrieval-Augmented Generation (RAG) framework. It transforms custom document collections into an chat-enabled…

    Python 1

  3. Offline-Voice-Chatbot Offline-Voice-Chatbot Public

    An entirely offline, privacy-centric voice assistant that leverages lightweight local AI for speech-to-text (Vosk), large language model processing (GGUF via Llama.cpp), and text-to-speech (Kokoro)…

    Python

  4. Gemini-Autonomous-Agent-Demo Gemini-Autonomous-Agent-Demo Public

    In this project, I made some function / tools & gave their access to Gemini LLM via its config parameter. So it can use tools such as web_search, read_mail, send_mail, get_news when required. For e…

    Python 1

  5. Reinforced-Learning-Demo Reinforced-Learning-Demo Public

    An Reinforcement-Learning Agent for autonomous server autoscaling, trained with DQN(Deep Q-Network) in a custom Gymnasium environment.

    Python