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.
- 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.
deno run --allow-net main.ts
Model runs on-demand and it takes some time to load. Please wait for a few seconds and try again.
Please note that the sentiment analysis may not be perfect and should be used as a reference for making important decisions.
- Sentiment Analysis
- Türkçe Duygu Analizi Veriseti
- Türkçe Duygu Analizi Modeli
- Getting Started with Sentiment Analysis using Python
- HuggingFace Tasks
Unhappy Hamster is open-source and distributed under the MIT License.
# unhappy-hamster