import home # ← Back to Home
# -------------------------------------------------------
# File: ai_projects.py
# Description: Browse through my AI research projects and experiments
# -------------------------------------------------------

class AIProjects:

Restaurant DeepResearch

Updated April 11, 2025
Multi-Agent Systems MCP Server Decision-Making
1
# Creating a multi-agent system inspired by real-life
2
# decision-making via using MCP Server. This project
3
# explores how AI agents can collaborate to make
4
# restaurant recommendations through conversations.
view_details() →
class MultiAgentSystem:
def __init__(self):
self.agents = []
# -------------------------------------------------------
# More Projects Coming Soon
# I'm currently working on several exciting AI research
# initiatives that will be featured here as they develop.
# Check back for updates on my work in areas like natural
# language processing, computer vision, and reinforcement learning.
# -------------------------------------------------------