Skip to content

skfile/SellersInn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd62a32 · Dec 31, 2020

History

11 Commits
Aug 23, 2020
Aug 30, 2020
Aug 30, 2020
Sep 5, 2020
Aug 23, 2020
Aug 23, 2020
Aug 30, 2020
Dec 31, 2020
Aug 30, 2020
Aug 23, 2020
Aug 30, 2020
Aug 30, 2020
Aug 23, 2020
Aug 30, 2020

Repository files navigation

Reviews Analyzer - Django-Based Web Application

Designed to help small businsess selling on Amazon analyze their product reviews using Machine Learning (Natural Language Processing). Data obtained by Scrapy (Web Scraper). Python packages matplotlib, sklearn and plotly used among others for custom analysis (see sample pages) Data Analysis (scraping and analysis) code available upon request.

Running Instructions

Setup

1 - Install requirements

$ pip install -r requirements.txt

2 - Configure the database

$ python manage.py migrate

Start the project.

In order to run Django

$ python manage.py runserver

Setup by Docker (Recommended)

1 - Build application

$ docker-compose build

2 - Configure database and create super user

$ docker-compose run django bash -c "python manage.py migrate && python manage.py createsuperuser"

3 - Start application

$ docker-compose up

Django is running on: http://localhost:3001

About

A Reviews Analysis Web Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages