-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdiy.html
More file actions
552 lines (478 loc) · 30.8 KB
/
diy.html
File metadata and controls
552 lines (478 loc) · 30.8 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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vibhav</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Team Vibhav is the Departmental team of Electronics & Communications Engineering Department which works
for Nimbus Annual Technical Festival of National Institute of Technology, Hamirpur." name="description">
<meta name="keywords" content="Projects,events,workshops">
<!-- Favicons -->
<link href="img/Yellow.png" rel="icon">
<link href="img/Yellow.png" rel="apple-touch-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/button.css">
</head>
<body onload="myfunction()">
<div id="loading">
</div>
<!--==========================
Header
============================-->
<header id="header">
<div id="topbar">
<div class="container">
<div class="social-links">
<a target="_blank" href="https://www.instagram.com/team_vibhav/" class="instagram"><i
class="fab fa-instagram"></i></a>
<a target="_blank" href="https://www.facebook.com/teamvibhavece" class="facebook"><i
class="fab fa-facebook"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/team-vibhav-6643b4206/" class="linkedin"><i
class="fab fa-linkedin"></i></a>
<a target="_blank" href="https://youtube.com/channel/UCt8W-_urFuy3dqulfQvk8fQ" class="instagram"><i
class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="container">
<div class="logo float-left">
<!-- Uncomment below if you prefer to use an image logo -->
<h1 class="text-success site-title"><a href="index.html#intro" class="scrollto">VIBHAV</a></h1>
<!-- <a href="#header" class="scrollto"><img src="img/logo.png" alt="" class="img-fluid"></a> -->
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="index.html#intro">Home</a></li>
<li><a href="/index.html#about">About Us</a></li>
<li class="drop-down"><a href="">Our Team</a>
<ul>
<li><a href="team.html">Our Team</a></li>
<li><a href="internexperience.html">Intern Experiences</a></li>
<li><a href="alumni.html">Alumni</a></li>
</ul>
</li>
<li class="drop-down"><a href="">Our Work</a>
<ul>
<li><a href="projects.html">Projects</a></li>
<li><a href="event.html">Events </a></li>
<li><a href="workshop.html">Workshops </a></li>
<li><a href="pahal.html">Pahal </a></li>
<li><a href="diy.html">DIY Projects </a></li>
<li><a href="nithvr.html">NITH Vr </a></li>
</ul>
</li>
<li class="drop-down"><a href="#">Games</a>
<ul>
<li><a href="binary.html">Bit-N-Byte</a></li>
</ul>
</li>
<li><a href="/index.html#footer">Contact Us</a></li>
<!-- <li class="toggle-btn">Toggle Mode
<label class="switch btn_d_m">
<input type="checkbox" onclick="lm_function()">
<span class="slider round"></span>
</label>
</li> -->
</ul>
</nav>
<!-- .main-nav -->
<script type="text/javascript">
function lm_function() {
document.body.classList.toggle('dark-mode');
}
</script>
</div>
</header>
<!-- #header -->
<section class="intern aditya">
<p class="typing-text mx-auto">DIY Projects</p>
<div class="container blog-page pt-3">
<div class="row clearfix">
<div class="col-lg-4 col-md-12">
<div class="card single_post">
<div class="header">
</div>
<div class="body">
<h3 class="m-t-0 m-b-5"><a href="blog-details.html">Ultrasonic sensor</a></h3>
<ul class="meta">
<li><a href="javascript:void(0);"><i class="zmdi zmdi-account col-blue"></i> Project 1</a></li>
</ul>
</div>
<div class="body">
<div class="img-post mx-auto m-b-15">
<img src="img/sensor.jpg" alt="Awesome Image">
<div class="social_share">
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href="https://www.notion.so/Basic-Project-with-Ultrasonic-Sensor-43ca90fc15954b6c97ed810075aa1594"><i
class="fab fa-firefox"></i></a>
</div>
</div>
<!-- <p> DAAD Germany Scholar from University of Lubek</p> -->
<button type="button" class="btn btn-outline-warning" data-toggle="modal" data-target="#mymodel3">Read More</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card single_post">
<div class="header">
</div>
<div class="body">
<h3 class="m-t-0 m-b-5"><a href="blog-details.html">Cartoonify</a></h3>
<ul class="meta">
<li><a href="javascript:void(0);"><i class="zmdi zmdi-account col-blue"></i>Project 2</a></li>
</ul>
</div>
<div class="body">
<div class="img-post mx-auto m-b-15">
<img src="img/cartoon.jpg" alt="Awesome Image">
<div class="social_share">
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href="https://www.notion.so/Cartoonify-d236fb7c1fc14c91ad4bc50d8cecde7f"><i
class="fab fa-firefox"></i></a>
</div>
</div>
<!-- <p>Internship at IIT indore in First Year, Grenoble University(France) in second year and Aalto university(Finland)</p> -->
<button type="button" class="btn btn-outline-warning " data-toggle="modal" data-target="#mymodel4">Read More</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card single_post">
<div class="header">
</div>
<div class="body">
<h3 class="m-t-0 m-b-5"><a href="blog-details.html">VR Maze</a></h3>
<ul class="meta">
<li><a href="javascript:void(0);"><i class="zmdi zmdi-account col-blue"></i> Project 3</a></li>
</ul>
</div>
<div class="body">
<div class="img-post mx-auto m-b-15">
<img src="img/vr maze.jpg" alt="Awesome Image">
<div class="social_share">
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href="https://www.notion.so/VR-MAZE-PART-1-02ab54f00f494a1bb42d328aa30be760"><i
class="fab fa-firefox"></i></a>
</div>
</div>
<!-- <p> Summer internship at IIT Kanpur</p> -->
<button type="button" class="btn btn-outline-warning" data-toggle="modal" data-target="#mymodel2">Read More</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card single_post">
<div class="header">
</div>
<div class="body">
<h3 class="m-t-0 m-b-5"><a href="blog-details.html">Invisible Cloak</a></h3>
<ul class="meta">
<li><a href="javascript:void(0);"><i class="zmdi zmdi-account col-blue"></i> Project 4</a></li>
</ul>
</div>
<div class="body">
<div class="img-post mx-auto m-b-15">
<img src="img/Cloak.jpg" alt="Awesome Image">
<div class="social_share">
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href="https://www.notion.so/Basic-Project-on-Invisible-Cloak-f3d5292c4665483a937b9b7227cbd511"><i
class="fab fa-firefox"></i></a>
</div>
</div>
<!-- <p> Summer internship at IIT Kanpur</p> -->
<button type="button" class="btn btn-outline-warning" data-toggle="modal" data-target="#mymodel5">Read More</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card single_post shadow-lg ">
<div class="header">
</div>
<div class="body">
<h3 class="m-t-0 m-b-5"><a href="blog-details.html">Turtle Designing</a></h3>
<ul class="meta">
<li><a href="javascript:void(0);"><i class="zmdi zmdi-account col-blue"></i> Project 5</a></li>
</ul>
</div>
<div class="body">
<div class="img-post mx-auto m-b-15">
<img src="img/turtle.jpg" alt="Awesome Image">
<div class="social_share">
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href="https://www.notion.so/Turtle-Designing-262e38e46aed4d19adfe8cc869decfa1"><i
class="fab fa-firefox"></i></a>
<!-- <a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href="https://www.instagram.com/sethi.royal/"><i
class="fab fa-instagram"></i></a> -->
</div>
</div>
<!-- <p>Internship at BNY Mellon(Financial Corporation) .</p> -->
<button type="button" class="btn btn-outline-warning" data-toggle="modal" data-target="#mymodel1">Read More</button>
</div>
</div>
</div>
<!---
<div class="col-lg-4 col-md-12">
<div class="card single_post">
<div class="header">
</div>
<div class="body">
<h3 class="m-t-0 m-b-5"><a href="blog-details.html">Web Development Internship</a></h3>
<ul class="meta">
<li><a href="javascript:void(0);"><i class="zmdi zmdi-account col-blue"></i> By:</a></li>
</ul>
</div>
<div class="body">
<div class="img-post img-fluid m-b-15">
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="Awesome Image">
<div class="social_share">
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href=""><i
class="fab fa-facebook"></i></a>
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href=""><i
class="fab fa-linkedin"></i></a>
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href=""><i
class="fab fa-instagram"></i></a>
</div>
</div>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when
looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal</p>
<button type="button" class="btn btn-outline-warning" data-toggle="modal" data-target="#mymodel5">Read More</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="card single_post">
<div class="header">
</div>
<div class="body">
<h3 class="m-t-0 m-b-5"><a href="blog-details.html">Data Science Internship</a></h3>
<ul class="meta">
<li><a href="javascript:void(0);"><i class="zmdi zmdi-account col-blue"></i> By: </a></li>
</ul>
</div>
<div class="body">
<div class="img-post m-b-15">
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="Awesome Image">
<div class="social_share">
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href=""><i
class="fab fa-facebook"></i></a>
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href=""><i
class="fab fa-linkedin"></i></a>
<a target="_blank" class="btn btn-outline-warning btn-icon btn-icon-mini btn-round" href=""><i
class="fab fa-instagram"></i></a>
</div>
</div>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when
looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal</p>
<button type="button" target="_blank" class="btn btn-outline-warning" data-toggle="modal" data-target="#mymodel6">Read More</button>
</div>
</div>
</div>
---->
</div>
</div>
</section>
<script>
$('#mymodal1').modal(options)
</script>
<script>
$('#mymodal2').modal(options)
</script>
<script>
$('#mymodal3').modal(options)
</script>
<script>
$('#mymodal4').modal(options)
</script>
<script>
$('#mymodal5').modal(options)
</script>
<script>
$('#mymodal6').modal(options)
</script>
<div class="modal fade bd-example-modal-lg" id="mymodel1" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-light">
<div class="modal-header">
<h5 class="modal-title">Turtle Designing</h5>
</div>
<div class="modal-body">
<p class="intern-text"> Abstract: <br><br>Are you also a fan of graphic designing? Have you ever wished to form design that has infinite lines or circle or spiral? Isn’t it difficult? Have you ever thought you can make it in seconds using coding? if you also
want to create such interesting drawing then you are at the right place. Team Vibhav is there to help you with this project. The turtle module is an extended reimplementation of the same-named module from the Python standard distribution
up to version Python 2.5 . <br><br> About turtle and its use:<br><br>Turtle is a pre-installed library in Python that is similar to the virtual canvas that we can draw pictures and attractive shapes. It provides the onscreen pen
that we can use for drawing. The turtle Library is primarily designed to introduce children to the world of programming. The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways.
Because it uses tkinter for the underlying graphics, it needs a version of Python installed with Tk support. We have basically written a set of commands that will move the pen on canvas to display the making of desired image/drawing
like we have added the code which forms an image forming multiple squares in circular fashion to give us the desired result on the canvas.
<br><br>
<br>
<a href="https://www.notion.so/Turtle-Designing-262e38e46aed4d19adfe8cc869decfa1" target="_blank" class="instagram"><i
class="fab fa-firefox"></i> Full project link with code</a>
</p>
</div>
<div class="modal-footer">
<button type="button" target="_blank" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" id="mymodel2" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-light">
<div class="modal-header">
<h5 class="modal-title">VR Maze</h5>
</div>
<div class="modal-body">
<p class="intern-text"> Abstract: <br><br>INTRODUCTION-Are you that kid who always tried to buy classmate notebooks just to solve the Maze Game which was given the last page of that notebook? And as we know that now classmate has discontinued printing that
game, so have you ever thought that you can build your own Maze? If yes ,then let's dive in nostalgia with Team Vibhav and learn how to build your own Maze in VR. <br><br> ABOUT VR AND ITS USE: <br><br> Virtual Reality (VR) is
the use of Computer Technology to create a simulated environment. Unlike traditional user interfaces, VR places the user inside an experience. Instead of viewing a screen in front of them, users are immersed and able to interact
with 3D worlds. By simulating as many senses as possible, such as vision, hearing, touch, even smell, the computer is transformed into a gatekeeper to this artificial world. The only limits to near-real VR experiences are the availability
of content and cheap computing power. The primary subject of Virtual Reality is simulating the vision. Every headset aims to perfect their approach to creating an immersive 3D environment. Each VR headset puts up a screen (or two
– one for each eye) in front of eyes thus, eliminating any interaction with the real world.
<br><br>
<br>
<a href="https://www.notion.so/VR-MAZE-PART-1-02ab54f00f494a1bb42d328aa30be760" target="_blank" class="instagram"><i
class="fab fa-firefox"></i> Full project link with code</a>
</p>
</div>
<div class="modal-footer">
<button type="button" target="_blank" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" id="mymodel3" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-light">
<div class="modal-header">
<h5 class="modal-title">Ultrasonic sensor</h5>
</div>
<div class="modal-body">
<p class="intern-text"> Abstract: <br><br>Sitting at home, Want to try some hands-on-experience on basic hardware projects using simulations? Well, Team Vibhav is here with its DIY Project Series to keep you people engaged with us. Here is the very first
project of our Series that will help you learn how to measure distance using Ultrasonic Sensors and one of our favourite microcontrollers- Arduino UNO. Arduino Uno is used in various things around us. Basic idea about Arduino is
that it is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs- light on a sensor, a finger on a button, or a Twitter message and turn it into an output i.e. activating
a motor, turning on an LED or publishing something online. It's very well said that what we know is a drop but what we don't is an ocean. That's why we are here with this project to add some more content to your understanding.
This project is full of informational content and will surely help you to enhance your knowledge about Arduino Uno and Ultrasonic Sensor.
<br><br>
<br>
<a href="https://www.notion.so/Basic-Project-with-Ultrasonic-Sensor-43ca90fc15954b6c97ed810075aa1594" target="_blank" class="instagram"><i
class="fab fa-firefox"></i> Full project link with code</a>
</p>
</div>
<div class="modal-footer">
<button type="button" target="_blank" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" id="mymodel5" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-light">
<div class="modal-header">
<h5 class="modal-title">Invisible Cloak</h5>
</div>
<div class="modal-body">
<p class="intern-text"> Abstract: <br><br>Have you ever seen Harry Potter’s Invisible Cloak; Was it wonderful? Have you ever wanted to wear that cloak? If Yes!! Then in this project, you are going to build the same cloak which Harry Potter uses to become
invisible. Yes, we are not building it in a real way but it is all about graphics trickery. Team Vibhav is here to help you to create this magical experience using an image processing technique called Colour detection and segmentation.
This technique is opposite to the Green Screening. In green screening, we remove background but here we will remove the foreground frame.<br><br>
<br>
<a href="https://www.notion.so/Basic-Project-on-Invisible-Cloak-f3d5292c4665483a937b9b7227cbd511" target="_blank" class="instagram"><i
class="fab fa-firefox"></i> Full project link with code</a>
</p>
</div>
<div class="modal-footer">
<button type="button" target="_blank" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" id="mymodel5" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-light">
<div class="modal-header">
<h5 class="modal-title">VR Maze</h5>
</div>
<div class="modal-body">
<p class="intern-text"> Abstract: <br><br>INTRODUCTION-Are you that kid who always tried to buy classmate notebooks just to solve the Maze Game which was given the last page of that notebook? And as we know that now classmate has discontinued printing that
game, so have you ever thought that you can build your own Maze? If yes ,then let's dive in nostalgia with Team Vibhav and learn how to build your own Maze in VR. <br><br> ABOUT VR AND ITS USE: <br><br> Virtual Reality (VR) is
the use of Computer Technology to create a simulated environment. Unlike traditional user interfaces, VR places the user inside an experience. Instead of viewing a screen in front of them, users are immersed and able to interact
with 3D worlds. By simulating as many senses as possible, such as vision, hearing, touch, even smell, the computer is transformed into a gatekeeper to this artificial world. The only limits to near-real VR experiences are the availability
of content and cheap computing power. The primary subject of Virtual Reality is simulating the vision. Every headset aims to perfect their approach to creating an immersive 3D environment. Each VR headset puts up a screen (or two
– one for each eye) in front of eyes thus, eliminating any interaction with the real world.
<br><br>
<br>
<a href="https://www.notion.so/VR-MAZE-PART-1-02ab54f00f494a1bb42d328aa30be760" target="_blank" class="instagram"><i
class="fab fa-firefox"></i> Full project link with code</a>
</p>
</div>
<div class="modal-footer">
<button type="button" target="_blank" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade bd-example-modal-lg" id="mymodel4" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content text-light">
<div class="modal-header">
<h5 class="modal-title">Cartoonify</h5>
</div>
<div class="modal-body">
<p class="intern-text"> Abstract: <br><br>Have you ever thought how you or your favorite person looks in a cartoon face? Do you miss your childhood? Yes, everyone does! So, today let’s head towards giving our pictures some cartoonic effects. Team Vibhav is
here to help you meet your dream. Thus, we will build a Python application that will transform an image into its cartoon using OpenCV. (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time
computer vision. In simple language it is a library used for Image Processing. It is mainly used to do all the operations related to images. Computer vision is a process by which we can understand the images and videos, how they
are stored and how we can manipulate and retrieve data from them. This is how using Python and OpenCV will help us to do some changes with the images and try out a way to cartoonify them. We have basically written a piece of code
that will help you cartoonify any image, you can try it using your own images , that will be great fun. We have added the code and instructions that will make it easy for you all to try out this all on your own.
<br><br>
<br>
<a href="https://www.notion.so/Cartoonify-d236fb7c1fc14c91ad4bc50d8cecde7f" target="_blank" class="instagram"><i
class="fab fa-firefox"></i> Full project link with code</a>
</p>
<br>
</div>
<div class="modal-footer">
<button type="button" target="_blank" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<hr class="w-75" style="height:2px;border-width:0;color:gray;background-color:gray">
<footer id="footer" class="">
<div class="container">
<div class="credits text-light">
Designed by <a href="#">Vibhav</a>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fas fa-arrow-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script type="text/javascript">
$(window).load(function() {
setTimeout(function() {
$('#loading').fadeOut('slow');
}, 800)
})
</script>
</body>
</html>