|
| 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 | + <!-- BLOCK INDEX --> |
| 8 | + <meta name="robots" content="noindex"> |
| 9 | + <!-- BLOCK INDEX --> |
| 10 | + <link rel="icon" href="img/favicon.png" type="image/png"> |
| 11 | + <title>SpeechBrain</title> |
| 12 | + <!-- Bootstrap CSS --> |
| 13 | + <link rel="stylesheet" href="css/bootstrap.css"> |
| 14 | + <link rel="stylesheet" href="vendors/linericon/style.css"> |
| 15 | + <link rel="stylesheet" href="css/font-awesome.min.css"> |
| 16 | + <link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css"> |
| 17 | + <link rel="stylesheet" href="vendors/lightbox/simpleLightbox.css"> |
| 18 | + <link rel="stylesheet" href="vendors/nice-select/css/nice-select.css"> |
| 19 | + <link rel="stylesheet" href="vendors/animate-css/animate.css"> |
| 20 | + <!-- main css --> |
| 21 | + <link rel="stylesheet" href="css/style.css"> |
| 22 | + <link rel="stylesheet" href="css/responsive.css"> |
| 23 | + </head> |
| 24 | + <body> |
| 25 | + |
| 26 | + <!--================Header Menu Area =================--> |
| 27 | + <header class="header_area"> |
| 28 | + <div class="main_menu"> |
| 29 | + <nav class="navbar navbar-expand-lg navbar-light"> |
| 30 | + <div class="container box_1620"> |
| 31 | + <!-- Brand and toggle get grouped for better mobile display --> |
| 32 | + <a class="navbar-brand logo_h" href="index.html"><img src="img/logo_line_big.png" width="175px" alt=""></a> |
| 33 | + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
| 34 | + <span class="icon-bar"></span> |
| 35 | + <span class="icon-bar"></span> |
| 36 | + <span class="icon-bar"></span> |
| 37 | + </button> |
| 38 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 39 | + <div class="collapse navbar-collapse offset" id="navbarSupportedContent"> |
| 40 | + <ul class="nav navbar-nav menu_nav justify-content-center"> |
| 41 | + <li class="nav-item active"><a class="nav-link" href="index.html">Home</a></li> |
| 42 | + <li class="nav-item"><a class="nav-link" href="about.html">About SpeechBrain</a> |
| 43 | + <li class="nav-item"><a class="nav-link" href="contributing.html">Contributing</a> |
| 44 | + <li class="nav-item"><a class="nav-link" href="https://speechbrain.readthedocs.io/en/latest/index.html">Documentation</a> |
| 45 | + <li class="nav-item submenu dropdown"> |
| 46 | + <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials</a> |
| 47 | + <ul class="dropdown-menu"> |
| 48 | + <li class="nav-item"><a class="nav-link" href="tutorial_basics.html">SpeechBrain Basics</a></li> |
| 49 | + <li class="nav-item"><a class="nav-link" href="tutorial_advanced.html">SpeechBrain Advanced</a></li> |
| 50 | + <li class="nav-item"><a class="nav-link" href="tutorial_asr.html">Speech Recognition</a></li> |
| 51 | + <li class="nav-item"><a class="nav-link" href="tutorial_separation.html">Source Separation</a></li> |
| 52 | + <li class="nav-item"><a class="nav-link" href="tutorial_enhancement.html">Speech Enhancement</a></li> |
| 53 | + <li class="nav-item"><a class="nav-link" href="tutorial_nn.html">Neural Architectures</a></li> |
| 54 | + <li class="nav-item"><a class="nav-link" href="tutorial_processing.html">Speech Processing</a></li> |
| 55 | + </ul> |
| 56 | + </li> |
| 57 | + </ul> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + </nav> |
| 61 | + </div> |
| 62 | + </header> |
| 63 | + <!--================Header Menu Area =================--> |
| 64 | + |
| 65 | + <!--================Home Banner Area =================--> |
| 66 | + <section class="home_banner_area blog_banner"> |
| 67 | + <div class="banner_inner d-flex align-items-center"> |
| 68 | + <div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0" data-background=""></div> |
| 69 | + <div class="container"> |
| 70 | + <div class="blog_b_text text-center"> |
| 71 | + <h2>SpeechBrain Tutorials</h2> |
| 72 | + <h3>Speech Recognition</h3> |
| 73 | + |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + </section> |
| 78 | + <!--================End Home Banner Area =================--> |
| 79 | + |
| 80 | + <!--================Blog Categorie Area =================--> |
| 81 | + <section class="blog_categorie_area"> |
| 82 | + <!-- We don't have category for now --> |
| 83 | + </section> |
| 84 | + <!--================Blog Categorie Area =================--> |
| 85 | + |
| 86 | + <!--================Blog Area =================--> |
| 87 | + <section class="blog_area"> |
| 88 | + <div class="container"> |
| 89 | + <div class="main_title discourse"> |
| 90 | + <p> <img src="img/logo_discourse.png"/> Join our official <a href="https://speechbrain.discourse.group">Discourse</a> to discuss with SpeechBrain users coming from all around the world! <img src="img/logo_discourse.png"/></p> |
| 91 | + </div> |
| 92 | + <div class="row"> |
| 93 | + <div class="col-md-9"> |
| 94 | + <div class="blog_left_sidebar"> |
| 95 | + <article class="row blog_item"> |
| 96 | + <div class="col-md-3"> |
| 97 | + <div class="blog_info text-right"> |
| 98 | + <div class="post_tag"> |
| 99 | + <a class="active" href="#">Speech Recognition</a> |
| 100 | + </div> |
| 101 | + <ul class="blog_meta list"> |
| 102 | + <li><a href="about.html">Ravanelli M. & Parcollet T.<i class="lnr lnr-user"></i></a></li> |
| 103 | + <li><a href="#">Apr. 2021<i class="lnr lnr-calendar-full"></i></a></li> |
| 104 | + <li><a href="#">Difficulty: medium<i class="lnr lnr-cog"></i></a></li> |
| 105 | + <li><a href="#">Time: 45min<i class="lnr lnr-hourglass"></i></a></li> |
| 106 | + </ul> |
| 107 | + </div> |
| 108 | + </div> |
| 109 | + <div class="col-md-9"> |
| 110 | + <div class="blog_post"> |
| 111 | + <div class="blog_details"> |
| 112 | + <h2>Speech Recognition From Scratch</h2> |
| 113 | + <p>Do you want to figure out how to implement your speech recognizer with SpeechBrain? Look no further, you're in the right place. This tutorial will walk you through all the steps needed to implement an offline end-to-end attention-based speech recognizer. This is a self-contained tutorial that will help you "connecting the dots" across all the steps needed to train a modern speech recognizer. We will address data preparation, tokenizer training, language model, ASR model, and inference. We will explain how to train your model on your data.</p> |
| 114 | + <a href="https://colab.research.google.com/drive/1aFgzrUv3udM_gNJNUoLaHIm78QHtxdIz?usp=sharing" class="blog_btn">Open in Google Colab</a> |
| 115 | + </div> |
| 116 | + </div> |
| 117 | + </div> |
| 118 | + </article> |
| 119 | + <nav class="blog-pagination justify-content-center d-flex"> |
| 120 | + <ul class="pagination"> |
| 121 | + <li class="page-item"> |
| 122 | + <a href="#" class="page-link" aria-label="Previous"> |
| 123 | + <span aria-hidden="true"> |
| 124 | + <span class="lnr lnr-chevron-left"></span> |
| 125 | + </span> |
| 126 | + </a> |
| 127 | + </li> |
| 128 | + <li class="page-item active"><a href="#" class="page-link">1</a></li> |
| 129 | + <li class="page-item"> |
| 130 | + <a href="#" class="page-link" aria-label="Next"> |
| 131 | + <span aria-hidden="true"> |
| 132 | + <span class="lnr lnr-chevron-right"></span> |
| 133 | + </span> |
| 134 | + </a> |
| 135 | + </li> |
| 136 | + </ul> |
| 137 | + </nav> |
| 138 | + </div> |
| 139 | + </div> |
| 140 | + </div> |
| 141 | + </div> |
| 142 | + </section> |
| 143 | + <!--================Blog Area =================--> |
| 144 | + |
| 145 | + <!--================Footer Area =================--> |
| 146 | + <footer class="footer_area p_120"> |
| 147 | + <div class="container"> |
| 148 | + <div class="row footer_inner"> |
| 149 | + <div class="col-lg-5 col-sm-6"> |
| 150 | + <aside class="f_widget ab_widget"> |
| 151 | + <div class="f_title"> |
| 152 | + <h3>About Us</h3> |
| 153 | + </div> |
| 154 | + <p style="text-align:justify">SpeechBrain isn't a company or an association. |
| 155 | + It is an open-source toolkit and a community created by Dr. Mirco Ravanelli and co-created by Dr. Titouan Parcollet. |
| 156 | + We aim at making speech technologies more accessible for the community. </p> |
| 157 | + <p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --> |
| 158 | +Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved</p> |
| 159 | + </aside> |
| 160 | + </div> |
| 161 | + <div class="col-lg-5 col-sm-6"> |
| 162 | + <aside class="f_widget news_widget"> |
| 163 | + <div class="f_title"> |
| 164 | + <h3>Opportunities</h3> |
| 165 | + </div> |
| 166 | + <p>Thanks to our sponsors, we often recruit talented candidates to continue expanding the functionalities of SpeechBrain. |
| 167 | + Feel free to contact us at: speechbrainproject@gmail.com</p> |
| 168 | + </aside> |
| 169 | + </div> |
| 170 | + <div class="col-lg-2"> |
| 171 | + <aside class="f_widget social_widget"> |
| 172 | + <div class="f_title"> |
| 173 | + <h3>Follow Us</h3> |
| 174 | + </div> |
| 175 | + <p>Let us be social</p> |
| 176 | + <ul class="list"> |
| 177 | + <li><a href="https://twitter.com/SpeechBrain1"><i class="fa fa-twitter"></i></a></li> |
| 178 | + </ul> |
| 179 | + </aside> |
| 180 | + </div> |
| 181 | + </div> |
| 182 | + </div> |
| 183 | + </footer> |
| 184 | + <!--================End Footer Area =================--> |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + <!-- Optional JavaScript --> |
| 190 | + <!-- jQuery first, then Popper.js, then Bootstrap JS --> |
| 191 | + <script src="js/jquery-3.2.1.min.js"></script> |
| 192 | + <script src="js/popper.js"></script> |
| 193 | + <script src="js/bootstrap.min.js"></script> |
| 194 | + <script src="js/stellar.js"></script> |
| 195 | + <script src="vendors/lightbox/simpleLightbox.min.js"></script> |
| 196 | + <script src="vendors/nice-select/js/jquery.nice-select.min.js"></script> |
| 197 | + <script src="vendors/isotope/imagesloaded.pkgd.min.js"></script> |
| 198 | + <script src="vendors/isotope/isotope-min.js"></script> |
| 199 | + <script src="vendors/owl-carousel/owl.carousel.min.js"></script> |
| 200 | + <script src="js/jquery.ajaxchimp.min.js"></script> |
| 201 | + <script src="js/mail-script.js"></script> |
| 202 | + <script src="vendors/counter-up/jquery.waypoints.min.js"></script> |
| 203 | + <script src="vendors/counter-up/jquery.counterup.min.js"></script> |
| 204 | + <script src="js/theme.js"></script> |
| 205 | + </body> |
| 206 | +</html> |
0 commit comments