# BilibiliAnimationRecommender **Repository Path**: yangwulve/BilibiliAnimationRecommender ## Basic Information - **Project Name**: BilibiliAnimationRecommender - **Description**: A project for course - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BilibiliAnimationRecommender ## Description Data collector and analyzer for data mining course's final project, aiming at making a more accurate algorithm to do animation recommendation. In this project, I completed the implementation of association rules mining, recommendation and some of visualization. My partners finished data collecting and accuracy assessment. ## Structure ```text BilibiliAnimationRecommender - bilibili_analyzer - bilibili_spider # web spiders for crawling bilibili animation and user information. - spiders - Animation.py # spider for crawling animation information in detail - AnimationFeature.py # spider for crawling animation extra features - UserInfo.py # spider for crawling user info and preferences - items.py - middlewares.py - models.py # sqlalchemy models - pipelines.py - settings.py - migrates - versions # history of database changing - ... - utils - alembic.ini - scrapy.cfg ```