Lists (4)
Sort Name ascending (A-Z)
Agentic-AI
Projects which are some kind of Agentic AI, either basic or advanced ones.Automation
Projects which are related to automation and their ultimate goal is to save human time.Micro-Services
Small projects that can be integrated into larger projects wherever suitable.Retrieval-Augmented-Generation
Projects that use & implement RAG.Stars
Open Claude Is Open-source coding-agent CLI for OpenAI, Gemini, DeepSeek, Ollama, Codex, GitHub Models, and 200+ models via OpenAI-compatible APIs.
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…
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…
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…
This service automatically reads your emails, summarises their content, and forwards the summaries to your Slack or Whatsapp. All this, without user having to do anything and it runs in background.
In this project I added web search before LLM generates it's response. I used google custom search API and perform search. Take relevant results and then pass that onto LLM for it to give us lates …
This is a showcase of RAG(Retrieval Augmented Generation). Products are stored in SQL DB, then taken from there converted to embeddings and when we perform search, top X results(In this case produc…