Skip to content

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

License

Notifications You must be signed in to change notification settings

Filter-Bubble/nlp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published