rsaavy / FeatureExtractionTutorial

A tutorial on using NLP for automated keyword in python presented at the Ottawa Python Meetup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Feature Extraction Tutorial

Binder binder is a cloud hosted jupyter hub ! If you would like to try this tutorial without the hassle of installing click on launch binder.

Installation

This required git and Anaconda minimum v4.0 installed on your system

$ git clone https://github.com/Moro-Code/FeatureExtractionTutorial.git
$ cd FeatureExtractionTutorial
$ conda env create -f environment.yml -n yourEnvName
$ conda activate yourEnvName
$ jupyter notebook

About

A tutorial on using NLP for automated keyword in python presented at the Ottawa Python Meetup


Languages

Language:Jupyter Notebook 100.0%