jackalhan / artificial-news-agent

To fish the breaking news from Twitter stream by utilizing deep learning and machine learning approaches
5 stars 1 forks source link
agent artificial-intelligence deep-learning intelligent-news-agent news twitter

artificial-news-agent

gensim installation guidance

(1)Install scipy before the installation of gensim;

(2)Install numpy+mkl before the installation of scipy;

(3)If automatic installation of numpy+mkl and scipy is not working try to download numpy+mkl.whl and scipy.whl from internet

(4)Use "pip install filename.whl" to install .whl file.