-
n8n Public
Forked from n8n-io/n8nFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
TypeScript Other UpdatedAug 4, 2025 -
This project demonstrates the integration of Agentic AI with SQLite, creating an intelligent assistant that interacts with the Chinook database. It leverages advanced AI capabilities to execute nat…
Python UpdatedJun 2, 2025 -
CSV_Insights_with_Crew-AI Public
This project is an interactive CSV data analysis tool powered by Crew AI, enabling users to extract insights and answer detailed queries from CSV files using advanced LLMs. It integrates Google, Gr…
Python UpdatedMay 30, 2025 -
This project demonstrates a Retrieval-Augmented Generation (RAG) system powered by a PgVector vector database and phidata. It leverages AI agents for interactive knowledge retrieval and querying fr…
Python UpdatedMay 16, 2025 -
A multi-agent AI system leveraging Agno's framework to integrate web search and financial analysis tools, offering interactive insights via a user-friendly GUI-based Playground App.
Python UpdatedMay 13, 2025 -
In this project, we built a real-time object detection and tracking system using YOLOv12, leveraging the COCO dataset for its diverse object classes. It combines state-of-the-art detection accuracy…
-
RAG_Agent Public
This project uses LangChain agents and Google Generative AI to build a RAG system, combining LLMs with tools like Wikipedia, Arxiv, and custom retrievers for accurate, real-time answers.
-
Multi_PDF_RAG_with_Groq Public
In this project, we developed a Streamlit app that uses Groq API and Google Generative AI for question-answering by embedding and retrieving content from multiple PDFs. The app leverages prompt eng…
-
RAG_Groq_Integration Public
In this project, we implement a Retrieval-Augmented Generation (RAG) system using the Groq API. The application dynamically retrieves and processes context from documents, enabling accurate and con…
Python UpdatedFeb 2, 2025 -
Retriever_in_RAG Public
This project is a PDF Question Answering App that enables users to upload any PDF and ask questions about its content. Using a retriever-augmented generation (RAG) approach, it efficiently retrieve…
Python UpdatedFeb 1, 2025 -
In this project, users can input any URL and ask a question related to its content. Using Retrieval-Augmented Generation (RAG) and LangChain, the app retrieves the most relevant answer from the web…
Python UpdatedJan 31, 2025 -
Simple_PDF_RAG Public
This project showcases how Retrieval-Augmented Generation (RAG) can be applied to create an efficient and user-friendly system for querying large text documents. With this approach, users can easil…
-
In this project, we built an AI-powered Applicant Tracking System (ATS) using Google Generative AI to analyze resumes and match them with job descriptions, providing detailed evaluations and compat…
Python UpdatedJan 28, 2025 -
This project uses LLMs and AI to transform YouTube transcripts into concise, detailed notes. Simply input a video link to quickly grasp key points without watching the entire video.
Python UpdatedJan 28, 2025 -
Calories_Advisor_using_LLM Public
In this project, the AI-Powered Calorie Analyzer uses a large language model (LLM) to analyze meal images and provide accurate calorie counts, nutritional insights, and personalized health suggesti…
Python UpdatedJan 27, 2025 -
Invoice_Extractor_using_LLM Public
In this project, we use Google Gemini to automatically extract key information from uploaded invoice images. Users can ask specific questions, and the app generates responses based on the extracted…
Python UpdatedJan 27, 2025 -
Gemini_Image_Insights Public
This project leverages Google's Gemini LLM to analyze uploaded images and generate detailed descriptions or insights based on user prompts. It combines advanced AI capabilities with Streamlit for …
Python UpdatedJan 27, 2025 -
Q_A_Chatbot_using_LLM Public
This project is an interactive Q&A chatbot built using Google's Gemini Pro LLM. Users can input questions, receive real-time responses, and view the complete chat history.
Python UpdatedJan 26, 2025 -
Interactive Text Generator Using LLM is a Streamlit-based app powered by Google's Gemini LLM. Users can input questions and receive AI-generated responses instantly. This project showcases how LLMs…
Python UpdatedJan 25, 2025 -
This project demonstrates active learning for text classification using the Small-Text library on the IMDB dataset. A logistic regression model is trained iteratively, selecting the most uncertain…
Jupyter Notebook UpdatedJan 25, 2025 -
Active_Learning_in_NLP Public
I applied active learning to the IMDB dataset for sentiment analysis. Starting with a small labeled subset, I trained a model and used uncertainty sampling to select and label challenging reviews. …
Jupyter Notebook UpdatedJan 23, 2025 -
This project explores active learning techniques, focusing on query strategies to optimize informative data selection for model training. It aims to reduce labeled data while improving model perfor…
Jupyter Notebook UpdatedJan 23, 2025 -
This project explores the implementation of active learning techniques, focusing on various query strategies to optimize the selection of informative data points for model training. It aims to redu…
Jupyter Notebook UpdatedJan 23, 2025 -
Attendance_System Public
An AI-driven system leveraging real-time face recognition to automate attendance, ensuring accuracy, scalability, and seamless CSV logging of names and timestamps.
Python UpdatedJan 22, 2025 -
Face_Recognition Public
This project implements a real-time face recognition system using Python, OpenCV, and the face_recognition library. It identifies individuals by comparing facial features from live video streams wi…
Python UpdatedJan 20, 2025 -
Neural_Style_Transfer Public
This project applies neural style transfer to create new images by merging the content of one image with the artistic style of another.
Python UpdatedJan 18, 2025 -
Variational_AutoEncoder Public
I used VAE and CVAE in this project to generate images based on user input.
Jupyter Notebook UpdatedJan 15, 2025 -
Denoising_AutoEncoder Public
This project integrates Autoencoders, PCA, and CNNs for efficient image processing, combining dimensionality reduction, denoising, and enhanced feature extraction for image analysis and compression.
Jupyter Notebook UpdatedJan 15, 2025 -
Word-Embedding Public
This code showcases text preprocessing (tokenization, stopword removal, and standardization), training a Word2Vec model to generate word embeddings, and analyzing word relationships using metrics l…
Jupyter Notebook UpdatedJan 14, 2025 -
This project demonstrates Principal Component Analysis (PCA) from scratch for grayscale images, colored images, and the Olivetti Faces dataset. It involves steps like mean centering, covariance mat…
Jupyter Notebook UpdatedJan 11, 2025