-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo1.html
100 lines (95 loc) · 3.89 KB
/
demo1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ARTIFICIAL INTELLIGENCE</title>
<link rel="stylesheet" href="align.css">
</head>
<body >
<br>
<center>
<header>
<font color="#fff" size="6">ARTIFICIAL INTELLIGENCE</font>
</header>
</center>
<br>
<br>
<!--<div id = "img">
<img src="image10.jpg" height="200px" width="230px">
</div>
-->
<div class="container">
<div class ="docs">
<ul >
<li><p id = "doc" style="color:aliceblue">Some useful documents:</p></li>
<li><a id= "link" href="https://drive.google.com/file/d/1HEwp9MvV4l09p1hA-_87ykWek88smr4j/view?usp=share_link">AI SYLLABUS</a></li>
<li> <a id="link" href="https://drive.google.com/file/d/1m4nhUVKZaRiTDgAQToc7uXd76hJ0B9oF/view?usp=share_link">AI STUDY GUIDE</a> </li>
<li><a id="link" href="https://drive.google.com/file/d/1l6oWBv-UH4sOXTYyDceTSxP0ddzo12pV/view?usp=share_link">AI PROJECTS</a></li>
<li><a id="link" href="https://drive.google.com/file/d/1g_n1PEKsahqjNvSA3uHZ5QoFtzN9rImK/view?usp=share_link">CAREER IN AI</a></li>
</ul>
</div>
<!--<div class ="kaggle">
<img src="image1.png" height="300px">
</div>
-->
<div class = "roadmap">
<ul>
<li> <p id = "map" style="color:aliceblue">Roadmaps-></p></li>
<li><a id = "link" href="https://www.kaggle.com/general/214612">Machine Learning</a></li>
<li><a id = "link" href="https://www.kaggle.com/getting-started/171334">Natural Language Processing</a></li>
<li><a id = "link" href="https://www.kaggle.com/getting-started/158267">Computer Vision</a></li>
<li><a id = "link" href="https://www.kaggle.com/getting-started/218320">Deep Learning</a></li>
</ul>
</div>
<div class = "githubrepo">
<ul>
<li> <p id = "repo" style="color:aliceblue">Github Repos</p></li>
<li><a id = "link" href=" https://github.com/louisfb01/start-machine-learning">ML</a></li>
<li><a id = "link" href="https://github.com/louisfb01/Top-10-Computer-Vision-Papers-2020 ">Open cv</a></li>
<li><a id = "link" href="https://github.com/keras-team/keras ">DL</a></li>
</ul>
</div>
<div class="yt">
<li> <p id = "repo" style="color:aliceblue">Youtube Links</p></li>
<li><a id = "link" href="https://www.youtube.com/playlist?list=PLxfEOJXRm7eZKJyovNH-lE3ooXTsOCvfC">ML specialization</a></li>
<li><a id = "link" href="https://www.youtube.com/playlist?list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3 ">Python</a></li>
<li><a id = "link" href="https://www.youtube.com/playlist?list=PLS1QulWo1RIa7D1O6skqDQ-JZ1GGHKK-K ">Open CV</a></li>
<li><a id = "link" href=" https://www.youtube.com/playlist?list=PLpFsSf5Dm-pd5d3rjNtIXUHT-v7bdaEIe ">DL Specialization</a></li>
</div>
<div class = "tools">
<p id = "tools" style="color:aliceblue" >Free AI Tools</p>
<li><a id = "link" href="https://www.copy.ai/">Copy Writing</a></li>
<li><a id = "link" href=" https://lumen5.com/">Video Creator</a></li>
<li><a id = "link" href=" https://www.myheritage.com/deep-nostalgia">Animate photos</a></li>
<li><a id = "link" href="https://www.genei.io/?via=wai-kee ">Summarizes text</a></li>
<li><a id = "link" href="https://hotpot.ai/">NFT Generator</a></li>
</div>
</div>
<br>
<!--
<center><iframe width="500" height="350"
src="https://www.youtube.com/embed/AISftYVyS50">
</iframe>
</center>
-->
</body>
</html>