Skip to content

Commit f3f6cc8

Browse files
author
DidierRLopes
committed
add projects that were missing
1 parent 9fb3410 commit f3f6cc8

File tree

9 files changed

+58
-2
lines changed

9 files changed

+58
-2
lines changed

blog/2023-12-27-creating-an-ai-powered-financial-analyst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ So, we create a vector store using FAISS (Facebook AI Similarity Search) and Ope
116116
## OpenBB Agent Architecture
117117

118118
<p align="center">
119-
<img width="600" src="/blog/2023-12-27-creating-an-ai-powered-financial-analyst_6.png"/>
119+
<img width="900" src="/blog/2023-12-27-creating-an-ai-powered-financial-analyst_6.png"/>
120120
</p>
121121

122122
This is the overall architecture that our agent will follow, and below we will talk about each of these components individually.

src/components/Projects.tsx

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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',

static/projects/gohanalyst.png

166 KB
Loading
248 KB
Loading
447 KB
Loading
510 KB
Loading

static/projects/openbb-agent.png

311 KB
Loading

static/projects/slackgpt.png

259 KB
Loading
275 KB
Loading

0 commit comments

Comments
 (0)