-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (54 loc) · 4.25 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Srvk.GitHub.io : The Speech Recognition Virtual Kitchen">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Srvk.GitHub.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/srvk">View on GitHub</a>
<h1 id="project_title">Srvk.GitHub.io</h1>
<h2 id="project_tagline">The Speech Recognition Virtual Kitchen</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="welcome-to-the-speech-recognition-virtual-kitchen" class="anchor" href="#welcome-to-the-speech-recognition-virtual-kitchen" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to the Speech Recognition Virtual Kitchen!</h3>
<p>The Speech Recognition Virtual Kitchen is dedicated to improving community research and education infrastructure in speech recognition. We host Virtual Machines (VMs) that provide a consistent environment for experimentation. We liken the VMs to a "kitchen" because they provide the infrastructure into which one can install "appliances" (e.g., speech recognition toolkits), "recipes" (scripts for creating state-of-the art systems), and "ingredients" (language data). The kitchen provides fully configured VMs with documented baselines, so that you can start experimenting right away, without having to download, configure, compile, verify, update, recompile, etc endlessly.</p>
<p>The Speech Kitchen can be used in several ways:</p>
<ul>
<li>Download and run a Virtual Machine directly on your computer using <a href="https://www.virtualbox.org">Virtualbox</a> or <a href="http://www.vmware.com">VMWare</a>. This is like a (disposable, cloneable) computer within your computer.</li>
<li>Run one of our open-sourced images on <a href="https://us-west-1.console.aws.amazon.com/ec2/v2/home?region=us-west-1#Images:visibility=public-images;search=speech%20recognition;sort=name">Amazon EC2</a>.</li>
<li>Check out our repository on Github, and build the VM yourself from scratch using <a href="https://www.vagrantup.com">Vagrant</a>. Here be dragons!</li>
</ul>
<p>If you have something that you would like to <strong>contribute and share with others</strong> - please <a href="http://speech-kitchen.org/?page_id=150#emailJumpBookmark">drop us a line</a>! We'll be happy to re-distribute (in fact, we do not have resources to develop a lot of stuff ourselves).</p>
<h3>
<a id="the-speech-kitchen-website" class="anchor" href="#the-speech-kitchen-website" aria-hidden="true"><span class="octicon octicon-link"></span></a>The Speech Kitchen Website</h3>
<p>Our main web-site with lots of documentation and downloads of several ready-made Virtual Machines can be found at <a href="http://speech-kitchen.org">http://speech-kitchen.org</a>.</p>
<h3>
<a id="the-speech-kitchen-repository" class="anchor" href="#the-speech-kitchen-repository" aria-hidden="true"><span class="octicon octicon-link"></span></a>The Speech Kitchen Repository</h3>
<p>Right here on <a href="https://github.com/srvk">Github</a>, including a <a href="https://github.com/srvk/srvk.github.io/wiki">Wiki</a>. Here be dragons.</p>
<h3>
<a id="contact-us" class="anchor" href="#contact-us" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact us</h3>
<p>You can reach us <a href="http://speech-kitchen.org/home/contact/">here</a>.</p>
<h3>
<a id="support" class="anchor" href="#support" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support</h3>
<p>The Speech Recognition Virtual Kitchen is supported by NSF Grant Nos. IIS-1247368, CNS-1205589, CNS-1305319, CNS-1305365, CNS-1306215 & CNS-1205424.</p>
<p><img src="https://www.nsf.gov/images/logos/nsf1.gif" width="166" height="167"></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>