-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (84 loc) · 2.48 KB
/
index.html
File metadata and controls
84 lines (84 loc) · 2.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
BIO - DATA
</head>
<body>
<h1>Myself, Sayak Ghosh</h1>
<div>
<img src="20250712_150651.jpg" alt="Is it good?">
</div>
<div>
<h2>About</h2>
<p>
Hi, I'm Sayak Ghosh, a first-year student pursuing BE in CSE (AI/ML) at Mirai School of Technology, along with BS - MS in Artificial Intelligence and Cybersecurity at IIT Patna with the aim for strengthening my skills in Software Engineering + AI/ML Research + Cybersecurity.
</p>
<p>
To develop production-ready AI systems that are scalable, ethical, and attack-resistant – bridging the gap between code and intelligence.
</p>
<p>
Working to become the ‘Swiss Army Knife’ of intelligent systems – where code meets cognition, guarded by security. Let's connect and share our knowledge!
</p>
</div>
<table border="1px" cellspacing="0px">
<caption>Educational Qualifications</caption>
<tr>
<th>Examination</th>
<th>Board/Institute</th>
<th>Year</th>
<th>Percentage/Percentile/CGPA</th>
</tr>
<tr>
<td>Secondary</td>
<td>C.B.S.E.</td>
<td>2023</td>
<td>94.6</td>
</tr>
<tr>
<td>Senior Secondary</td>
<td>C.B.S.E.</td>
<td>2025</td>
<td>74</td>
</tr>
<tr>
<td>JEE Mains</td>
<td>NTA</td>
<td>2025</td>
<td>52.48</td>
</tr>
<tr>
<td>BS-MS</td>
<td>IIT Patna</td>
<td>Ongoing</td>
<td>Loading</td>
</tr>
<tr>
<td>B.E.</td>
<td>Visvesvaraya Technological University</td>
<td>Ongoing</td>
<td>Loading</td>
</tr>
<tr>
<td>Skills</td>
<td>Mirai School of Tech</td>
<td>Ongoing</td>
<td>Loading</td>
</tr>
</table>
<div>
<h3>Hobbies?</h3>
<ol type="I">
<li>Exploring AI, ML & Cybersecurity</li>
<li>Learning Geopolitics</li>
<li>Basketball</li>
<li>Coding</li>
<li>Watching South-east Asian Dramas</li>
</ol>
</div>
<div>
<h4>Thank You</h4>
<p>Thank you for reading my biodata.</p>
<p>For more, connect with me on LinkedIn.
</div>
</body>
</html>