You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -11,14 +18,14 @@ import ProjectShowcase from "../components/projectShowcase.astro";
11
18
link="https://1mind.com"
12
19
slides={[
13
20
{
14
-
image: "/1mindFirst.png",
21
+
image: mindFirst,
15
22
description: `1mind is an AI agent company.
16
23
They specialize in creating both realistic and unrealistic ai avatars which can be trained
17
24
on your voice and mannerisms in few minutes.
18
25
They can be used as sales representatives, information providers, customer support agents and pretty much anywhere you would want customer interaction. `,
19
26
},
20
27
{
21
-
image: "/1mindSecond.png",
28
+
image: mindSecond,
22
29
description: `I worked here as a fullstack engineer and cloud architect.
23
30
helped create their zoom integration.
24
31
built and managed parts of their aws and gcp cloud infrastructure.
@@ -45,11 +52,11 @@ openai.anthropic.`,
45
52
link="https://peaque.io"
46
53
slides={[
47
54
{
48
-
image: "/peaqueFirst.png",
55
+
image: peaqueFirst,
49
56
description: `peaque.io is an online book reading platform mixed with social media features. you can leave public notes/comments on any part of a book and people can react and reply to your notes. alongside that you can also create your own library, add custom artwork and chat with characters from the books (using ai).`,
50
57
},
51
58
{
52
-
image: "/peaqueSecond.png",
59
+
image: peaqueSecond,
53
60
description: `i led a small team of 2 engineers and we built this entire platform from scratch. i worked as a fullstack engineer. built and implemented a custom version of an open source reading library(https://github.com/d-i-t-a/R2D2BC). designed the app architecture. built a fully response interface with my teammates. built the mobile app for this platform.`,
54
61
},
55
62
{
@@ -71,11 +78,11 @@ react helmet.`,
71
78
link="https://sesha-systems.com"
72
79
slides={[
73
80
{
74
-
image: "/seshaSystemsFirst.png",
81
+
image: seshaSystemsFirst,
75
82
description: `sesha systems is a multi-tenant article generation and editing tool. it allows users to provide 1 or more links to news articles. and then generates a new article based on the provided links. It can also be used to summarize news. it contains a full article management system with features version control, archiving, cross-org sharing, exporting and real time updates. `,
76
83
},
77
84
{
78
-
image: "/seshaSystemsSecond.png",
85
+
image: seshaSystemsSecond,
79
86
description: `I worked as a fullstack engineer and cloud architect. built the application architecture including the article generation pipeline. created in-house tooling which included a custom syntax parser that our ai engineer used to create and edit prompts in real time.
80
87
implemented multi-tenancy. built the user interface with real time article generation updates.`,
0 commit comments