Skip to content

Commit

Permalink
Organisation Cosaimosh added
Browse files Browse the repository at this point in the history
  • Loading branch information
MYSELF-SAYAN committed Feb 1, 2024
1 parent 2007b6f commit 974f414
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/constants/projectData.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,31 @@ const newProjectData = [
],
noOfProjects: 4,
},
{
organization: 'Cosaimosh',
imageUrl: "https://firebasestorage.googleapis.com/v0/b/twitter-x-clone-f142c.appspot.com/o/cosaimosh.png?alt=media&token=2e8db40d-667b-472d-a14c-3adf424bf6d8",
projects: [
{
id: 1,
name: "DataBot",
students: 5,
codeLink: "https://github.com/cos-ai-mosh/DataBot",
techStack: ["Typescript", "Next.js","Tailwind CSS","Vector DB","ML"],
description: `The project motto is to develop low latency chatbot applications for any kind of data available. The implementation should/must use free open source tools.
`,
mentor: [{
name: "Piyush Thakur",
linkedin: "https://www.linkedin.com/in/cosmo3769?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
},
{
name: "Ayush Thakur",
linkedin: "https://www.linkedin.com/in/ayush-thakur-731914149?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
},],
},

],
noOfProjects: 1,
},



Expand Down

0 comments on commit 974f414

Please sign in to comment.