Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.54 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.54 KB

Topics - Easy Topic Modeling in Python

Requirements

  • Python 3.x (tested with 3.5.1)
  • numpy v1.11.0, matplotlib v1.5.1, gensim v0.12.4
  • Tested on Linux (Ubuntu 14.04), OS X (10.10, 10.11) and Windows 10

Getting Started (for beginners)

  1. Click the green button Clone or download and choose Download ZIP ZIP Download
  2. Unzip the archive and move the extracted folder into your home folder
  3. Install Jupyter and run it by typing jupyter notebook in your command prompt
  4. Access the folder Topics through Jupyter in your browser, open topics.ipynb and follow the instructions

Hint: If you have trouble unzipping the archive, try using 7zip.

Getting Started (using Git)

  1. Download and install Git
  2. Open the command prompt, type git clone https://github.com/pielstroem/Topics.git and press Enter
  3. Congratulations, you just cloned the repository into your home folder
  4. Install Jupyter and run it by typing jupyter notebook in your command prompt
  5. Access the folder Topics through Jupyter in your browser, open topics.ipynb and follow the instructions Jupyter