1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < meta content ="width=device-width, initial-scale=1.0 " name ="viewport ">
7
+
8
+ < title > Network Secutiry ML project</ title >
9
+ < meta content ="" name ="description ">
10
+ < meta content ="" name ="keywords ">
11
+
12
+ <!-- Favicons -->
13
+ < link href ="assets/img/Favicon-1.png " rel ="icon ">
14
+ < link href ="assets/img/Favicon-1.png " rel ="apple-touch-icon ">
15
+
16
+ <!-- Google Fonts -->
17
+ < link href ="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i " rel ="stylesheet ">
18
+
19
+ <!-- Vendor CSS Files -->
20
+ < link href ="assets/vendor/aos/aos.css " rel ="stylesheet ">
21
+ < link href ="assets/vendor/bootstrap/css/bootstrap.min.css " rel ="stylesheet ">
22
+ < link href ="assets/vendor/bootstrap-icons/bootstrap-icons.css " rel ="stylesheet ">
23
+ < link href ="assets/vendor/boxicons/css/boxicons.min.css " rel ="stylesheet ">
24
+ < link href ="assets/vendor/glightbox/css/glightbox.min.css " rel ="stylesheet ">
25
+ < link href ="assets/vendor/swiper/swiper-bundle.min.css " rel ="stylesheet ">
26
+ <!-- Creating a python code section-->
27
+ < link rel ="stylesheet " href ="assets/css/prism.css ">
28
+ < script src ="assets/js/prism.js "> </ script >
29
+
30
+ <!-- Template Main CSS File -->
31
+ < link href ="assets/css/style.css " rel ="stylesheet ">
32
+
33
+ <!-- To set the icon, visit https://fontawesome.com/account-->
34
+ < script src ="https://kit.fontawesome.com/5d25c1efd3.js " crossorigin ="anonymous "> </ script >
35
+ <!-- end of icon-->
36
+
37
+ <!-- =======================================================
38
+ * Template Name: iPortfolio
39
+ * Updated: Sep 18 2023 with Bootstrap v5.3.2
40
+ * Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
41
+ * Author: BootstrapMade.com
42
+ * License: https://bootstrapmade.com/license/
43
+ ======================================================== -->
44
+ </ head >
45
+
46
+ < body >
47
+
48
+ <!-- ======= Mobile nav toggle button ======= -->
49
+ < i class ="bi bi-list mobile-nav-toggle d-xl-none "> </ i >
50
+
51
+ <!-- ======= Header ======= -->
52
+ < header id ="header ">
53
+ < div class ="d-flex flex-column ">
54
+
55
+ < div class ="profile ">
56
+ < img src ="assets/img/myphoto.jpeg " alt ="" class ="img-fluid rounded-circle ">
57
+ < h1 class ="text-light "> < a href ="index.html "> Arun</ a > </ h1 >
58
+ < div class ="social-links mt-3 text-center ">
59
+ < a href ="https://www.linkedin.com/in/arunp77/ " target ="_blank " class ="linkedin "> < i class ="bx bxl-linkedin "> </ i > </ a >
60
+ < a href ="https://github.com/arunp77 " target ="_blank " class ="github "> < i class ="bx bxl-github "> </ i > </ a >
61
+ < a href ="https://twitter.com/arunp77_ " target ="_blank " class ="twitter "> < i class ="bx bxl-twitter "> </ i > </ a >
62
+ < a href ="https://www.instagram.com/arunp77/ " target ="_blank " class ="instagram "> < i class ="bx bxl-instagram "> </ i > </ a >
63
+ < a href ="https://arunp77.medium.com/ " target ="_blank " class ="medium "> < i class ="bx bxl-medium "> </ i > </ a >
64
+ </ div >
65
+ </ div >
66
+
67
+ < nav id ="navbar " class ="nav-menu navbar ">
68
+ < ul >
69
+ < li > < a href ="index.html#hero " class ="nav-link scrollto active "> < i class ="bx bx-home "> </ i > < span > Home</ span > </ a > </ li >
70
+ < li > < a href ="index.html#about " class ="nav-link scrollto "> < i class ="bx bx-user "> </ i > < span > About</ span > </ a > </ li >
71
+ < li > < a href ="index.html#resume " class ="nav-link scrollto "> < i class ="bx bx-file-blank "> </ i > < span > Resume</ span > </ a > </ li >
72
+ < li > < a href ="index.html#portfolio " class ="nav-link scrollto "> < i class ="bx bx-book-content "> </ i > < span > Portfolio</ span > </ a > </ li >
73
+ < li > < a href ="index.html#skills-and-tools " class ="nav-link scrollto "> < i class ="bx bx-wrench "> </ i > < span > Skills and Tools</ span > </ a > </ li >
74
+ < li > < a href ="index.html#language " class ="nav-link scrollto "> < i class ="bi bi-menu-up "> </ i > < span > Languages</ span > </ a > </ li >
75
+ < li > < a href ="index.html#awards " class ="nav-link scrollto "> < i class ="bi bi-award-fill "> </ i > < span > Awards</ span > </ a > </ li >
76
+ < li > < a href ="index.html#professionalcourses " class ="nav-link scrollto "> < i class ="bx bx-book-alt "> </ i > < span > Professional Certification</ span > </ a > </ li >
77
+ < li > < a href ="index.html#publications " class ="nav-link scrollto "> < i class ="bx bx-news "> </ i > < span > Publications</ span > </ a > </ li >
78
+ < li > < a href ="index.html#extra-curricular " class ="nav-link scrollto "> < i class ="bx bx-rocket "> </ i > < span > Extra-Curricular Activities</ span > </ a > </ li >
79
+ <!-- <li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li> -->
80
+ </ ul >
81
+ </ nav > <!-- .nav-menu -->
82
+ </ div >
83
+ </ header > <!-- End Header -->
84
+
85
+ < main id ="main ">
86
+
87
+ <!-- ======= Breadcrumbs ======= -->
88
+ < section id ="breadcrumbs " class ="breadcrumbs ">
89
+ < div class ="container ">
90
+
91
+ < div class ="d-flex justify-content-between align-items-center ">
92
+ < h2 > Network Secutiry MLOps project</ h2 >
93
+ < iframe src ="https://github.com/sponsors/arunp77/button " title ="Sponsor arunp77 " height ="30 " width ="110 " style ="border: 0; border-radius: 6px; "> </ iframe >
94
+ < ol >
95
+ < li > < a href ="index.html#portfolio " class ="clickable-box "> Go to portfolio</ a > </ li >
96
+ </ ol >
97
+ </ div >
98
+
99
+ </ div >
100
+ </ section > <!-- End Breadcrumbs -->
101
+
102
+ <!------ right dropdown menue ------->
103
+ < div class ="right-side-list ">
104
+ < div class ="dropdown ">
105
+ < button class ="dropbtn "> < strong > Shortcuts:</ strong > </ button >
106
+ < div class ="dropdown-content ">
107
+ < ul >
108
+ < li > < a href ="cloud-compute.html "> < i class ="fas fa-cloud "> </ i > Cloud</ a > </ li >
109
+ < li > < a href ="AWS-GCP.html "> < i class ="fas fa-cloud "> </ i > AWS-GCP</ a > </ li >
110
+ < li > < a href ="amazon-s3.html "> < i class ="fas fa-cloud "> </ i > AWS S3</ a > </ li >
111
+ < li > < a href ="ec2-confi.html "> < i class ="fas fa-server "> </ i > EC2</ a > </ li >
112
+ < li > < a href ="Docker-Container.html "> < i class ="fab fa-docker " style ="color: rgb(22, 22, 22); "> </ i > Docker</ a > </ li >
113
+ < li > < a href ="Jupyter-nifi.html "> < i class ="fab fa-python " style ="color: rgb(15, 15, 15); "> </ i > Jupyter-nifi</ a > </ li >
114
+ < li > < a href ="snowflake-task-stream.html "> < i class ="fas fa-snowflake "> </ i > Snowflake</ a > </ li >
115
+ < li > < a href ="data-model.html "> < i class ="fas fa-database "> </ i > Data modeling</ a > </ li >
116
+ < li > < a href ="sql-basics.html "> < i class ="fas fa-table "> </ i > QL</ a > </ li >
117
+ < li > < a href ="sql-basic-details.html "> < i class ="fas fa-database "> </ i > SQL</ a > </ li >
118
+ < li > < a href ="Bigquerry-sql.html "> < i class ="fas fa-database "> </ i > Bigquerry</ a > </ li >
119
+ < li > < a href ="scd.html "> < i class ="fas fa-archive "> </ i > SCD</ a > </ li >
120
+ < li > < a href ="sql-project.html "> < i class ="fas fa-database "> </ i > SQL project</ a > </ li >
121
+ <!-- Add more subsections as needed -->
122
+ </ ul >
123
+ </ div >
124
+ </ div >
125
+ </ div >
126
+
127
+ <!-- ======= Portfolio Details Section ======= -->
128
+ < section id ="portfolio-details " class ="portfolio-details ">
129
+ < div class ="container ">
130
+ < div class ="row gy-4 ">
131
+ < div class ="image ">
132
+
133
+ </ div >
134
+
135
+ <!-- ======= Portfolio Section ======= -->
136
+ < section id ="portfolio " class ="portfolio ">
137
+
138
+
139
+
140
+ </ section >
141
+
142
+
143
+ < section id ="ML-reference ">
144
+ < h3 > Reference</ h3 >
145
+ < ul >
146
+ < li > Go to my < a href ="https://www.udemy.com/course/complete-machine-learning-nlp-bootcamp-mlops-deployment/ " target ="_blank "> Master the theory, practice,and math behind Data Science,Machine Learning,Deep Learning,NLP with end to end projects, </ a > .</ li >
147
+ </ ul >
148
+ </ section >
149
+
150
+
151
+ < div class ="navigation ">
152
+ < a href ="machine-learning.html " class ="clickable-box ">
153
+ < span class ="arrow-left "> Content</ span >
154
+ </ a >
155
+ < a href ="index.html " class ="clickable-box ">
156
+ < span class ="arrow-right "> Home</ span >
157
+ </ a >
158
+ </ div >
159
+
160
+ </ div >
161
+ </ section > <!-- End Portfolio Details Section -->
162
+ </ main > <!-- End #main -->
163
+
164
+ <!-- ======= Footer ======= -->
165
+ < footer id ="footer ">
166
+ < div class ="container ">
167
+ < div class ="copyright ">
168
+ © Copyright < strong > < span > Arun</ span > </ strong >
169
+ </ div >
170
+ </ div >
171
+ </ footer > <!-- End Footer -->
172
+
173
+ < a href ="# " class ="back-to-top d-flex align-items-center justify-content-center "> < i class ="bi bi-arrow-up-short "> </ i > </ a >
174
+
175
+ <!-- Vendor JS Files -->
176
+ < script src ="assets/vendor/purecounter/purecounter_vanilla.js "> </ script >
177
+ < script src ="assets/vendor/aos/aos.js "> </ script >
178
+ < script src ="assets/vendor/bootstrap/js/bootstrap.bundle.min.js "> </ script >
179
+ < script src ="assets/vendor/glightbox/js/glightbox.min.js "> </ script >
180
+ < script src ="assets/vendor/isotope-layout/isotope.pkgd.min.js "> </ script >
181
+ < script src ="assets/vendor/swiper/swiper-bundle.min.js "> </ script >
182
+ < script src ="assets/vendor/typed.js/typed.umd.js "> </ script >
183
+ < script src ="assets/vendor/waypoints/noframework.waypoints.js "> </ script >
184
+ < script src ="assets/vendor/php-email-form/validate.js "> </ script >
185
+
186
+ <!-- Template Main JS File -->
187
+ < script src ="assets/js/main.js "> </ script >
188
+
189
+ < script >
190
+ document . addEventListener ( "DOMContentLoaded" , function ( ) {
191
+ hljs . initHighlightingOnLoad ( ) ;
192
+ } ) ;
193
+ </ script >
194
+
195
+ </ body >
196
+
197
+ </ html >
0 commit comments