-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (47 loc) · 1.69 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="main.css">
<title>AI-Powered Solutions</title>
</head>
<body>
<div class="container">
<div class="header">
<h1>Header</h1>
</div>
<div class="cards">
<div class="card">
<img src="nlp.webp" alt="Card 1 Image">
<h2>N L P</h2>
<a href="nlp.html" class="button">Learn More</a>
</div>
<div class="card">
<img src="fraud.jpg" alt="Card 2 Image">
<h2>Fraud Detection</h2>
<a href="https://colab.research.google.com/drive/1vkXTl_25ZMfCPLQ7T7eHJJD4mSLpV95z" class="button">Learn More</a>
</div>
<div class="card">
<img src="a.png" alt="Card 3 Image">
<h2>Chatbot</h2>
<a href="chatbot.html" class="button">Learn More</a>
</div>
<div class="card">
<img src="virtal.jpg" alt="Card 4 Image">
<h2>Virtual Assistant</h2>
<a href="https://colab.research.google.com/drive/18o5vo_Wtm49Aza5QRSeuafRUeAmd8ouq#scrollTo=RScKL_6lXSJg" class="button">Learn More</a>
</div>
<div class="card">
<img src="healthcare.jpg" alt="Card 5 Image">
<h2>Healthcare</h2>
<a href="https://medicoai-gndd.onrender.com/" class="button">Learn More</a>
</div>
<div class="card">
<img src="rec.png" alt="Card 5 Image">
<h2>Recommendation system</h2>
<a href="https://colab.research.google.com/drive/18o5vo_Wtm49Aza5QRSeuafRUeAmd8ouq#scrollTo=RScKL_6lXSJg" class="button">Learn More</a>
</div>
</div>
</div>
</body>
</html>