GithubHelp home page GithubHelp logo

arafat877 / amazon-alexa-nlp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from murilogustineli/amazon-alexa-nlp

0.0 0.0 0.0 7.32 MB

Analyzing Amazon Alexa reviews using Natural Language Processing.

Jupyter Notebook 100.00%

amazon-alexa-nlp's Introduction

Amazon Alexa NLP project

Instructions

Follow the next instructions if you would like to download and run the program on your own computer.

  1. Installing • The code and the dataset for this project can be found at my GitHub page github.com/murilogustineli • The dataset can also be found at kaggle.com/sid321axn/amazon-alexa-reviews • If you wish to run the program on your computer, make sure to go to my GitHub page and follow the next steps.

  2. Software For this program, you will need Jupyter Notebook installed on your computer. Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. I recommend installing the Anaconda distribution system; it comes with Jupyter Notebook pre-installed. • You can install Anaconda following this link https://www.anaconda.com/distribution/

  3. Libraries The Anaconda distribution system comes with many libraries already pre-installed. However, because I will be doing analysis of linguistic patterns, I will be using other libraries that are not included in the Anaconda distribution system. Thus, these libraries need to be installed individually. Here’s a list of all the libraries that will be used in the program and how to install them. Note that many libraries come already pre-installed with Anaconda. • NumPy – numpy.org/ o Comes pre-installed with Anaconda

• Pandas – pandas.pydata.org/ o Comes pre-installed with Anaconda

• Matplotlib – matplotlib.org/ o Comes pre-installed with Anaconda

• Seaborn – seaborn.pydata.org/ o Comes pre-installed with Anaconda

• Plotly – plotly.com/install/ o Follow the link and installation guide

• Scikit-learn – scikit-learn.org/stable/install.html o Follow the link and installation guide

• Wordcloud – pypi.org/project/wordcloud/ o Follow the link and installation guide

• NLTK – nltk.org/install.html o Follow the link and installation guide

• spaCy – spacy.io/usage o Follow the link and installation guide

Note: make sure you have all of these libraries installed on your computer prior to running the code. If you try running the program without one of the libraries installed, it might give an error.

  1. Running the program Once you installed the Anaconda distributed system and also all of the libraries listed above, open Jupyter Notebook using Anaconda. • Make sure the database file (amazon_alexa.tsv) and the Jupyter Notebook file (amazon_alexa_NLP.ipynb) are in the same directory. Otherwise, the program will crash due to path issues.

  2. Explore the program After completing all of the steps above, you should be able to run the program on your own computer. If you have any concerns regarding installation or any questions in general, feel free to send me a comment under “Issues” on the project page.

amazon-alexa-nlp's People

Contributors

murilogustineli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.