From 974f4143a0b85d5cbae223b0c4fce03a1cfc8cc2 Mon Sep 17 00:00:00 2001 From: MYSELF-SAYAN <116438215+MYSELF-SAYAN@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:04:48 +0530 Subject: [PATCH] Organisation Cosaimosh added --- src/constants/projectData.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/constants/projectData.js b/src/constants/projectData.js index d63d23d..eae4a9d 100644 --- a/src/constants/projectData.js +++ b/src/constants/projectData.js @@ -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, + },