Predict subreddit given post of a Reddit.
You'll want to have Anaconda installed running Python 2.
You'll also want to install the gensim
python package. You can use the below command to install it:
pip install gensim
- Make sure the prerequisites are all installed.
- Clone the repo and
cd
into it. - Run
python src/logistics_main.py
to get a prompt to choose to download the data, do feature extraction or run the models