Skip to content

pakuang/ReviewSentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Business Sentiment Analyzer

Business analytics hub based in Django with a SQLite3 database. Yelp Review sentiment analysis supported through PyTorch, Hugging Face Transformers and pre-trained BERT model. Data parsed using BeautifulSoup.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Getting Started
  4. Contact
  5. Acknowledgments

About The Project

This Business Sentiment Analyzer application hosted through a robust Django web framework helps inform the way businesses interpret customer feedback. This application seamlessly integrates natural langugae processing techniques using PyTorch, Hugging Face Transformers, and a pre-trained BERT model for accurate sentiment analysis. A SQLite3 database stores business analytics and Django's ORM Model GUI allows for easy admin accessible CRUD operations. A JupyterLab file is provided for further analysis using pandas dataframes and numpy.

(back to top)

Built With

  • Python
  • Django
  • SQLite
  • Pytorch
  • Jupyter
  • Pandas
  • Numpy
  • VSCode

(back to top)

Usage

Main Dashboard main dash

Business Review Analytics business analytic dashboard

Admin Dashboard and Database Management admin dashboard add business to database

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Clone the repo

    git clone https://github.com/pakuang/reviewSentiment.git
  2. Install dependencies in rproject oot directory

    pip3 install torch torchvision torchaudio
    pip3 install transformers requests beautifulsoup4 pandas numpy
  3. Enter your SECRET_KEY in .env

     SECRET_KEY= #Enter secret key here
  4. Run the development server in project directory:

    python3 manage.py runserver
  5. Open given development server with your browser to see the result.

(back to top)

Contact

Pansy Kuang - LinkedIn - kuangpansy@gmail.com

Project Link: https://github.com/pakuang/employeeMS

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published