CoolFace
Apppublic

Osele1/sonic-clusters

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
index.html17 linesDownload Raw Back to root
1<!DOCTYPE html>2<html lang="en">3  <head>4    <meta charset="UTF-8" />5    <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎵</text></svg>">6    <meta name="viewport" content="width=device-width, initial-scale=1.0" />7    <title>SonicClusters - Music Recommendation System</title>8    <meta name="description" content="Interactive music clustering and recommendation system powered by machine learning" />9    <link rel="preconnect" href="https://fonts.googleapis.com">10    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>11  </head>12  <body>13    <div id="root"></div>14    <script type="module" src="/src/main.tsx"></script>15  </body>16</html>17