A project to crawl news from different platforms, and use NLP & ML algorithm to do the classify, extract and generate messages.
cd news_crawl
python3 runspider.py
cd segment
python3 runsegment.py
cd website
python3 server.py
cd website && python3 server.py
cd ../ && nohup python3 main.py