-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPrompt Engineering.html
136 lines (111 loc) · 4.93 KB
/
Prompt Engineering.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=<device-width>, initial-scale=1.0" />
<title>Impulse 5.0 - Prompt Engineering</title>
<link rel="icon" type="image/x-icon" href="/img/48x48.png">
<link rel="stylesheet" href="Workshop.css" />
<script
src="https://kit.fontawesome.com/a96adbd0c9.js"
crossorigin="anonymous"
></script>
<script src="script.js"></script>
</head>
<body>
<!-- Navbar -->
<!-- Navbar -->
<nav class="nav">
<div class="logo" id="asset">
<img src="img/Aasset.png"/>
</div>
<div class="menu">
<!-- <a id="reg" href="/#pricing">Register</a> -->
<i class="fa-solid fa-bars toggle-menu"></i>
</div>
</nav>
<div class="open-menu">
<i class="fa-solid fa-xmark close-menu" id></i>
<div class="list">
<ul>
<l1><a href="/impulse5.0/#Speakers">Speakers</a></l1>
<l1><a href="/impulse5.0/#Events">About Event</a></l1>
<l1><a href="/impulse5.0/#workshop">Workshops</a></l1>
<l1><a href="/impulse5.0/#pricing">Pricing</a></l1>
<l1><a href="/impulse5.0/#footer">Location</a></l1>
</ul>
</div>
</div>
<div class="heading">
<div class="name">
<a href="index.html">
<i class="fa-solid fa-arrow-left"></i>
</a>
<h1>Power of generative AI and LLM</h1>
</div>
<a class="reg" href="/impulse5.0/index.html#pricing"> Register </a>
</div>
<div class="content">
<p>
The integration of LLMs into various industries has the potential to significantly enhance productivity and innovation. For instance, in healthcare, LLMs can assist in diagnosing diseases by analyzing medical records and literature, while in finance, they can predict market trends and automate trading strategies. The adaptability and scalability of these models allow businesses to tailor them to specific needs, resulting in more efficient operations and improved decision-making processes. As generative AI continues to evolve, it promises to unlock new possibilities and reshape the future of technology, making it an indispensable tool in the modern world. </p>
<img src="img/Workshops/images.jpeg" alt="hello">
<!-- <div class="content">
<h3>About GADS</h3>
<p>Founded with a commitment to making technology accessible, GADS provides cutting-edge, affordable, and reliable solutions. Recognizing evolving client needs, we’ve become a dynamic force in the industry, leading in upskilling, digitalization, and marketing with interactive, user-friendly, and innovative services.</p>
</div> -->
</div>
<div class="spkr">
<img src="img/Workshops/IMG_5615_4-removebg-preview (1).png" style="width: 500px;" alt="rizz king">
<div>
<h3 style="font-size: 40px;">Kiran S Raj</h3>
<h4>Lead Data Scientist</h4>
</div>
</div>
<!-- Footer -->
<div class="footer">
<img src="img/gregg.png" width="100%"/>
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3926.3724180597765!2d76.40626477532166!3d10.231517589886055!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3b08068aa17bd247%3A0xf048b9ebcbd2af28!2sFederal%20Institute%20of%20Science%20And%20Technology%20(FISAT)%C2%AE!5e0!3m2!1sen!2sin!4v1715874732686!5m2!1sen!2sin"
style="border: 0;" src="" frameborder="0" allowfullscreen loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="footer-content">
<div class="fcontent">
<h4>Contact</h4>
<p>Bhavana R Nair</p>
<p>Chair:IEEE FISAT SB</p>
<a href="https://api.whatsapp.com/send?phone=+917994880936"><p>+917994880936</p></a>
</div>
<div class="fcontent">
<h4>Mail Id</h4>
</div>
<div class="fcontent">
<h4>Follow Us</h4>
<div>
<a href="https://www.instagram.com/ieeefisatsb/">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.facebook.com/ieeefisat/">
<i class="fa-brands fa-facebook"></i> </a>
<a>
<i class="fa-brands fa-youtube"></i> </a>
</div>
</div>
<div class="fcontent"><h4>
Address
</h4>
<p>Hormis Nagar,Mookanoor<br>Angamaly</p>
</div>
</div>
<div class="rights">
<p id="des"> ©Copyright IEEE FISAT SB</p>
<br><br><br>
<p id="all">All Rights Reserved</p>
<a href="/impulse5.0/Webteam.html" id="webcom">
<br><br><br><p>Designed with Love 💞 IEEE FISAT SB WebCom</p>
</a>
</div>
</body>
</html>