Abstract

I have experience in developing a Python-based blog recommendation system for Qiita users, where you can enter the URL of a list you "liked" and Qiita will give you a list of blogs that are related or of interest to you.

The related liberay used in this project

- (Web Scraping) Beautiful Soup 4, Scrapy ;
- (Data processing) Numpy, Pandas ;
- (NLP) Mecab, generic, Doc2Vec ;
- (machine learning) Tensorflow, Scikit-learn ;
- etc.