fdemir / unhappy-hamster

cli tool that analyzes customer sentiment in product reviews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhappy Hamster - Product/Service Feedback Review Sentiment Analyzer

Are my customers happy? Let's try to find out!

Unhappy Hamster is a command-line tool that allows you to analyze customer sentiment in product reviews. With this tool, you can quickly get how happy or unhappy customers are based on their feedback. It uses Hugging Face's Turkish Sentiment Analysis Model to analyze the sentiment of each review and provide a score indicating the level of happiness. The score ranges from 0 to 1, where 0 is very unhappy and 1 is very happy. Notr is a special case where the score is 0.5.

demo

Features

  • Analyze product reviews to determine customer sentiment.
  • Provide a sentiment score for each review, indicating the level of happiness.
  • Provide a bulk sentiment score for all reviews, indicating the overall level of happiness.

Development

deno run --allow-net main.ts

Known Issues

Error: Model emre/turkish-sentiment-analysis is currently loading:

Model runs on-demand and it takes some time to load. Please wait for a few seconds and try again.

Disclaimer

Please note that the sentiment analysis may not be perfect and should be used as a reference for making important decisions.

References

License

Unhappy Hamster is open-source and distributed under the MIT License.

# unhappy-hamster

About

cli tool that analyzes customer sentiment in product reviews

License:MIT License


Languages

Language:TypeScript 100.0%