A python library for negative google review analysis.
Project description
A python library for negative google review analysis.
We recommend using a Colab T4 GPU for faster results.
Main dependencies
- python>=3.11
- tiktoken==0.9.0
- sentence-transformers==3.4.1
- transformers==4.49.0
- openai==1.66.3
- selenium==4.29.0
- matplotlib==3.10.1
Example & Usage
from review_analysis import main
# Your API token which can be found here (https://github.com/marketplace/models/azure-openai/gpt-4o)
api_token = "YOUR_API_TOKEN"
url="https://www.google.com/maps/place/Tartine+Manufactory/@37.7641381,-122.4072274,15.17z/data=!4m14!1m7!3m6!1s0x14a1bd1aea890b7b:0x678031344322f3af!2sKalamaki+Bar!8m2!3d37.9654755!4d23.7257512!16s%2Fg%2F11b6xk37_y!3m5!1s0x808f7e308f2ed1bb:0x88d7d35712aa2ba3!8m2!3d37.7618278!4d-122.4118972!16s%2Fg%2F11cjkq6mjc?entry=ttu&g_ep=EgoyMDI1MDMxMS4wIKXMDSoASAFQAw%3D%3D"
sentiment_model_name = "cardiffnlp/twitter-roberta-base-sentiment-latest" # OR "cardiffnlp/twitter-xlm-roberta-base-sentiment"
download_destination_folder = "src/to/your/download/folder"
main.sentiment_review_analysis(api_token, url, sentiment_model_name, download_destination_folder)
Parameters
- api_token: Your API token from here. (Required)
- url: The url of the place taken from google maps. (Required)
- sentiment_model_name: The model to perform the analysis (Note: The "twitter-xlm-roberta-base-sentiment" model takes longer but returns better results) (Required)
Licence
This library is licensed under the CC-BY-NC 4.0 license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file google_review_analysis-0.0.4.tar.gz.
File metadata
- Download URL: google_review_analysis-0.0.4.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ede3fb414937cb8c2a6649ff86d3244d14327b2e2abb06e09e5aa40c363d8d08
|
|
| MD5 |
4ea60864f7a97e396aeba396cb550215
|
|
| BLAKE2b-256 |
aa15207d8b3cfe15bb204c27cf1e6d1132e495d26dd81e12fab94eefe436bd49
|
File details
Details for the file google_review_analysis-0.0.4-py3-none-any.whl.
File metadata
- Download URL: google_review_analysis-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1df7dc4256399ab0cf3608c71089625b8ddb95e339cf8b4bf36b9d3d4683f054
|
|
| MD5 |
1ef5f0547672e78c5893c0e6e9e36c62
|
|
| BLAKE2b-256 |
0044415dc660cb69ce77ed513598400a57f1cf0b6b471f743d5bdc961c0273ef
|