Skip to content

Crawl news from multiple platforms then uses NLP & ML algorithm to do classify, extract, and generate messages.

Notifications You must be signed in to change notification settings

mazicwong/News-Collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Crawl & Comment Collect

A project to crawl news from different platforms, and use NLP & ML algorithm to do the classify, extract and generate messages.

first: download news

cd news_crawl
python3 runspider.py

second: do classification

cd segment
python3 runsegment.py

third: show in the web

cd website
python3 server.py

Deploy to server

cd website && python3 server.py
cd ../ && nohup python3 main.py

About

Crawl news from multiple platforms then uses NLP & ML algorithm to do classify, extract, and generate messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published