Coder Social home page Coder Social logo

kalijauhari / fine-grained-sentiment-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akshayakn13/fine-grained-sentiment-analysis

0.0 0.0 0.0 1.36 MB

Fine Grained Sentiment Analysis of Phone Reviews on amazon.in

Jupyter Notebook 100.00%

fine-grained-sentiment-analysis's Introduction

Fine-Grained-Sentiment-Analysis of Smartphone Reviews on amazon.in

This projects includes:

  1. Data mining using Selenium, Beautiful Soup, and Requests library
  2. Data Exploration using matplotlib, seaborn
  3. Modelling using scikit-learn
  4. Fine-Grained Sentiment Analysis using TextBlob

Selenium is used to automate the browser and fetching the page source automatically. Selenium Python bindings provides a simple API to write functional/acceptance tests using Selenium WebDriver. Through Selenium Python API you can access all functionalities of Selenium WebDriver in an intuitive way. https://selenium-python.readthedocs.io/installation.html#introduction

Beautiful Soup and Request is used to request the browser opened using selenium and beautful soup is to parse the page source https://www.crummy.com/software/BeautifulSoup/bs4/doc/ Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work.

https://requests.readthedocs.io/en/master/ Requests is an elegant and simple HTTP library for Python, built for human beings.

matplotlib and seaborn are the plotting libraries mainly used for exploratory data analysis https://matplotlib.org/ https://seaborn.pydata.org/

https://scikit-learn.org/stable/

TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more. https://textblob.readthedocs.io/en/dev/

fine-grained-sentiment-analysis's People

Contributors

akshayakn13 avatar kalijauhari 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.