|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <!-- Required meta tags --> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 7 | + <link rel="icon" href="img/favicon.png" type="image/png"> |
| 8 | + <title>SpeechBrain</title> |
| 9 | + <!-- Bootstrap CSS --> |
| 10 | + <link rel="stylesheet" href="css/bootstrap.css"> |
| 11 | + <link rel="stylesheet" href="vendors/linericon/style.css"> |
| 12 | + <link rel="stylesheet" href="css/font-awesome.min.css"> |
| 13 | + <link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css"> |
| 14 | + <link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css"> |
| 15 | + <link rel="stylesheet" href="vendors/nice-select/css/nice-select.css"> |
| 16 | + <link rel="stylesheet" href="vendors/animate-css/animate.css"> |
| 17 | + <!-- main css --> |
| 18 | + <link rel="stylesheet" href="css/style.css"> |
| 19 | + <link rel="stylesheet" href="css/responsive.css"> |
| 20 | + </head> |
| 21 | + <body> |
| 22 | + |
| 23 | + <!--================Header Menu Area =================--> |
| 24 | + <header class="header_area"> |
| 25 | + <div class="main_menu"> |
| 26 | + <nav class="navbar navbar-expand-lg navbar-light"> |
| 27 | + <div class="container box_1620"> |
| 28 | + <!-- Brand and toggle get grouped for better mobile display --> |
| 29 | + <a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a> |
| 30 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
| 31 | + <span class="icon-bar"></span> |
| 32 | + <span class="icon-bar"></span> |
| 33 | + <span class="icon-bar"></span> |
| 34 | + </button> |
| 35 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 36 | + <div class="collapse navbar-collapse offset" id="navbarSupportedContent"> |
| 37 | + <ul class="nav navbar-nav menu_nav justify-content-center"> |
| 38 | + <li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li> |
| 39 | + <li class="nav-item"><a class="nav-link" href="#">About SpeechBrain</a> |
| 40 | + <li class="nav-item"><a class="nav-link" href="https://nvidia.github.io/NeMo/index.html">Documentation</a> |
| 41 | + <li class="nav-item submenu dropdown"> |
| 42 | + <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials</a> |
| 43 | + <ul class="dropdown-menu"> |
| 44 | + <li class="nav-item"><a class="nav-link" href="tutorial_basics.html">SpeechBrain Basics</a></li> |
| 45 | + <li class="nav-item"><a class="nav-link" href="tutorial_advanced.html">SpeechBrain Advanced</a></li> |
| 46 | + </ul> |
| 47 | + </li> |
| 48 | + </ul> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + </nav> |
| 52 | + </div> |
| 53 | + </header> |
| 54 | + <!--================Header Menu Area =================--> |
| 55 | + |
| 56 | + <!--================Home Banner Area =================--> |
| 57 | + <section class="home_banner_area blog_banner"> |
| 58 | + <div class="banner_inner d-flex align-items-center"> |
| 59 | + <div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0" data-background=""></div> |
| 60 | + <div class="container"> |
| 61 | + <div class="blog_b_text text-center"> |
| 62 | + <h2>About SpeechBrain</h2> |
| 63 | + <h3>A community toolkit</h3> |
| 64 | + |
| 65 | + </div> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + </section> |
| 69 | + <!--================End Home Banner Area =================--> |
| 70 | + |
| 71 | + <!--================Work Area =================--> |
| 72 | + <section class="work_area p_120"> |
| 73 | + <div class="container"> |
| 74 | + <div class="main_title"> |
| 75 | + <h2>Community driven</h2> |
| 76 | + <p class="justified large"> SpeechBrain has been designed and developped to help researchers. In this extent, the futur of SpeechBrain highly depends on this community. Anyone can clone the code, develop its own branch |
| 77 | + , raise issues or create new discussion. With SpeechBrain we hope to start a symbiotic relationships between the toolkit and the research community. </p> |
| 78 | + </div> |
| 79 | + <div class="main_title"> |
| 80 | + <h2>Contributing to SpeechBrain</h2> |
| 81 | + <p class="justified large"> Contributions can take various forms. Sponsors and partners may contribute financially or with human resources by simply contacting us via <a href="mailto:speechbrainproject@gmail.com"> e-mail </a>. Then, individual researchers, companies or labs can simply |
| 82 | + propose new functionalities throughtout the <a href="">GitHub repository</a> with pull requests or issues. While anyone can create a pull request for its own code to be integrated in the toolkit, it remains |
| 83 | + crucial for us to maintain high quality standards for SpeechBrain. Therefore, each new pull request will be reviewed by SpeechBrain members and will be required to meet different requirements as detailled in the |
| 84 | + <em> README </em> of the repository. <b> SpeechBrain needs you to evolve and we do not wish to create a tool that is only maintained by few indivuals </b>. |
| 85 | + </p> |
| 86 | + </div> |
| 87 | + <div class="main_title"> |
| 88 | + <h2>Referencing SpeechBrain</h2> |
| 89 | + <div class="justified large"> |
| 90 | + <pre> |
| 91 | + <code class="text"> |
| 92 | + @inproceedings{ravanelli2019pytorch, |
| 93 | + title={The pytorch-kaldi speech recognition toolkit}, |
| 94 | + author={Ravanelli, Mirco and Parcollet, Titouan and Bengio, Yoshua}, |
| 95 | + booktitle={ICASSP 2019-2019}, |
| 96 | + pages={6465--6469}, |
| 97 | + year={2019}, |
| 98 | + organization={IEEE} |
| 99 | + } |
| 100 | + </code> |
| 101 | + </pre> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + <div class="main_title"> |
| 105 | + <h2>Legal Aspects</h2> |
| 106 | + <p class="justified large">SpeechBrain is released under the Apache license, version 2.0. The Apache license is a popular <em>BSD-like</em> license. SpeechBrain can be redistributed for free, even for commercial purposes, although you can not take off the license headers (and under some circumstances you may have to distribute a license document). Apache is not a <em>viral</em> license like the GPL, which forces you to release your modifications to the source code. Also note that this project has no connection to the Apache Foundation, other than that we use the same license terms.</p><br/> |
| 107 | + |
| 108 | + <p class="justified large">From a legal and copyright point of view, SpeechBrain has been created and is driven by Dr. Ravanelli Mirco and Dr. Parcollet Titouan. It is a community project, which means that discussions are engaged community-wide while decisions are taken by Dr. Ravanelli and Dr. Parcollet with respect to the community views. There is no legal institution associated as an <em> owner </em> of SpeechBrain. |
| 109 | + Furthermore, and due to the Apache Licence, anyone that would disagree with the way the project is being run can fork it and start a new toolkit.</p> |
| 110 | + </div> |
| 111 | + <div class="main_title"> |
| 112 | + <h2>Sponsors</h2> |
| 113 | + <p class="justified large"> |
| 114 | + Sponsoring allows us to further expand the SpeechBrain team highly increasing the number of new features coming out. It also helps ensuring high quality standards by being able to properly manage the various issues and pull requests coming from the community. |
| 115 | + If interested do not hesitate to contact us via <a href="mailto:speechbrainproject@gmail.com"> e-mail </a>. |
| 116 | + </p> |
| 117 | + <div class="grid_container"> |
| 118 | + <div class="grid"> |
| 119 | + <div><img src="img/sponsors/logo_mila_small.png" alt=""></div> |
| 120 | + <div><img src="img/sponsors/logo_nuance.png" alt=""></div> |
| 121 | + <div><img src="img/sponsors/logo_dolby.png" alt=""></div> |
| 122 | + <div><img src="img/sponsors/logo_nvidia.png" alt=""></div> |
| 123 | + <div><img src="img/sponsors/samsung_official.png" alt=""></div> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + </div> |
| 127 | + |
| 128 | + <div class="main_title"> |
| 129 | + <h2>Partners</h2> |
| 130 | + <p class="justified large"> Partners are organizations that have accepted to collaborate within SpeechBrain by dedicating important human or hardware resources. They are involved in the decision process by participating in meetings. </p> |
| 131 | + <div class="grid_container"> |
| 132 | + <div class="grid"> |
| 133 | + <div><img src="img/partners/logo_lia.png" alt=""></div> |
| 134 | + <div><img src="img/partners/logo_cambridge.png" alt=""></div> |
| 135 | + <div><img src="img/partners/logo_sherbrooke.jpg" alt=""></div> |
| 136 | + </div> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + <div class="main_title"> |
| 140 | + <h2>Pre-public release contributors</h2> |
| 141 | + <p class="justified large"> In this section we thanks all the peoples that contributed to the very first version of SpeechBrain. It took us a year of development to finally |
| 142 | + propose this toolkit.</p> |
| 143 | + </div> |
| 144 | + <ul class="contributors-list"> |
| 145 | + <li>Mirco Ravanelli, MILA, Montréal (CA)</li> |
| 146 | + <li>Titouan Parcollet, Avignon Université (LIA, FR)</li> |
| 147 | + <li>Aku Rouhe, Aalto University (FI)</li> |
| 148 | + <li>Peter Plantinga, Ohio State University (USA)</li> |
| 149 | + <li>Elena Rastorgueva, Amazon</li> |
| 150 | + <li>Loren Lugosch, Mila, McGill University (CA)</li> |
| 151 | + <li>Nauman Dawalatabad, Indian Institute of Technology Madras (IN)</li> |
| 152 | + <li>Ju-Chieh Chou, National Taiwan University (TW)</li> |
| 153 | + <li>Abdel Heba, University of Toulouse (IRIT, FR)</li> |
| 154 | + <li>Francois Grondin, University of Sherbrooke (CA)</li> |
| 155 | + <li>William Aris, University of Sherbrooke (CA)</li> |
| 156 | + <li>Chien-Feng Liao, National Taiwan University (TW)</li> |
| 157 | + <li>Samuele Cornell, Università Politecnica delle Marche (IT)</li> |
| 158 | + <li>Sung-Lin Yeh, National Tsing Hua University (TW)</li> |
| 159 | + <li>Hwidong Na, Visiting Researcher Samsung SAIL (CA)</li> |
| 160 | + <li>Yan Gao, University of Cambridge (UK)</li> |
| 161 | + <li>Szu-Wei Fu, Academia Sinica (TW)</li> |
| 162 | + <li>Cem Subakan, Mila, University of Montréal (CA)</li> |
| 163 | + <li>Renato De Mori, University of McGill (CA), Avignon University (LIA, FR)</li> |
| 164 | + <li>Yoshua Bengio, Mila, University of Montréal (CA)</li> |
| 165 | + </ul> |
| 166 | + </div> |
| 167 | + </section> |
| 168 | + <!--================End Work Area =================--> |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + <!-- Optional JavaScript --> |
| 173 | + <!-- jQuery first, then Popper.js, then Bootstrap JS --> |
| 174 | + <script src="js/jquery-3.2.1.min.js"></script> |
| 175 | + <script src="js/popper.js"></script> |
| 176 | + <script src="js/bootstrap.min.js"></script> |
| 177 | + <script src="js/stellar.js"></script> |
| 178 | + <script src="vendors/lightbox/simpleLightbox.min.js"></script> |
| 179 | + <script src="vendors/nice-select/js/jquery.nice-select.min.js"></script> |
| 180 | + <script src="vendors/isotope/imagesloaded.pkgd.min.js"></script> |
| 181 | + <script src="vendors/isotope/isotope-min.js"></script> |
| 182 | + <script src="vendors/owl-carousel/owl.carousel.min.js"></script> |
| 183 | + <script src="js/jquery.ajaxchimp.min.js"></script> |
| 184 | + <script src="js/mail-script.js"></script> |
| 185 | + <script src="vendors/counter-up/jquery.waypoints.min.js"></script> |
| 186 | + <script src="vendors/counter-up/jquery.counterup.min.js"></script> |
| 187 | + <script src="js/theme.js"></script> |
| 188 | + |
| 189 | + <link rel="stylesheet" href="js/styles/monokai-sublime.css"> |
| 190 | + <script src="js/highlight.pack.js"></script> |
| 191 | + <script>hljs.initHighlightingOnLoad();</script> |
| 192 | + </body> |
| 193 | +</html> |
0 commit comments