awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
gxtrobot avatar

gxtrobot/bustag

0
View on GitHub↗
3,826 stars·567 forks·JavaScript·MIT·12 views

Bustag

Bustag is a containerized media library manager and automated metadata aggregator. It serves as a centralized database for tracking digital assets, utilizing machine learning models to act as a predictive content filter that identifies and recommends media based on user preferences.

The system distinguishes itself through a supervised preference modeling workflow, where users manually label assets as liked or disliked to train predictive models. These models then automate content curation and personalized recommendations by analyzing labeled datasets.

The platform integrates web data aggregation via scheduled background scrapers and asynchronous crawlers to normalize remote metadata. It also includes data management utilities for importing external datasets and managing local records.

Features

  • Machine Learning Recommendation Engines - Provides a platform that uses predictive models and user-labeled data to automatically filter and suggest media content based on individual preferences.
  • Preference Modeling - Trains predictive classifiers on manually labeled likes and dislikes to automatically recommend and filter media assets.
  • Manual Dataset Labeling - Provides a workflow for manually marking media assets to create training sets for predictive discovery models.
  • Preference Prediction - Implements algorithmic forecasting of user preferences for media items based on historical interaction data and manual labels.
  • Recommender Systems - Implements predictive models that analyze liked and disliked content to identify and suggest preferred media.
  • Preference Datasets - Enables users to mark entries as liked or disliked to build training datasets for preference models.
  • Metadata Aggregators - Aggregates and normalizes metadata from remote web sources using scheduled background crawlers.
  • Web Data Scraping - Implements an asynchronous crawler with customizable fetch frequencies to gather the latest information from the web.
  • Digital Asset Managers - Serves as a centralized database for organizing and tracking digital assets with automated metadata updates.
  • Data Collection Schedulers - Provides a scheduling system to trigger the scraping and downloading of specific data entries on fixed timetables.
  • Background Content Fetching - Uses a time-based trigger system to automatically fetch and normalize media metadata from remote sources in the background.
  • Interaction Vector Representations - Converts user likes and dislikes into vector formats to enable predictive preference modeling.
  • Database Record Managers - Provides tools for the manual upload and organization of identifier files and database records.
  • HTML Parsing and Extraction - Implements asynchronous parsing to extract identification numbers and structured metadata from remote web pages.
  • Containerized Application Deployments - Packages the entire media management environment and its dependencies into portable container images.
  • Containerized Deployments - Packages the application and dependencies into lightweight images for consistent execution across different hosts.
  • Containerized Media Services - Provides a media management platform deployed as a container image for consistent runtime across environments.
  • Preference-Based Filters - Uses machine learning-predicted interest scores to filter and recommend specific media entries from the library.

Star history

Star history chart for gxtrobot/bustagStar history chart for gxtrobot/bustag

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Bustag

These projects share indexed features with Bustag. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • nicolashug/surpriseNicolasHug avatar

    NicolasHug/Surprise

    6,793View on GitHub↗

    Surprise is a Python library for building and analyzing recommendation systems. It provides a comprehensive toolkit for implementing collaborative filtering to predict user preferences and generate item suggestions based on historical rating patterns. The library includes dedicated tools for hyperparameter optimization and model evaluation. It allows for searching through parameter sets to find the most effective configurations and utilizes a suite of metrics to measure prediction accuracy. The framework covers the full development workflow, including data loading from various sources, the c

    Pythonfactorizationmachine-learningmatrix
    View on GitHub↗6,793
  • lyst/lightfmlyst avatar

    lyst/lightfm

    5,095View on GitHub↗

    LightFM is a Python recommendation library and machine learning framework designed to predict user preferences. It implements a hybrid recommendation engine that combines collaborative filtering with content filtering by integrating user-item interaction data with descriptive metadata. The system utilizes hybrid matrix factorization to learn latent representations of users and items. It is specifically designed to handle implicit feedback, utilizing specialized loss functions such as Weighted Approximate Rank Pairwise and Bayesian Personalized Ranking to optimize item preferences for datasets

    Python
    View on GitHub↗5,095
  • datawhalechina/team-learning-rsdatawhalechina avatar

    datawhalechina/team-learning-rs

    7,180View on GitHub↗

    This project is an end-to-end recommendation pipeline and framework designed for building generative recommendation engines. It utilizes large language models and vector search to facilitate personalized item discovery and produces item recommendations through tokenization and semantic alignment. The system integrates a generative recommendation engine with a multi-objective ranking system and a vector search retrieval pipeline. These components allow for the use of reasoning frameworks to perform inference over items and the application of re-ranking algorithms to optimize the diversity of t

    Python
    View on GitHub↗7,180
  • datawhalechina/fun-recdatawhalechina avatar

    datawhalechina/fun-rec

    7,177View on GitHub↗

    fun-rec is a learning guide and framework for building personalized recommendation systems, covering everything from deep learning ranking to generative recommendation paradigms. It provides instructional content on constructing industrial-grade architectures that span offline data processing and real-time online serving. The project distinguishes itself by focusing on generative recommendation, treating the suggestion process as a sequence-to-sequence task using large language models and transformer models to generate item identifiers rather than traditional ranking lists. It also emphasizes

    Pythonalgorithm-engineeringdeep-learninginterview-questions
    View on GitHub↗7,177
Compare all 30 related projects→

Frequently asked questions

What does gxtrobot/bustag do?

Bustag is a containerized media library manager and automated metadata aggregator. It serves as a centralized database for tracking digital assets, utilizing machine learning models to act as a predictive content filter that identifies and recommends media based on user preferences.

What are the main features of gxtrobot/bustag?

The main features of gxtrobot/bustag are: Machine Learning Recommendation Engines, Preference Modeling, Manual Dataset Labeling, Preference Prediction, Recommender Systems, Preference Datasets, Metadata Aggregators, Web Data Scraping.

Which projects share features with gxtrobot/bustag?

Projects with overlapping indexed features include: nicolashug/surprise — Surprise is a Python library for building and analyzing recommendation systems. It provides a comprehensive toolkit… lyst/lightfm — LightFM is a Python recommendation library and machine learning framework designed to predict user preferences. It… datawhalechina/team-learning-rs — This project is an end-to-end recommendation pipeline and framework designed for building generative recommendation… datawhalechina/fun-rec — fun-rec is a learning guide and framework for building personalized recommendation systems, covering everything from… nodeshift/nodejs-reference-architecture — This project provides a comprehensive architectural framework and set of standardized patterns for building, securing,… dataabc/weibo-crawler — This project is a Sina Weibo web scraper and social media data pipeline designed to extract user profiles, posts,…