File size: 1,365 Bytes
c57d634 3e7bb32 d1b54f2 3e7bb32 27fa5d9 3e7bb32 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
license: cc
---
This dataset provides information of all the spaces (~6,200 at time of snapshot) created on [HuggingFace Spaces](https://huggingface.co/spaces) 🤗. Most of the data comes from a public API endpoint while some of the data is enriched by web scraping. The dataset is intended to provide a snapshot of the spaces and was last updated in first week of *July-2022*.
Along with the name of the space, the dataset consists of following columns:
- likes (number of likes on the space)
- sdk (streamlit,gradio or other)
- status (was running successfully or had error when snapshot was taken)
- total_commits (number of commits in the space)
- last_commit (when did last commit happen)
- community_interactions (number of interactions in the newly introduced Community tab)
Apart from these, we have also added some post-processing columns (where space was using gradio):
- inputs (Image/Text/Slider etc)
- outputs (Image/Audio/Textbox etc)
- ai_ml_reqs (If the requirements.txt contain a popular ML repo dependency like: torch, tensorflow, pandas, sklearn, scipy etc)
Contributors:
- [Abdullah Meda](https://www.linkedin.com/in/abdmeda/)
- [Ayush Ranwa](https://twitter.com/Ayushranwa6)
- [Deepak Rawat](https://twitter.com/dsr_ai)
- [Kartik Godawat](https://twitter.com/kartik_godawat)
Please reach out to us for any queries or discussions.
|