Skip to content

Commit

Permalink
addupdated to end ml project data
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-ApeX-DeV committed Jan 22, 2024
1 parent ed2cc52 commit 74e5467
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added public/mbc12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,26 @@ const events = [
],
image: "mbc11.jpeg"
},
{
name: "Building End to End ML Project",
description:
"Our speaker Ishan Shrivastava conducted a captivating webinar on this topic. Participants learned how to apply theoretical knowledge and practical tools to create impactful ML solutions. The session was a mix of lectures and hands-on exercises, ensuring participants gained valuable insights and experience in the complex field of machine learning along with deployment",
tags: [
{
name: "streamlit",
color: "blue-text-gradient",
},
{
name: "kaggle",
color: "green-text-gradient",
},
{
name: "ML-Ops",
color: "pink-text-gradient",
},
],
image: "mbc12.jpg"
},
];

export { services, newteammembers,oldteammembers, events };

0 comments on commit 74e5467

Please sign in to comment.