awacke1/SpacesoftheWeekReview
2
1<!DOCTYPE html>2<html lang="en">3<head>4 <meta charset="UTF-8">5 <meta name="viewport" content="width=device-width, initial-scale=1.0">6 <title>ASOTW : All Spaces Of The Week</title>7 <link rel="stylesheet" href="styles.css">8 <link rel="preconnect" href="https://fonts.googleapis.com">9 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>10 <link href="https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">11 <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">12 <style>13 body {14 font-family: 'Source Sans 3', sans-serif;15 background-color: #f0f0f0;16 color: #333;17 }18 19 header {20 background-color: #0044cc;21 color: #fff;22 padding: 20px;23 text-align: center;24 }25 26 .tabs {27 display: flex;28 justify-content: space-around;29 padding: 10px 0;30 background-color: #e0e0e0;31 }32 33 .tab-link {34 color: #000;35 text-decoration: none;36 font-size: 16px;37 }38 39 .rectangles {40 display: grid;41 grid-template-columns: repeat(3, 1fr);42 gap: 10px;43 padding: 20px;44 }45 46 .background {47 padding: 20px;48 border-radius: 8px;49 color: #fff;50 background: linear-gradient(145deg, #6e48aa, #9d50bb);51 }52 53 .author-container, .heart-container, .status-container {54 display: flex;55 align-items: center;56 justify-content: space-between;57 margin-top: 10px;58 }59 60 .heart, .status, .author {61 margin-left: 5px;62 }63 </style>64</head>65<body>66 <!--<div class="hflogo">67 <a href="https://www.huggingface.co" target="_blank" rel="noopener"><img alt="Hugging Face logo" height="40" src="img/logo_hf.png"></a>68 </div>--> 69 70 <header>71 <h1><img width="150" height="150" src="img/logo_asotw.png" alt="X logo"></h1>72 <h1>All Spaces Of The Week</h1>73 <p>Explore the history of Hugging Face featured ML demos: <a href="https://huggingface.co/spaces" target="_blank" rel="noopener"> <u>Spaces Of The Week</u></a></p>74 </header>75 <main>76 <div class="tabs">77 <a href="index.html" class="tab-link">78 <label class="tab-label">79 <img width="14" height="14" src="img/ico_year.png" alt="2021 spaces"> 202180 </label>81 </a>82 <a href="2022.html" class="tab-link">83 <label class="tab-label">84 <img width="14" height="14" src="img/ico_year.png" alt="2022 spaces"> 202285 </label>86 </a>87 <a href="2023.html" class="tab-link">88 <label class="tab-label">89 <img width="14" height="14" src="img/ico_year.png" alt="2023 spaces"> 202390 </label>91 </a>92 <a href="2024.html" class="tab-link">93 <label class="tab-label">94 <img width="14" height="14" src="img/ico_year.png" alt="2024 spaces"> 202495 </label>96 </a>97 <a href="authors.html" class="tab-link">98 <label class="tab-label">99 <img width="14" height="14" src="img/ico_leaderboard.png" alt="leaderboard"> Authors100 </label>101 </a>102 <a href="notes.html" class="tab-link">103 <label class="tab-label">104 <img width="14" height="14" src="img/ico_notes.png" alt="notes"> Notes105 </label>106 </a>107 </div>108 109 110 <button onclick="topFunction()" id="myBtn" title="Go to top"><img width="14" height="14" src="img/ico_top.png" alt="Back to top"> Top</button> 111 112 <section class="tab-content-active"> <!--YEAR 2022-->113 <h3>Note: Likes, states, and details may not be current as updates are only made on a weekly basis at this time (beta). โง <span class="last-updated"></span></h3>114 115 <div class="week-title">January 2022 <img width="14" height="14" src="img/ico_fire.png"> Week 1</div></br>116 <div class="rectangles"><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#d97706">117 <a class="rectangle-link" href="https://huggingface.co/spaces/microsoft/wavlm-speaker-verification" target="_blank" rel="noopener">118 <h5>WavLM Speaker Verification</h5>119 <span class="emoji">๐ฃ๏ธ</span>120 <div class="heart-container">121 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>122 <span class="likes">45</span>123 </div>124 125 <div class="down status-container">126 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>127 <span class="status">Runtime error</span>128 </div>129 </a>130 <a class="author-link" href="https://huggingface.co/microsoft" target="_blank" rel="noopener">131 <div class="author-container">132 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>133 <span class="author">microsoft</span>134 </div>135 </a>136 </div><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#db2777">137 <a class="rectangle-link" href="https://huggingface.co/spaces/sunwaee/Face-Mask-Detection" target="_blank" rel="noopener">138 <h5>Face Mask Detection [ResNets]</h5>139 <span class="emoji">๐</span>140 <div class="heart-container">141 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>142 <span class="likes">7</span>143 </div>144 145 <div class="down status-container">146 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>147 <span class="status">Build error</span>148 </div>149 </a>150 <a class="author-link" href="https://huggingface.co/sunwaee" target="_blank" rel="noopener">151 <div class="author-container">152 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>153 <span class="author">sunwaee</span>154 </div>155 </a>156 </div><div class="background gradient-rectangle" data-color-start="#059669" data-color-end="#059669">157 <a class="rectangle-link" href="https://huggingface.co/spaces/akhaliq/steerable-nafx" target="_blank" rel="noopener">158 <h5>Steerable Nafx</h5>159 <span class="emoji">๐ป</span>160 <div class="heart-container">161 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>162 <span class="likes">10</span>163 </div>164 165 <div class="down status-container">166 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>167 <span class="status">Runtime error</span>168 </div>169 </a>170 <a class="author-link" href="https://huggingface.co/akhaliq" target="_blank" rel="noopener">171 <div class="author-container">172 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>173 <span class="author">akhaliq</span>174 </div>175 </a>176 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#2563eb">177 <a class="rectangle-link" href="https://huggingface.co/spaces/Norod78/ComicsHeroHD" target="_blank" rel="noopener">178 <h5>Comics Hero HD</h5>179 <span class="emoji">๐ฆธ๐ฝโโ๏ธ</span>180 <div class="heart-container">181 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>182 <span class="likes">22</span>183 </div>184 </a>185 <a class="author-link" href="https://huggingface.co/Norod78" target="_blank" rel="noopener">186 <div class="author-container">187 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>188 <span class="author">Norod78</span>189 </div>190 </a>191 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#059669">192 <a class="rectangle-link" href="https://huggingface.co/spaces/nielsr/perceiver-optical-flow" target="_blank" rel="noopener">193 <h5>Perceiver Optical Flow</h5>194 <span class="emoji">๐</span>195 <div class="heart-container">196 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>197 <span class="likes">32</span>198 </div>199 </a>200 <a class="author-link" href="https://huggingface.co/nielsr" target="_blank" rel="noopener">201 <div class="author-container">202 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>203 <span class="author">nielsr</span>204 </div>205 </a>206 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#4f46e5">207 <a class="rectangle-link" href="https://huggingface.co/spaces/DeepDrivePL/PaddleSeg-Matting" target="_blank" rel="noopener">208 <h5>PaddleSeg Matting</h5>209 <span class="emoji">๐</span>210 <div class="heart-container">211 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>212 <span class="likes">6</span>213 </div>214 215 <div class="down status-container">216 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>217 <span class="status">Runtime error</span>218 </div>219 </a>220 <a class="author-link" href="https://huggingface.co/DeepDrivePL" target="_blank" rel="noopener">221 <div class="author-container">222 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>223 <span class="author">DeepDrivePL</span>224 </div>225 </a>226 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#059669">227 <a class="rectangle-link" href="https://huggingface.co/spaces/akhaliq/JoJoGAN" target="_blank" rel="noopener">228 <h5>JoJoGAN</h5>229 <span class="emoji">๐</span>230 <div class="heart-container">231 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>232 <span class="likes">164</span>233 </div>234 235 <div class="down status-container">236 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>237 <span class="status">Runtime error</span>238 </div>239 </a>240 <a class="author-link" href="https://huggingface.co/akhaliq" target="_blank" rel="noopener">241 <div class="author-container">242 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>243 <span class="author">akhaliq</span>244 </div>245 </a>246 </div><div class="background gradient-rectangle" data-color-start="#7c3aed" data-color-end="#4b5563">247 <a class="rectangle-link" href="https://huggingface.co/spaces/valhalla/glide-text2im" target="_blank" rel="noopener">248 <h5>Glide Text2im</h5>249 <span class="emoji">๐</span>250 <div class="heart-container">251 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>252 <span class="likes">63</span>253 </div>254 </a>255 <a class="author-link" href="https://huggingface.co/valhalla" target="_blank" rel="noopener">256 <div class="author-container">257 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>258 <span class="author">valhalla</span>259 </div>260 </a>261 </div>262 </div> 263 </div><div class="week-title">January 2022 <img width="14" height="14" src="img/ico_fire.png"> Week 2</div></br>264 <div class="rectangles"><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#059669">265 <a class="rectangle-link" href="https://huggingface.co/spaces/abidlabs/live-sketch-recognition" target="_blank" rel="noopener">266 <h5>Live Sketch Recognition</h5>267 <span class="emoji">๐</span>268 <div class="heart-container">269 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>270 <span class="likes">4</span>271 </div>272 273 <div class="down status-container">274 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>275 <span class="status">Runtime error</span>276 </div>277 </a>278 <a class="author-link" href="https://huggingface.co/abidlabs" target="_blank" rel="noopener">279 <div class="author-container">280 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>281 <span class="author">abidlabs</span>282 </div>283 </a>284 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#2563eb">285 <a class="rectangle-link" href="https://huggingface.co/spaces/abhishek/first-order-motion-model" target="_blank" rel="noopener">286 <h5>First Order Motion Model</h5>287 <span class="emoji">๐ข</span>288 <div class="heart-container">289 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>290 <span class="likes">132</span>291 </div>292 293 <div class="down status-container">294 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>295 <span class="status">Build error</span>296 </div>297 </a>298 <a class="author-link" href="https://huggingface.co/abhishek" target="_blank" rel="noopener">299 <div class="author-container">300 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>301 <span class="author">abhishek</span>302 </div>303 </a>304 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#7c3aed">305 <a class="rectangle-link" href="https://huggingface.co/spaces/sunwaee/Perceiver-Multiclass-Emotion-Classification" target="_blank" rel="noopener">306 <h5>Multiclass Emotion Classification [Perceiver]</h5>307 <span class="emoji">๐</span>308 <div class="heart-container">309 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>310 <span class="likes">11</span>311 </div>312 </a>313 <a class="author-link" href="https://huggingface.co/sunwaee" target="_blank" rel="noopener">314 <div class="author-container">315 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>316 <span class="author">sunwaee</span>317 </div>318 </a>319 </div><div class="background gradient-rectangle" data-color-start="#4b5563" data-color-end="#4b5563">320 <a class="rectangle-link" href="https://huggingface.co/spaces/zihaoz96/shark-classifier" target="_blank" rel="noopener">321 <h5>Shark Classifier</h5>322 <span class="emoji">๐ฆ</span>323 <div class="heart-container">324 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>325 <span class="likes">8</span>326 </div>327 328 <div class="down status-container">329 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>330 <span class="status">Runtime error</span>331 </div>332 </a>333 <a class="author-link" href="https://huggingface.co/zihaoz96" target="_blank" rel="noopener">334 <div class="author-container">335 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>336 <span class="author">zihaoz96</span>337 </div>338 </a>339 </div><div class="background gradient-rectangle" data-color-start="#059669" data-color-end="#db2777">340 <a class="rectangle-link" href="https://huggingface.co/spaces/Hellisotherpeople/Interpretable_Text_Classification_And_Clustering" target="_blank" rel="noopener">341 <h5>Interpretable_Text_Classification_And_Clustering</h5>342 <span class="emoji">๐๏ธ</span>343 <div class="heart-container">344 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>345 <span class="likes">8</span>346 </div>347 </a>348 <a class="author-link" href="https://huggingface.co/Hellisotherpeople" target="_blank" rel="noopener">349 <div class="author-container">350 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>351 <span class="author">Hellisotherpeople</span>352 </div>353 </a>354 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#7c3aed">355 <a class="rectangle-link" href="https://huggingface.co/spaces/davidwisdom/la-metro" target="_blank" rel="noopener">356 <h5>La Metro</h5>357 <span class="emoji">๐บ๏ธ</span>358 <div class="heart-container">359 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>360 <span class="likes">3</span>361 </div>362 363 <div class="down status-container">364 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>365 <span class="status">Runtime error</span>366 </div>367 </a>368 <a class="author-link" href="https://huggingface.co/davidwisdom" target="_blank" rel="noopener">369 <div class="author-container">370 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>371 <span class="author">davidwisdom</span>372 </div>373 </a>374 </div><div class="background gradient-rectangle" data-color-start="#059669" data-color-end="#7c3aed">375 <a class="rectangle-link" href="https://huggingface.co/spaces/aubmindlab/Arabic-NLP" target="_blank" rel="noopener">376 <h5>Arabic NLP Demo</h5>377 <span class="emoji">โจ</span>378 <div class="heart-container">379 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>380 <span class="likes">25</span>381 </div>382 </a>383 <a class="author-link" href="https://huggingface.co/aubmindlab" target="_blank" rel="noopener">384 <div class="author-container">385 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>386 <span class="author">aubmindlab</span>387 </div>388 </a>389 </div><div class="background gradient-rectangle" data-color-start="#2563eb" data-color-end="#7c3aed">390 <a class="rectangle-link" href="https://huggingface.co/spaces/fcakyon/sahi-yolox" target="_blank" rel="noopener">391 <h5>Small Object Detection with YOLOX</h5>392 <span class="emoji">๐</span>393 <div class="heart-container">394 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>395 <span class="likes">20</span>396 </div>397 398 <div class="down status-container">399 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>400 <span class="status">Build error</span>401 </div>402 </a>403 <a class="author-link" href="https://huggingface.co/fcakyon" target="_blank" rel="noopener">404 <div class="author-container">405 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>406 <span class="author">fcakyon</span>407 </div>408 </a>409 </div>410 </div> 411 </div><div class="week-title">January 2022 <img width="14" height="14" src="img/ico_fire.png"> Week 3</div></br>412 <div class="rectangles"><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#4b5563">413 <a class="rectangle-link" href="https://huggingface.co/spaces/huspacy/demo" target="_blank" rel="noopener">414 <h5>HuSpaCy Demo</h5>415 <span class="emoji">๐</span>416 <div class="heart-container">417 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>418 <span class="likes">5</span>419 </div>420 </a>421 <a class="author-link" href="https://huggingface.co/huspacy" target="_blank" rel="noopener">422 <div class="author-container">423 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>424 <span class="author">huspacy</span>425 </div>426 </a>427 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#d97706">428 <a class="rectangle-link" href="https://huggingface.co/spaces/akhaliq/bizarre-pose-estimator" target="_blank" rel="noopener">429 <h5>Bizarre Pose Estimator</h5>430 <span class="emoji">๐</span>431 <div class="heart-container">432 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>433 <span class="likes">14</span>434 </div>435 436 <div class="down status-container">437 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>438 <span class="status">Build error</span>439 </div>440 </a>441 <a class="author-link" href="https://huggingface.co/akhaliq" target="_blank" rel="noopener">442 <div class="author-container">443 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>444 <span class="author">akhaliq</span>445 </div>446 </a>447 </div><div class="background gradient-rectangle" data-color-start="#7c3aed" data-color-end="#db2777">448 <a class="rectangle-link" href="https://huggingface.co/spaces/merve/chatbot-blog" target="_blank" rel="noopener">449 <h5>Chatbot Blog</h5>450 <span class="emoji">๐ข</span>451 <div class="heart-container">452 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>453 <span class="likes">27</span>454 </div>455 456 <div class="down status-container">457 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>458 <span class="status">Runtime error</span>459 </div>460 </a>461 <a class="author-link" href="https://huggingface.co/merve" target="_blank" rel="noopener">462 <div class="author-container">463 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>464 <span class="author">merve</span>465 </div>466 </a>467 </div><div class="background gradient-rectangle" data-color-start="#2563eb" data-color-end="#2563eb">468 <a class="rectangle-link" href="https://huggingface.co/spaces/MilaNLProc/wordify" target="_blank" rel="noopener">469 <h5>Wordify</h5>470 <span class="emoji">๐ค</span>471 <div class="heart-container">472 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>473 <span class="likes">3</span>474 </div>475 476 <div class="down status-container">477 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>478 <span class="status">Build error</span>479 </div>480 </a>481 <a class="author-link" href="https://huggingface.co/MilaNLProc" target="_blank" rel="noopener">482 <div class="author-container">483 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>484 <span class="author">MilaNLProc</span>485 </div>486 </a>487 </div><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#db2777">488 <a class="rectangle-link" href="https://huggingface.co/spaces/sunwaee/Face-Mask-Detection" target="_blank" rel="noopener">489 <h5>Face Mask Detection [ResNets]</h5>490 <span class="emoji">๐</span>491 <div class="heart-container">492 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>493 <span class="likes">7</span>494 </div>495 496 <div class="down status-container">497 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>498 <span class="status">Build error</span>499 </div>500 </a>501 <a class="author-link" href="https://huggingface.co/sunwaee" target="_blank" rel="noopener">502 <div class="author-container">503 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>504 <span class="author">sunwaee</span>505 </div>506 </a>507 </div><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#db2777">508 <a class="rectangle-link" href="https://huggingface.co/spaces/ysharma/TranslateQuotesInImageForwards" target="_blank" rel="noopener">509 <h5>TranslateQuotesInImageForwards</h5>510 <span class="emoji">๐ป</span>511 <div class="heart-container">512 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>513 <span class="likes">8</span>514 </div>515 516 <div class="down status-container">517 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>518 <span class="status">Runtime error</span>519 </div>520 </a>521 <a class="author-link" href="https://huggingface.co/ysharma" target="_blank" rel="noopener">522 <div class="author-container">523 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>524 <span class="author">ysharma</span>525 </div>526 </a>527 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#059669">528 <a class="rectangle-link" href="https://huggingface.co/spaces/erogol/CoquiTTS" target="_blank" rel="noopener">529 <h5>CoquiTTS (Official)</h5>530 <span class="emoji">๐ธ</span>531 <div class="heart-container">532 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>533 <span class="likes">-</span>534 </div>535 536 <div class="down status-container">537 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>538 <span class="status">404 error</span>539 </div>540 </a>541 <a class="author-link" href="https://huggingface.co/erogol" target="_blank" rel="noopener">542 <div class="author-container">543 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>544 <span class="author">erogol</span>545 </div>546 </a>547 </div><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#db2777">548 <a class="rectangle-link" href="https://huggingface.co/spaces/khursani8/MMOCR" target="_blank" rel="noopener">549 <h5>MMOCR</h5>550 <span class="emoji">๐</span>551 <div class="heart-container">552 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>553 <span class="likes">-</span>554 </div>555 556 <div class="down status-container">557 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>558 <span class="status">404 error</span>559 </div>560 </a>561 <a class="author-link" href="https://huggingface.co/khursani8" target="_blank" rel="noopener">562 <div class="author-container">563 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>564 <span class="author">khursani8</span>565 </div>566 </a>567 </div>568 </div> 569 </div>570 <div class="week-title">January 2022 <img width="14" height="14" src="img/ico_fire.png"> Week 4</div></br>571 <div class="rectangles"><div class="background gradient-rectangle" data-color-start="#2563eb" data-color-end="#4b5563">572 <a class="rectangle-link" href="https://huggingface.co/spaces/haakohu/DeepPrivacy" target="_blank" rel="noopener">573 <h5>DeepPrivacy - A Generative Adversarial Network for Face Anonymization</h5>574 <span class="emoji">๐</span>575 <div class="heart-container">576 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>577 <span class="likes">24</span>578 </div>579 580 <div class="down status-container">581 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>582 <span class="status">Build error</span>583 </div>584 </a>585 <a class="author-link" href="https://huggingface.co/haakohu" target="_blank" rel="noopener">586 <div class="author-container">587 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>588 <span class="author">haakohu</span>589 </div>590 </a>591 </div><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#4f46e5">592 <a class="rectangle-link" href="https://huggingface.co/spaces/keras-io/keras-qa" target="_blank" rel="noopener">593 <h5>Keras Question Answering</h5>594 <span class="emoji">โค๏ธ</span>595 <div class="heart-container">596 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>597 <span class="likes">-</span>598 </div>599 600 <div class="down status-container">601 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>602 <span class="status">404 error</span>603 </div>604 </a>605 <a class="author-link" href="https://huggingface.co/keras-io" target="_blank" rel="noopener">606 <div class="author-container">607 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>608 <span class="author">keras-io</span>609 </div>610 </a>611 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#7c3aed">612 <a class="rectangle-link" href="https://huggingface.co/spaces/inaccel/inception_v1_tf" target="_blank" rel="noopener">613 <h5>inception_v1_tf</h5>614 <span class="emoji">๐</span>615 <div class="heart-container">616 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>617 <span class="likes">1</span>618 </div>619 620 <div class="down status-container">621 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>622 <span class="status">Runtime error</span>623 </div>624 </a>625 <a class="author-link" href="https://huggingface.co/inaccel" target="_blank" rel="noopener">626 <div class="author-container">627 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>628 <span class="author">inaccel</span>629 </div>630 </a>631 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#4b5563">632 <a class="rectangle-link" href="https://huggingface.co/spaces/osanseviero/fork_a_repo" target="_blank" rel="noopener">633 <h5>Fork_a_repo</h5>634 <span class="emoji">๐</span>635 <div class="heart-container">636 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>637 <span class="likes">23</span>638 </div>639 640 <div class="down status-container">641 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>642 <span class="status">Paused</span>643 </div>644 </a>645 <a class="author-link" href="https://huggingface.co/osanseviero" target="_blank" rel="noopener">646 <div class="author-container">647 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>648 <span class="author">osanseviero</span>649 </div>650 </a>651 </div><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#7c3aed">652 <a class="rectangle-link" href="https://huggingface.co/spaces/Ron0420/EfficientNetV2_Deepfakes_Image_Detector" target="_blank" rel="noopener">653 <h5>EfficientNetV2_Deepfakes_Image_Detector</h5>654 <span class="emoji">๐</span>655 <div class="heart-container">656 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>657 <span class="likes">17</span>658 </div>659 660 <div class="down status-container">661 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>662 <span class="status">Runtime error</span>663 </div>664 </a>665 <a class="author-link" href="https://huggingface.co/Ron0420" target="_blank" rel="noopener">666 <div class="author-container">667 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>668 <span class="author">Ron0420</span>669 </div>670 </a>671 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#059669">672 <a class="rectangle-link" href="https://huggingface.co/spaces/anaxagoras7/gauravgs-text-summarizer" target="_blank" rel="noopener">673 <h5>Gauravgs Text Summarizer</h5>674 <span class="emoji">๐</span>675 <div class="heart-container">676 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>677 <span class="likes">54</span>678 </div>679 680 <div class="down status-container">681 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>682 <span class="status">Runtime error</span>683 </div>684 </a>685 <a class="author-link" href="https://huggingface.co/anaxagoras7" target="_blank" rel="noopener">686 <div class="author-container">687 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>688 <span class="author">anaxagoras7</span>689 </div>690 </a>691 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#db2777">692 <a class="rectangle-link" href="https://huggingface.co/spaces/fcakyon/sahi-yolov5" target="_blank" rel="noopener">693 <h5>Small Object Detection with YOLOv5</h5>694 <span class="emoji">๐ญ</span>695 <div class="heart-container">696 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>697 <span class="likes">26</span>698 </div>699 700 <div class="down status-container">701 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>702 <span class="status">Build error</span>703 </div>704 </a>705 <a class="author-link" href="https://huggingface.co/fcakyon" target="_blank" rel="noopener">706 <div class="author-container">707 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>708 <span class="author">fcakyon</span>709 </div>710 </a>711 </div><div class="background gradient-rectangle" data-color-start="#2563eb" data-color-end="#4f46e5">712 <a class="rectangle-link" href="https://huggingface.co/spaces/vivien/clip-slip" target="_blank" rel="noopener">713 <h5>Comparing CLIP and SLIP</h5>714 <span class="emoji">๐ผ๏ธ</span>715 <div class="heart-container">716 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>717 <span class="likes">25</span>718 </div>719 720<div class="sleep status-container">721 <span class="zzz"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.63188 2.99866C8.63188 2.65719 8.9087 2.38037 9.25016 2.38037H13.0008C13.235 2.38037 13.4491 2.51269 13.5538 2.72215C13.6585 2.93161 13.6359 3.18227 13.4954 3.36963L10.4867 7.38119H13.0008C13.3422 7.38119 13.6191 7.658 13.6191 7.99947C13.6191 8.34094 13.3422 8.61775 13.0008 8.61775H9.25016C9.01598 8.61775 8.80189 8.48544 8.69715 8.27597C8.59242 8.06651 8.61502 7.81585 8.75554 7.6285L11.7642 3.61694H9.25016C8.9087 3.61694 8.63188 3.34012 8.63188 2.99866ZM2.38086 7.99947C2.38086 7.658 2.65768 7.38119 2.99915 7.38119H6.74976C6.98395 7.38119 7.19803 7.5135 7.30277 7.72296C7.4075 7.93243 7.3849 8.18309 7.24438 8.37044L4.23572 12.382H6.74976C7.09123 12.382 7.36804 12.6588 7.36804 13.0003C7.36804 13.3418 7.09123 13.6186 6.74976 13.6186H2.99915C2.76496 13.6186 2.55087 13.4863 2.44614 13.2768C2.3414 13.0673 2.36401 12.8167 2.50452 12.6293L5.51319 8.61775H2.99915C2.65768 8.61775 2.38086 8.34094 2.38086 7.99947Z" fill="currentColor"></path></svg></span>722 <span class="status">Sleeping</span>723 </div>724 </a>725 <a class="author-link" href="https://huggingface.co/vivien" target="_blank" rel="noopener">726 <div class="author-container">727 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>728 <span class="author">vivien</span>729 </div>730 </a>731 </div>732 </div> 733 </div><div class="week-title">February 2022 <img width="14" height="14" src="img/ico_fire.png"> Week 1</div></br>734 <div class="rectangles"><div class="background gradient-rectangle" data-color-start="#059669" data-color-end="#2563eb">735 <a class="rectangle-link" href="https://huggingface.co/spaces/masterak25/LSTM_stock_prediction" target="_blank" rel="noopener">736 <h5>LSTM_stock_prediction</h5>737 <span class="emoji">๐</span>738 <div class="heart-container">739 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>740 <span class="likes">4</span>741 </div>742 743 <div class="down status-container">744 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>745 <span class="status">Runtime error</span>746 </div>747 </a>748 <a class="author-link" href="https://huggingface.co/masterak25" target="_blank" rel="noopener">749 <div class="author-container">750 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>751 <span class="author">masterak25</span>752 </div>753 </a>754 </div><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#4b5563">755 <a class="rectangle-link" href="https://huggingface.co/spaces/yhavinga/netherator" target="_blank" rel="noopener">756 <h5>Netherator - teller of tales from the Netherlands</h5>757 <span class="emoji">๐ง</span>758 <div class="heart-container">759 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>760 <span class="likes">5</span>761 </div>762 763<div class="sleep status-container">764 <span class="zzz"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.63188 2.99866C8.63188 2.65719 8.9087 2.38037 9.25016 2.38037H13.0008C13.235 2.38037 13.4491 2.51269 13.5538 2.72215C13.6585 2.93161 13.6359 3.18227 13.4954 3.36963L10.4867 7.38119H13.0008C13.3422 7.38119 13.6191 7.658 13.6191 7.99947C13.6191 8.34094 13.3422 8.61775 13.0008 8.61775H9.25016C9.01598 8.61775 8.80189 8.48544 8.69715 8.27597C8.59242 8.06651 8.61502 7.81585 8.75554 7.6285L11.7642 3.61694H9.25016C8.9087 3.61694 8.63188 3.34012 8.63188 2.99866ZM2.38086 7.99947C2.38086 7.658 2.65768 7.38119 2.99915 7.38119H6.74976C6.98395 7.38119 7.19803 7.5135 7.30277 7.72296C7.4075 7.93243 7.3849 8.18309 7.24438 8.37044L4.23572 12.382H6.74976C7.09123 12.382 7.36804 12.6588 7.36804 13.0003C7.36804 13.3418 7.09123 13.6186 6.74976 13.6186H2.99915C2.76496 13.6186 2.55087 13.4863 2.44614 13.2768C2.3414 13.0673 2.36401 12.8167 2.50452 12.6293L5.51319 8.61775H2.99915C2.65768 8.61775 2.38086 8.34094 2.38086 7.99947Z" fill="currentColor"></path></svg></span>765 <span class="status">Sleeping</span>766 </div>767 </a>768 <a class="author-link" href="https://huggingface.co/yhavinga" target="_blank" rel="noopener">769 <div class="author-container">770 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>771 <span class="author">yhavinga</span>772 </div>773 </a>774 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#2563eb">775 <a class="rectangle-link" href="https://huggingface.co/spaces/erwanlc/Barman-T5" target="_blank" rel="noopener">776 <h5>Cocktails Generator - Barman Transformers</h5>777 <span class="emoji">๐ข</span>778 <div class="heart-container">779 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>780 <span class="likes">4</span>781 </div>782 783<div class="sleep status-container">784 <span class="zzz"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.63188 2.99866C8.63188 2.65719 8.9087 2.38037 9.25016 2.38037H13.0008C13.235 2.38037 13.4491 2.51269 13.5538 2.72215C13.6585 2.93161 13.6359 3.18227 13.4954 3.36963L10.4867 7.38119H13.0008C13.3422 7.38119 13.6191 7.658 13.6191 7.99947C13.6191 8.34094 13.3422 8.61775 13.0008 8.61775H9.25016C9.01598 8.61775 8.80189 8.48544 8.69715 8.27597C8.59242 8.06651 8.61502 7.81585 8.75554 7.6285L11.7642 3.61694H9.25016C8.9087 3.61694 8.63188 3.34012 8.63188 2.99866ZM2.38086 7.99947C2.38086 7.658 2.65768 7.38119 2.99915 7.38119H6.74976C6.98395 7.38119 7.19803 7.5135 7.30277 7.72296C7.4075 7.93243 7.3849 8.18309 7.24438 8.37044L4.23572 12.382H6.74976C7.09123 12.382 7.36804 12.6588 7.36804 13.0003C7.36804 13.3418 7.09123 13.6186 6.74976 13.6186H2.99915C2.76496 13.6186 2.55087 13.4863 2.44614 13.2768C2.3414 13.0673 2.36401 12.8167 2.50452 12.6293L5.51319 8.61775H2.99915C2.65768 8.61775 2.38086 8.34094 2.38086 7.99947Z" fill="currentColor"></path></svg></span>785 <span class="status">Sleeping</span>786 </div>787 </a>788 <a class="author-link" href="https://huggingface.co/erwanlc" target="_blank" rel="noopener">789 <div class="author-container">790 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>791 <span class="author">erwanlc</span>792 </div>793 </a>794 </div><div class="background gradient-rectangle" data-color-start="#2563eb" data-color-end="#4f46e5">795 <a class="rectangle-link" href="https://huggingface.co/spaces/Huertas97/LeetSpeak-NER" target="_blank" rel="noopener">796 <h5>LeetSpeak NER</h5>797 <span class="emoji">๐ฃ</span>798 <div class="heart-container">799 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>800 <span class="likes">5</span>801 </div>802 803 <div class="down status-container">804 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>805 <span class="status">Build error</span>806 </div>807 </a>808 <a class="author-link" href="https://huggingface.co/Huertas97" target="_blank" rel="noopener">809 <div class="author-container">810 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>811 <span class="author">Huertas97</span>812 </div>813 </a>814 </div><div class="background gradient-rectangle" data-color-start="#059669" data-color-end="#db2777">815 <a class="rectangle-link" href="https://huggingface.co/spaces/keras-io/patch-conv-net" target="_blank" rel="noopener">816 <h5>Augmenting CNNs with attention-based aggregation</h5>817 <span class="emoji">๐</span>818 <div class="heart-container">819 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>820 <span class="likes">6</span>821 </div>822 823 <div class="down status-container">824 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>825 <span class="status">Runtime error</span>826 </div>827 </a>828 <a class="author-link" href="https://huggingface.co/keras-io" target="_blank" rel="noopener">829 <div class="author-container">830 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>831 <span class="author">keras-io</span>832 </div>833 </a>834 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#db2777">835 <a class="rectangle-link" href="https://huggingface.co/spaces/jkang/demo-artist-classifier" target="_blank" rel="noopener">836 <h5>Artist Classifier</h5>837 <span class="emoji">๐จ๐จ๐ปโ๐จ</span>838 <div class="heart-container">839 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>840 <span class="likes">10</span>841 </div>842 843 <div class="down status-container">844 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>845 <span class="status">Runtime error</span>846 </div>847 </a>848 <a class="author-link" href="https://huggingface.co/jkang" target="_blank" rel="noopener">849 <div class="author-container">850 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>851 <span class="author">jkang</span>852 </div>853 </a>854 </div><div class="background gradient-rectangle" data-color-start="#059669" data-color-end="#059669">855 <a class="rectangle-link" href="https://huggingface.co/spaces/aravinds1811/neural-style-transfer" target="_blank" rel="noopener">856 <h5>Neural Style Transfer</h5>857 <span class="emoji">๐</span>858 <div class="heart-container">859 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>860 <span class="likes">92</span>861 </div>862 863 <div class="down status-container">864 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>865 <span class="status">Runtime error</span>866 </div>867 </a>868 <a class="author-link" href="https://huggingface.co/aravinds1811" target="_blank" rel="noopener">869 <div class="author-container">870 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>871 <span class="author">aravinds1811</span>872 </div>873 </a>874 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#db2777">875 <a class="rectangle-link" href="https://huggingface.co/spaces/52Hz/SRMNet_real_world_denoising" target="_blank" rel="noopener">876 <h5>SRMNet_real_denoising</h5>877 <span class="emoji">๐ช</span>878 <div class="heart-container">879 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>880 <span class="likes">17</span>881 </div>882 </a>883 <a class="author-link" href="https://huggingface.co/52Hz" target="_blank" rel="noopener">884 <div class="author-container">885 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>886 <span class="author">52Hz</span>887 </div>888 </a>889 </div>890 </div> 891 </div><div class="week-title">February 2022 <img width="14" height="14" src="img/ico_fire.png"> Week 2</div></br>892 <div class="rectangles"><div class="background gradient-rectangle" data-color-start="#4b5563" data-color-end="#4b5563">893 <a class="rectangle-link" href="https://huggingface.co/spaces/HridayKharpude/Tabla-Transcriber" target="_blank" rel="noopener">894 <h5>Tabla Transcriber</h5>895 <span class="emoji">๐ถ๐ผ๐ช๐ช๐ผ๐ถ</span>896 <div class="heart-container">897 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>898 <span class="likes">10</span>899 </div>900 901 <div class="down status-container">902 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>903 <span class="status">Runtime error</span>904 </div>905 </a>906 <a class="author-link" href="https://huggingface.co/HridayKharpude" target="_blank" rel="noopener">907 <div class="author-container">908 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>909 <span class="author">HridayKharpude</span>910 </div>911 </a>912 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#2563eb">913 <a class="rectangle-link" href="https://huggingface.co/spaces/ml6team/Knowledge-graphs" target="_blank" rel="noopener">914 <h5>RE:Belle</h5>915 <span class="emoji">๐</span>916 <div class="heart-container">917 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>918 <span class="likes">53</span>919 </div>920 </a>921 <a class="author-link" href="https://huggingface.co/ml6team" target="_blank" rel="noopener">922 <div class="author-container">923 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>924 <span class="author">ml6team</span>925 </div>926 </a>927 </div><div class="background gradient-rectangle" data-color-start="#059669" data-color-end="#4b5563">928 <a class="rectangle-link" href="https://huggingface.co/spaces/vivien/trompeloeil" target="_blank" rel="noopener">929 <h5>3D In Your Browser</h5>930 <span class="emoji">๐ฅฝ</span>931 <div class="heart-container">932 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>933 <span class="likes">15</span>934 </div>935 </a>936 <a class="author-link" href="https://huggingface.co/vivien" target="_blank" rel="noopener">937 <div class="author-container">938 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>939 <span class="author">vivien</span>940 </div>941 </a>942 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#d97706">943 <a class="rectangle-link" href="https://huggingface.co/spaces/Jean-Baptiste/email_parser" target="_blank" rel="noopener">944 <h5>Email_parser</h5>945 <span class="emoji">๐</span>946 <div class="heart-container">947 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>948 <span class="likes">17</span>949 </div>950 </a>951 <a class="author-link" href="https://huggingface.co/Jean-Baptiste" target="_blank" rel="noopener">952 <div class="author-container">953 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>954 <span class="author">Jean-Baptiste</span>955 </div>956 </a>957 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#db2777">958 <a class="rectangle-link" href="https://huggingface.co/spaces/reach-vb/asr-pyctcdecode" target="_blank" rel="noopener">959 <h5>ASR w/ pyctcdecode</h5>960 <span class="emoji">๐</span>961 <div class="heart-container">962 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>963 <span class="likes">11</span>964 </div>965 966 <div class="down status-container">967 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>968 <span class="status">Runtime error</span>969 </div>970 </a>971 <a class="author-link" href="https://huggingface.co/reach-vb" target="_blank" rel="noopener">972 <div class="author-container">973 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>974 <span class="author">reach-vb</span>975 </div>976 </a>977 </div><div class="background gradient-rectangle" data-color-start="#2563eb" data-color-end="#2563eb">978 <a class="rectangle-link" href="https://huggingface.co/spaces/52Hz/CMFNet_deraindrop" target="_blank" rel="noopener">979 <h5>CMFNet_deraindrop</h5>980 <span class="emoji">๐ฆ</span>981 <div class="heart-container">982 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>983 <span class="likes">10</span>984 </div>985 986 <div class="down status-container">987 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>988 <span class="status">Runtime error</span>989 </div>990 </a>991 <a class="author-link" href="https://huggingface.co/52Hz" target="_blank" rel="noopener">992 <div class="author-container">993 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>994 <span class="author">52Hz</span>995 </div>996 </a>997 </div><div class="background gradient-rectangle" data-color-start="#4b5563" data-color-end="#4b5563">998 <a class="rectangle-link" href="https://huggingface.co/spaces/BritishLibraryLabs/British-Library-books-genre-classifier-v2" target="_blank" rel="noopener">999 <h5>British Library Books Genre Classifier V2</h5>1000 <span class="emoji">๐</span>1001 <div class="heart-container">1002 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1003 <span class="likes">8</span>1004 </div>1005 1006 <div class="down status-container">1007 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1008 <span class="status">Runtime error</span>1009 </div>1010 </a>1011 <a class="author-link" href="https://huggingface.co/BritishLibraryLabs" target="_blank" rel="noopener">1012 <div class="author-container">1013 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1014 <span class="author">BritishLibraryLabs</span>1015 </div>1016 </a>1017 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#4f46e5">1018 <a class="rectangle-link" href="https://huggingface.co/spaces/akiyamasho/AnimeBackgroundGAN" target="_blank" rel="noopener">1019 <h5>AnimeBackgroundGAN</h5>1020 <span class="emoji">๐ผ</span>1021 <div class="heart-container">1022 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1023 <span class="likes">143</span>1024 </div>1025 1026 <div class="down status-container">1027 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1028 <span class="status">Build error</span>1029 </div>1030 </a>1031 <a class="author-link" href="https://huggingface.co/akiyamasho" target="_blank" rel="noopener">1032 <div class="author-container">1033 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1034 <span class="author">akiyamasho</span>1035 </div>1036 </a>1037 </div>1038 </div> 1039 </div>1040 <div class="week-title">March 2022 <img width="14" height="14" src="img/ico_fire.png"> Week 1</div></br>1041 <div class="rectangles"><div class="background gradient-rectangle" data-color-start="#4f46e5" data-color-end="#4f46e5">1042 <a class="rectangle-link" href="https://huggingface.co/spaces/Sadhaklal/coreference-neuralcoref" target="_blank" rel="noopener">1043 <h5>Coreference Neuralcoref</h5>1044 <span class="emoji">๐</span>1045 <div class="heart-container">1046 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1047 <span class="likes">-</span>1048 </div>1049 1050 <div class="down status-container">1051 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1052 <span class="status">404 error</span>1053 </div>1054 </a>1055 <a class="author-link" href="https://huggingface.co/Sadhaklal" target="_blank" rel="noopener">1056 <div class="author-container">1057 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1058 <span class="author">Sadhaklal</span>1059 </div>1060 </a>1061 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#2563eb">1062 <a class="rectangle-link" href="https://huggingface.co/spaces/moflo/nftGAN" target="_blank" rel="noopener">1063 <h5>Chain Runners GAN</h5>1064 <span class="emoji">โ๏ธ</span>1065 <div class="heart-container">1066 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1067 <span class="likes">8</span>1068 </div>1069 1070 <div class="down status-container">1071 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1072 <span class="status">Runtime error</span>1073 </div>1074 </a>1075 <a class="author-link" href="https://huggingface.co/moflo" target="_blank" rel="noopener">1076 <div class="author-container">1077 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1078 <span class="author">moflo</span>1079 </div>1080 </a>1081 </div><div class="background gradient-rectangle" data-color-start="#4b5563" data-color-end="#4b5563">1082 <a class="rectangle-link" href="https://huggingface.co/spaces/Detomo/Lighten-dark-image" target="_blank" rel="noopener">1083 <h5>Lighten Dark Image</h5>1084 <span class="emoji">๐ก</span>1085 <div class="heart-container">1086 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1087 <span class="likes">34</span>1088 </div>1089 1090 <div class="down status-container">1091 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1092 <span class="status">Runtime error</span>1093 </div>1094 </a>1095 <a class="author-link" href="https://huggingface.co/Detomo" target="_blank" rel="noopener">1096 <div class="author-container">1097 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1098 <span class="author">Detomo</span>1099 </div>1100 </a>1101 </div><div class="background gradient-rectangle" data-color-start="#d97706" data-color-end="#db2777">1102 <a class="rectangle-link" href="https://huggingface.co/spaces/ttheland/demo-butterfly-spaces" target="_blank" rel="noopener">1103 <h5>Demo Butterfly Gradio</h5>1104 <span class="emoji">๐ฅ</span>1105 <div class="heart-container">1106 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1107 <span class="likes">4</span>1108 </div>1109 1110 <div class="down status-container">1111 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1112 <span class="status">Runtime error</span>1113 </div>1114 </a>1115 <a class="author-link" href="https://huggingface.co/ttheland" target="_blank" rel="noopener">1116 <div class="author-container">1117 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1118 <span class="author">ttheland</span>1119 </div>1120 </a>1121 </div><div class="background gradient-rectangle" data-color-start="#7c3aed" data-color-end="#db2777">1122 <a class="rectangle-link" href="https://huggingface.co/spaces/pytorch/3D_ResNet" target="_blank" rel="noopener">1123 <h5>3D_ResNet</h5>1124 <span class="emoji">๐ข</span>1125 <div class="heart-container">1126 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1127 <span class="likes">4</span>1128 </div>1129 1130 <div class="down status-container">1131 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1132 <span class="status">Runtime error</span>1133 </div>1134 </a>1135 <a class="author-link" href="https://huggingface.co/pytorch" target="_blank" rel="noopener">1136 <div class="author-container">1137 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1138 <span class="author">pytorch</span>1139 </div>1140 </a>1141 </div><div class="background gradient-rectangle" data-color-start="#dc2626" data-color-end="#dc2626">1142 <a class="rectangle-link" href="https://huggingface.co/spaces/keras-io/NeRF" target="_blank" rel="noopener">1143 <h5>NeRF</h5>1144 <span class="emoji">๐ฎ</span>1145 <div class="heart-container">1146 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1147 <span class="likes">25</span>1148 </div>1149 1150 <div class="down status-container">1151 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1152 <span class="status">Build error</span>1153 </div>1154 </a>1155 <a class="author-link" href="https://huggingface.co/keras-io" target="_blank" rel="noopener">1156 <div class="author-container">1157 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1158 <span class="author">keras-io</span>1159 </div>1160 </a>1161 </div><div class="background gradient-rectangle" data-color-start="#059669" data-color-end="#7c3aed">1162 <a class="rectangle-link" href="https://huggingface.co/spaces/ml6team/distilbart-tos-summarizer-tosdr" target="_blank" rel="noopener">1163 <h5>Terms & Conditions Summarizer</h5>1164 <span class="emoji">๐</span>1165 <div class="heart-container">1166 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1167 <span class="likes">36</span>1168 </div>1169 1170 <div class="down status-container">1171 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1172 <span class="status">Build error</span>1173 </div>1174 </a>1175 <a class="author-link" href="https://huggingface.co/ml6team" target="_blank" rel="noopener">1176 <div class="author-container">1177 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1178 <span class="author">ml6team</span>1179 </div>1180 </a>1181 </div><div class="background gradient-rectangle" data-color-start="#2563eb" data-color-end="#7c3aed">1182 <a class="rectangle-link" href="https://huggingface.co/spaces/keras-io/Monocular-Depth-Estimation" target="_blank" rel="noopener">1183 <h5>Monocular Depth Estimation</h5>1184 <span class="emoji">๐ข</span>1185 <div class="heart-container">1186 <span class="heart"><svg class="mr-1.5 text-white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" focusable="false" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32" fill="currentColor"><path d="M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"></path></svg></span>1187 <span class="likes">39</span>1188 </div>1189 1190 <div class="down status-container">1191 <span class="cross"><svg class="mr-0.5" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2.71A5.29 5.29 0 1 0 8 13.3 5.29 5.29 0 0 0 8 2.7Zm0 9.68a4.4 4.4 0 0 1-3.4-7.16l6.17 6.17c-.78.64-1.76 1-2.77 1Zm3.4-1.62L5.23 4.6a4.4 4.4 0 0 1 6.17 6.17"></path></svg></span>1192 <span class="status">Build error</span>1193 </div>1194 </a>1195 <a class="author-link" href="https://huggingface.co/keras-io" target="_blank" rel="noopener">1196 <div class="author-container">1197 <img width="12" height="12" src="img/ico_hf.png" alt="Hugging Face logo"></span>1198 <span class="author">keras-io</span>1199 </div>1200 </a>