pielstroem / Topics

4 stars 15 forks source link

Topics - Easy Topic Modeling in Python

Requirements

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