Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 851 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 851 Bytes

Binder

nlp-demo

Example notebooks and scripts to run nlp tools for the Inside the Filter Bubble Project

Run on MyBinder

Use this link to explore the notebooks on MyBinder.

Run locally

Prequisites: Python 3.6, 3.7 or 3.8 and Jupyter. Best is to create a new Python environment (using virtualenv or conda) and activate it before performing these steps. Clone this repository and move into the directory:

git clone https://github.com/Filter-Bubble/nlp-demo
cd nlp-demo

Install the required python packages:

pip install -r requirements.txt

Start the Jupyter notebook service:

jupyter notebook

Navigate in Jupyter to the notebooks directory and start exploring!