jeff1evesque / ist-736

Syracuse IST-736 Final Project
1 stars 0 forks source link

Add README.md #111

Closed jeff1evesque closed 5 years ago

jeff1evesque commented 5 years ago

We need to define a basic README.md which briefly discusses the overall project.

jeff1evesque commented 5 years ago

The following packages are needed:

sudo pip install nltk matplotlib twython quandl sklearn scikit-plot statsmodels seaborn wordcloud keras numpy

However, the following should be added to a python entry script:

>>> import nltk
>>> nltk.download('stopwords')
jeff1evesque commented 5 years ago

The following is needed as well:

>>> import nltk
>>> nltk.download('averaged_perceptron_tagger')
jeff1evesque commented 5 years ago

The implemented signal analysis performed results very similar to the following animation:

signal-analysis