@@ -41,6 +41,62 @@ const projects = [
4141 language : 'Python' ,
4242 article : '/blog/customizable-meme-filter' ,
4343 } ,
44+ {
45+ title : 'Goh Analyst - OpenBB AI agent on Slack' ,
46+ image : '/projects/gohanalyst.png' ,
47+ desc : 'An OpenBB agent slack bot that is ready to answer any financial question' ,
48+ language : 'Python' ,
49+ link : 'https://github.com/DidierRLopes/openbb-slack-agent' ,
50+ article : '/blog/goh-analyst-the-ai-powered-financial-analyst-who-lives-on-slack'
51+ } ,
52+ {
53+ title : 'Creating an AI powered financial analyst' ,
54+ image : '/projects/openbb-agent.png' ,
55+ desc : 'R&D playground to play with agents and OpenBB' ,
56+ langauge : 'Python' ,
57+ link : 'https://github.com/OpenBB-finance/openbb-agents' ,
58+ article : '/blog/creating-an-ai-powered-financial-analyst'
59+ } ,
60+ {
61+ title : 'SlackGPT' ,
62+ image : '/projects/slackgpt.png' ,
63+ desc : 'Read slack messages from selected channels since last night and summarize them' ,
64+ language : 'Python' ,
65+ link : 'https://github.com/DidierRLopes/slackGPT' ,
66+ article : '/blog/slack-gpt-summarizing-messages' ,
67+ } ,
68+ {
69+ title : 'iOS Scriptable Widget to track company metrics' ,
70+ image : '/projects/ios_scriptable_widget.png' ,
71+ desc : 'iOS Widget that displays GitHub stars and forks, but also pip installs from last day' ,
72+ language : 'JavaScript' ,
73+ link : 'https://github.com/DidierRLopes/opensource-scriptable-widget' ,
74+ article : '/keep-track-of-your-startup-metrics-using-a-custom-ios-widget/' ,
75+ } ,
76+ {
77+ title : 'Target Market Analysis' ,
78+ image : '/projects/target_market_analysis.png' ,
79+ desc : 'Target Market Analysis with help of OpenAI GPT-4' ,
80+ language : 'Python' ,
81+ link : 'https://github.com/DidierRLopes/target-market-analysis' ,
82+ article : '/blog/target-market-analysis-with-the-help-of-llms'
83+ } ,
84+ {
85+ title : 'Insights from team survey' ,
86+ image : '/projects/insights_from_team_survey.png' ,
87+ desc : 'Extracts insights from a team survey' ,
88+ language : 'Python' ,
89+ link : 'https://github.com/DidierRLopes/insights-from-team-survey' ,
90+ article : '/blog/how-to-use-openai-to-extract-insights-from-team-survey' ,
91+ } ,
92+ {
93+ title : 'Improve Documentation using OpenAI' ,
94+ image : '/projects/improve_documentation.png' ,
95+ desc : 'Improve documentation using OpenAI API' ,
96+ language : 'Python' ,
97+ link : 'https://github.com/DidierRLopes/improve-documentation-using-openai' ,
98+ article : '/blog/how-i-used-openai-api-to-improve-our-product-documentation' ,
99+ } ,
44100 {
45101 title : 'Reddit Giveaway NFT Bot' ,
46102 link : 'https://github.com/DidierRLopes/GiveawayNFTbot' ,
@@ -82,7 +138,7 @@ const projects = [
82138 article : '/blog/time-series-crossvalidation-for-nn' ,
83139 } ,
84140 {
85- title : 'Personal Website' ,
141+ title : 'Personal Website (old version) ' ,
86142 link : 'https://github.com/DidierRLopes/personal-website' ,
87143 image : '/projects/personal_website.webp' ,
88144 desc : 'Another personal website that I started in javascript' ,
0 commit comments