• Stars
    star
    258
  • Rank 158,189 (Top 4 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Data Analysis & Mining for lagou.com

Data Analysis of Lagou Job

Lagou

Introduction

This repository holds the code for job data analysis of Lagou. The main functions included are listed as follows:

  1. Crawling job data from Lagou, and get the latest information of jobs about Internet.
  2. Proxies are collected from XiCiDaiLi.
  3. Data analysis and visualization.
  4. Crawling job details info and generate word cloud as Job Impression.
  5. In order to train a NLP task with machine learning, the data of interviewee's comments will be stored in mongodb

Prerequisites

  1. Install 3rd party libraries

    sudo pip3 install -r requirements.txt

  2. Install mongodb and start mongodb service [optional]

    sudo service mongod start

How to Use

  1. clone this project from github.
  2. Lagou's anti-spider strategy has been upgrade frequently recently. I suggest you run proxy_crawler.py to get IP proxies and execute the code with PhantomJS.
  3. run m_lagou_spider.py to crawl job data, it will generate a collection of Excel files in ./data directory.
  4. run hot_words_generator.py to cut sentences, it will return TOP-30 hot words and wordcloud figure.

Analysis Results

Image1
Image2
Image3
Image4
Image5
Image6
Image7

Report

  • For technical details, please refer to my answer at Zhihu.
  • The PDF report can be downloaded from here.

Change Log

  • [V2.0] - 2019.04. Upgraded to PhantomJS and IP proxies.
  • [V1.2] - 2017.05. Rewrite WordCloud visualization module.
  • [V1.0] - 2017.04. Upgraded to mobile Lagou.
  • [V0.8] - 2016.05. Finish Lagou PC web spider.

LICENSE

Apache-2.0

More Repositories

1

XCloud

Open Source Deep Learning Serving System with Web Interface
JavaScript
69
star
2

TransFBP

Official Code for Paper <Transferring Rich Deep Features for Facial Beauty Prediction> (arXiv1803.07253)
Python
50
star
3

HMTNet

Official PyTorch implementation of paper <Hierarchical Multi-task Network For Race, Gender and Facial Attractiveness Recognition> (IEEE International Conference on Image Processing (ICIP) 2019)
Python
46
star
4

JiaYuan

user profile of jiayuan.com
Python
40
star
5

ComboLoss

Official PyTorch Implementation for Paper <ComboLoss for Facial Attractiveness Analysis with Squeeze-and-Excitation Networks> (State-of-the-art Performance on 3 Popular Benchmark Dataset)
Python
32
star
6

CRNet

Official PyTorch Implementation of Paper <CRNet: Classification and Regression Neural Network for Facial Beauty Prediction> (Pacific-Rim Conference on Multimedia (PCM) 2018)
Python
22
star
7

FGVC

Fine-Grained Visual Classification for Plants & Flowers
Python
16
star
8

DataHouse

a data mining and machine learning repo
Python
5
star
9

CbirAnnoTool

Online Web-based Annotation Toolkit for Image Retrieval/ReID/Face Recognition Tasks
JavaScript
5
star
10

MMNet

Multi-task and Multi-level Feature Aggregation for Facial Expression Recognition (SOTA performance on RAF-DB)
Python
4
star
11

adversarial_tracking

AL 4 Tracking
Python
3
star
12

CVLH

Open Source Deep Learning Serving System with Web Interface Written in Java
TSQL
3
star
13

CtripPro

a multi-thread web crawler with GUI for ctrip.com written in Java8
Java
1
star
14

blog

Personal Blog
EJS
1
star
15

mateface

Mate-Face: A Wechat Mini-Program for Face Similarity Measurement
JavaScript
1
star
16

ZhihuDataDriven

Official PyTorch Implementation for Paper <Data-driven Approach for Quality Evaluation on Knowledge Sharing Platform> (International Conference on Machine Learning and Cybernetics (ICMLC) 2019)
HTML
1
star