hub-analysis / index.html
davanstrien's picture
davanstrien HF Staff
add index
6e8e38e
raw
history blame
719 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
<style>
.center {
text-align: center;
}
</style>
</head>
<body>
<div class="card">
<h1 class="center">🤗 Hub analysis notebooks 🤗</h1>
<p class="center">This Space is used to collect notebooks which analyse metadata on the Hugging Face Hub in various ways.</p>
<h2>Current notebooks</h2>
<ul>
<li><a href=""https://huggingface.co/spaces/librarian-bots/hub-metadata-analysis/blob/main/dataset_language_detection.ipynb>Dataset Language Analysis</a></li>
</ul>
</div>
</body>
</html>