-
Notifications
You must be signed in to change notification settings - Fork 1
/
testing.html
177 lines (140 loc) · 6.59 KB
/
testing.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
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
<!-- section projects -->
<section id="projects">
<div class="container">
<!-- section title -->
<h2 class="section-title wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">My Projects</h2>
<div class="spacer" data-height="60" style="height: 60px;"></div>
<div class="row blog-wrapper">
<!-- projects item -->
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://mahdihat791.github.io/AI-Mario-Game/" target="_blank">
<img src="mario.jpeg" alt="blog-title">
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://mahdihat791.github.io/AI-Mario-Game/">AI Mario Game</a>
</h4>
<ul class="list-inline meta mb-0 mt-2">
<li class="list-inline-item">01 Augest, 2020</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://varshithamanasa.github.io/Clown-Nose-filter/">
<img src="clown.jpg" alt="blog-title">
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://varshithamanasa.github.io/Clown-Nose-filter/">Clown Nose filter</a>
</h4>
<ul class="list-inline meta mb-0 mt-2">
<li class="list-inline-item"> 2020 </li>
</ul>
</div>
</div>
</div>
<!-- end project item -->
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://mahdihat791.github.io/AI-Mario-Game/">
<img src="mario.jpeg" alt="blog-title">
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://mahdihat791.github.io/AI-Mario-Game/">AI surveillance</a>
</h4>
<ul class="list-inline meta mb-0 mt-2">
<li class="list-inline-item"> 2020 </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section tools -->
<!-- section services -->
<section id="services">
<div class="container">
<!-- section title -->
<h2 class="section-title wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">Videos</h2>
<div class="spacer" data-height="60" style="height: 60px;"></div>
<div class="row">
<!-- service box -->
<!-- <div class="col-md-4">
<div class="service-box rounded data-background padding-30 text-center shadow-yellow" data-color="#F9D74C" style="background-color: rgb(249, 215, 76);">
<img src="svg/service-2.svg" alt="UI/UX design">
<h3 class="mb-3 mt-0">Web Development</h3>
<p class="mb-0">I have rich and sharp proficiency and extensive experience in creating responsive and professional websites for all types of businesses</p>
</div>
<div class="spacer d-md-none d-lg-none" data-height="30" style="height: 30px;"></div>
</div> -->
<!-- end service box -->
<span class="col-md-4">
<iframe width="1000" height="315" src="https://www.youtube.com/embed/1rA6esDD4w4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<span class="col-md-4">
<iframe width="1000" height="315" src="https://www.youtube.com/embed/j8_W7Y3Jk2w" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</span>
</div>
</div>
</section>
</main>
<!-- Go to top button -->
<a href="javascript:" id="return-to-top" style="display: none;">
<img src="go_to_top.png">
</a>
<div id="myModal" class="modal fade ">
<div class="modal-dialog" >
<!-- Modal content-->
<div class="modal-content">
<button class="close" data-dismiss="modal" style="text-align: right;padding: 10px;">×</button>
<hr>
<div class="modal-body">
<p>Welcome to the ml5 project! Developing ml5 is not just about developing machine learning software, it is about making machine learning approachable for a broad audience of artists, creative coders, and students. The library provides access to machine learning algorithms and models in the browser, building on top of TensorFlow.js with no other external dependencies.The library is supported by code examples, tutorials, and sample datasets with an emphasis on ethical computing. Bias in data, stereotypical harms, and responsible crowdsourcing are part of the documentation around data collection and usage. We're building friendly machine learning for the web - we're glad you're here! ml5.js is heavily inspired by Processing and p5.js.</p>
</div>
</div>
</div>
</div>
<div id="myCarousel" class="carousel slide" >
<center>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<a href="https://studio.code.org/projects/gamelab/Sdt_OgR8VajkwZ9t45UeVtzMLGiyqhNFJexB9eCe480" target="_blank">
<img src="4500.png">
</a>
<p>4500+classes</p>
</div>
<div class="item">
<a href="https://studio.code.org/projects/gamelab/N25kriFEAiBTZwfbYpDjc_qryNjSBhYW-3fOuYRt_SI" target="_blank">
<img src="compliments.png">
</a>
<p>compliments</p>
</div>
<div class="item">
<a href="https://studio.code.org/projects/gamelab/N25kriFEAiBTZwfbYpDjc_qryNjSBhYW-3fOuYRt_SI" target="_blank">
<img src="thank you.png">
</a>
<p>thank you</p>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</center>
</div>
</div>