Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.96 KB

README_EN.md

File metadata and controls

38 lines (23 loc) · 1.96 KB

MyBSCloud

README(日本語)

->Google Colab(日本語)
->Google Colab(ENGLISH)

Overview

This tool creates word cloud images of the mappers and artists that make up your Beat Saber plays using ScoreSaber data. It outputs two types of WordClouds: based on word frequency (white background) and PPWeight (black background). You can also create a personalized word cloud image using a mask image. Google Drive authentication is only used to save your ScoreSaber play data (to reduce access load on the ScoreSaber API).

  • Example) Mapper's word cloud… White background: based on word frequency (unranked only, etc.), Black background: PPWeight-based

wordcloud wordcloud

  • Example) Mapper's word cloud(Mask)… White background: based on word frequency, Black background: PPWeight-based

wordcloud wordcloud

Data Source

  • ScoreSaber Public API - doc

Author of this notebook

Libraries

This notebook uses the following third-party libraries:

  • pandas: A library for data manipulation and analysis.
  • numpy: A library for numerical computations.
  • matplotlib & seaborn: Libraries for data visualization.
  • tqdm: A library to display progress bars.
  • PIL (Pillow): A library for image processing.
  • wordcloud: A library for generating word clouds.
  • openai: A library for using the OpenAI API.