File size: 1,462 Bytes
18a9c33
 
 
 
9d520b3
18a9c33
 
 
98bc8c8
 
 
 
 
 
 
18a9c33
98bc8c8
18a9c33
 
98bc8c8
9d520b3
18a9c33
 
11526b7
 
 
9e5869b
430db42
 
18a9c33
 
9d520b3
18a9c33
 
 
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
<!DOCTYPE html>
<html>
	<head>
		<meta charset=utf-8>
		<title>Evolution of intelligence at Hugging Face</title>
		<style>
			body { margin: 0; }
			canvas { width: 100%; height: 100% }
			div.hf-info {
				position: absolute;
				bottom: 6px; left: 0; right: 0;
				text-align: center;
				font-size: 32px;
				font-family: 'Inconsolata', monospace;
			}
		</style>
		<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
	</head>
	<body>
		<div class="hf-info">➡️ Evolution of intelligence at Hugging Face ➡️</div>
		<script src="node_modules/@tweenjs/tween.js/src/Tween.js"></script>
		<script src="node_modules/three/build/three.js"></script>
		<script src="node_modules/three/examples/js/libs/stats.min.js"></script>
		<script src="node_modules/three/examples/js/controls/OrbitControls.js"></script>
		<script src="node_modules/three/examples/js/loaders/MTLLoader.js"></script>
		<script src="node_modules/three/examples/js/loaders/OBJLoader.js"></script>
		<script src="node_modules/three/examples/js/loaders/GLTFLoader.js"></script>
		<script src="node_modules/three/examples/js/libs/inflate.min.js"></script>
		<script src="node_modules/three/examples/js/loaders/FBXLoader.js"></script>
		<script src="node_modules/three/examples/js/loaders/ColladaLoader.js"></script>
		<script src="dist/lib/Log.js"></script>
		<script src="dist/lib/Utils.js"></script>
		<script src="dist/post/index.js"></script>
	</body>
</html>