Drive superior portfolio performance and elevate wealth powered by IBM Watsonx
Agentic AI based Portfolio Manager Powered by IBM Watsonx using Langgraph supervisor and agentsDefine tools, agents, workflow, supervisor using langgraph https://github.com/mayashenoi/IBMWatsonX/blob/main/AgenticAIWX_WFPortfolioManager.ipynb
Grow rich using Agentic AI for Personal Finance
Using OpenAI Agents and Function_tool I haven’t come across such simple way to define tools, all have easy way to invoke them; OpenAI allows, instead of calling a hosted function tool, you can write your tool right into the code https://github.com/mayashenoi/IBMWatsonX/blob/main/Agentic_Personal_Finance.ipynb
Create a concise 1-page market report for a company of interest, that summarizes the research, competitive analysis, and highlights the market opportunities.
Multi-step workflow executed by an ai agent to solve complex problems made using IBM Watsonx, IBM BeeAI and DuckDuckGo search https://github.com/mayashenoi/IBMWatsonX/blob/main/BeeAIworkflows.ipynb
Create a concise 1-page market report for company of interest that summarizes the research, competitive analysis, and highlights the market opportunities.
Collaborative agent systems where different roles interact to solve complex problems made using Watsonx, crewai and DuckDuckGo search https://github.com/mayashenoi/IBMWatsonX/blob/main/AgentCW.ipynb
Generate RFP Response using AI
Reduce manual and tedious work of responding to request for proposals by leveraging IBM Watsonx to generate sample responses using your knowledgebase Example Python Code Generate Response word document for 3 clauses of Technical Criteria from RFP Imports import pandas as pdfrom docxtpl import DocxTemplatefrom datetime import date, datetime import os, getpassfrom ibm_watsonx_ai import Credentialsfrom […]
How to make targeted offers to customers
Make offers to your banking customer based on their preferences and probability of acceptance link to the notebook ==> How to make targeted offers to customers github ipynb #This program is from the IBM Decision Optimization Documentation from pandas import DataFrame, Series names = { 139987 : "Guadalupe J. Martinez", 140030 : "Michelle M. Lopez", […]
Capacitated Vehicle Routing problem CVRP
Link to Capacitated Vehicle Routing problem CVRP == https://github.com/mayashenoi/DO/blob/main/cvrp-cplex(2).ipynb # Capcitaed Vehicle Routing problem. # Minimize the number of trips by a vehicle based on the capacity of the vehicle delivering quantities to customers import numpy as np rnd = np.random rnd.seed(0) n = 10 #number of customers/locations Q = 20 #vehicle capacity N = [i […]
