Skip to content

behappycc/bdhackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bdhackathon

big data hackathon link.

Installation

Dump and restore

mongodump --db DataBaseName
mongorestore --db DataBaseName /path/to/DataBaseName

Note that /path/to/DataBaseName should be a directory filled with .json and .bson representations of your data

  • pip install -r requirement.txt

##Coding Style Google Python Style Guide link.

##Usage

Web Server

$ git clone https://github.com/behappycc/bdhackathon.git
$ cd bdhackathon/web
$ python3 Server.py -p 8888

Data Analysis

$ cd bdhackathon/src
$ python3 ptt_crawler.py -b Japan_Travel -l
$ python3 topic_analyze.py -b Japan_Travel
$ python3 topic_label.py -b Japan_Travel 

After training LDA model(topic_analyze.py), user need to use topic_weight.txt to set up topic.txt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors