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
Copy file name to clipboardExpand all lines: script.js
+68-28Lines changed: 68 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,53 @@
1
-
constresponses={
2
-
'who is rishabh gupta?': `Rishabh Gupta is an accomplished AI Engineer with expertise in developing and implementing cutting-edge artificial intelligence solutions. He has a strong background in machine learning, deep learning, and natural language processing, with a proven track record of delivering innovative AI-powered applications.`,
3
-
4
-
'what are his skills?': `Rishabh's technical skills include:
5
-
• Deep Learning & Machine Learning (PyTorch, TensorFlow)
6
-
• Natural Language Processing
7
-
• Computer Vision
8
-
• Large Language Models (LLMs)
9
-
• Python, JavaScript, and various AI/ML frameworks
10
-
• Cloud platforms (AWS, GCP)`,
11
-
12
-
'show me his projects': `Here are some of Rishabh's notable projects:
13
-
1. Developed an advanced NLP system for automated customer support
14
-
2. Created a computer vision solution for real-time object detection
15
-
3. Implemented a recommendation engine using deep learning
16
-
4. Built scalable ML pipelines for production environments`,
17
-
18
-
'default': `I'm not sure about that specific query, but I'd be happy to tell you about Rishabh's experience, skills, or projects. Feel free to ask about those topics!`
19
-
};
1
+
// const responses = {
2
+
// 'who is rishabh gupta?': `Rishabh Gupta is an accomplished AI Engineer with expertise in developing and implementing cutting-edge artificial intelligence solutions. He has a strong background in machine learning, deep learning, and natural language processing, with a proven track record of delivering innovative AI-powered applications.`,
3
+
//
4
+
// 'what are his skills?': `Rishabh's technical skills include:
5
+
// • Deep Learning & Machine Learning (PyTorch, TensorFlow)
6
+
// • Natural Language Processing
7
+
// • Computer Vision
8
+
// • Large Language Models (LLMs)
9
+
// • Python, JavaScript, and various AI/ML frameworks
10
+
// • Cloud platforms (AWS, GCP)`,
11
+
//
12
+
// 'show me his projects': `Here are some of Rishabh's notable projects:
13
+
// 1. Developed an advanced NLP system for automated customer support
14
+
// 2. Created a computer vision solution for real-time object detection
15
+
// 3. Implemented a recommendation engine using deep learning
16
+
// 4. Built scalable ML pipelines for production environments`,
17
+
//
18
+
// 'default': `I'm not sure about that specific query, but I'd be happy to tell you about Rishabh's experience, skills, or projects. Feel free to ask about those topics!`
0 commit comments