Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c17hawke/flask-based-wordcloud-generator
This is a flask based app to scrap user reviews and comments from a retail website and generates word-cloud with CSV data available to download
https://github.com/c17hawke/flask-based-wordcloud-generator
Last synced: 23 days ago
JSON representation
This is a flask based app to scrap user reviews and comments from a retail website and generates word-cloud with CSV data available to download
- Host: GitHub
- URL: https://github.com/c17hawke/flask-based-wordcloud-generator
- Owner: c17hawke
- License: gpl-3.0
- Created: 2020-03-08T21:38:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:45:51.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T18:38:23.920Z (about 1 year ago)
- Language: Python
- Homepage: https://c17hawke.github.io/flask-based-wordcloud-generator/
- Size: 2.29 MB
- Stars: 27
- Watchers: 4
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask based wordcloud generator
This is a flask based app to scrap user reviews and comments from a retail website and generates word-cloud with CSV data.
The data that was gathered is available to download as well.This could be a way to showcase a buyer that what in general other consumers are feeling about that product.
**For live demo you can check here-** http://c17hawke-scraper01.herokuapp.com/
## Following is some screenshots from the project -
### 1. Home page with a search bar to search a product.![Home page](https://github.com/c17hawke/peronal-blog-2020/blob/master/project_screenshots/flask-based-wordcloud-generator/homePage.png?raw=true)
---
### 2. Page to display the reviews in a tablular form. From here you can download the data as well.![Results page](https://github.com/c17hawke/peronal-blog-2020/blob/master/project_screenshots/flask-based-wordcloud-generator/search_results.png?raw=true)
---
### 3. To see the wordcloud generated you can click on wordcloud tab in the navbar that will open a new page with wordcloud generated with buyer's comment. This gives a brief idea about the product.![Wordcloud display](https://github.com/c17hawke/peronal-blog-2020/blob/master/project_screenshots/flask-based-wordcloud-generator/wordcloud.png?raw=true)
---
### 4. 404 page will be seen if you enter something gibrish or product is not spelled properly.![404 error page](https://github.com/c17hawke/peronal-blog-2020/blob/master/project_screenshots/flask-based-wordcloud-generator/404.png?raw=true)
### 5. View on my cellphone -
![view on phone](https://github.com/c17hawke/peronal-blog-2020/blob/master/project_screenshots/flask-based-wordcloud-generator/view_on_phone.jpg?raw=true)