-
vidIQ
- Montreal
-
-
-
-
-
-
MCP-Powered-Memory-for-Agent Public
A LangGraph-based customer support agent that uses LLMs and memory for intelligent ticket triage, personalized responses, and automated support workflows. Built with LangChain, persistent memory, a…
-
semantic_kernel Public
This project is an AI-powered historian agent focused on Napoleon, leveraging Semantic Kernel, OpenAI, and Neo4j. It enables users to ask historical questions, which are answered using a vector dat…
-
-
-
-
-
-
Function-calling-with-Agent Public
In this project I implemented the concept of function calling in an Agentic process to help you to understand the core concept of a router agent to call tools
-
-
-
RAG_Evaluation Public
In this project I evaluated the output of a vectorRAG using reflection agent strategy and different prompt engineering techniques including role prompting, chain of thought, ReAct and self consistency
-
In this project I designed a knowledge graph focused on Napoleon's history. I built a RAG application using this data and improved the output of LLM using the relationship between nodes
-
In this project I built a web developer agent based on reflection agent concept. This agent can reflect on generated website template and optimize it by itself
-
This project involves the development of an AI agent designed to handle two main tasks: Data Collection and Generating Insights from Data. The agent intelligently selects the appropriate tool based…
-
In this repository, I implemented a RAG (Retrieval-Augmented Generation) framework using Faiss for efficient similarity search and integrated it with the T5 model within the LangChain framework.
-
Customer-Support-Agent Public
an Agentic customer support system that automate responses to common queries, prioritize urgent issues, and escalate complex queries to human agents.
-
In this project, I built a chatbot to answer customer simple inquiries about restaurants, such as displaying the food menu and contact, and providing information about the number of available table…
-
In this project, I used the RAVDESS dataset with eight emotions, each at two intensities. I built a model extracting five features from speech signals to classify emotions, providing valuable insig…
python machine-learning signal-processing python3 feature-extraction classification speech-processingJupyter Notebook UpdatedApr 6, 2024 -
The objective of this project was to predicting housing prices for New York City. To achieve this goal, I performed web scraping to collect a dataset of 17,000 records from realtor.com, covering al…
Jupyter Notebook UpdatedJan 11, 2024 -
For this project, I aimed to perform sentiment analysis on IMDB movie reviews. My dataset consisted of over 36,000 reviews, each accompanied by movie ratings ranging from 0 to 10. The primary objec…
Jupyter Notebook UpdatedJan 4, 2024 -
In this project I built a linear regression algorithm from scratch to predict the price of the houses based on different features
Jupyter Notebook UpdatedNov 18, 2023 -
Coffee-Bean-Sales-Analysis Public
In this project, I analyzed Coffee Bean Sales using Python, employing libraries such as pandas, matplotlib
Jupyter Notebook UpdatedOct 24, 2023 -
In this project, I have built an interactive dashboard for a supermarket dataset using streamlit framework
Python UpdatedOct 23, 2023 -
flight-delay Public
In this project, I analyzed flight delays using Python, and I leveraged libraries such as pandas, matplotlib, and seaborn.
Jupyter Notebook UpdatedOct 23, 2023 -
python-review-scraping-imdb-movie-site-with-BeautifulSoup