Sentiment Analysis to see how much user love to spend time with their cat#37
Open
ComTDK wants to merge 2 commits into
Open
Sentiment Analysis to see how much user love to spend time with their cat#37ComTDK wants to merge 2 commits into
ComTDK wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Collaborator
Author
|
It took me quite long as I was trying to deploy the server also to make this features visible during the vercel deployment but due to my wallet problem where nothing in it at all, I gave up the idea but will try again using Peter money hehe |
ashleydvss
approved these changes
Dec 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement FastAPI Python & Using Hugging Face models to do sentiment analysis.
Purpose of sentiment analysis: To investigate and see how much owner love to spend time with their cat --> Example: user will write in the journal their daily activities, we will extract and check if owner and their pet enjoy that activities --> We can based on the data recommend new activities for them later
How to run:
Note: Python version: 3.11.4
Result when testing with Postman:
How to use:
send request to the server with a text, server response with a dictionary illustrate negative, neutral, positive of the text
Note: I will make new PR for the extracting activities from the text later