Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration of Hugging Face t5 emotion recognition #330

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Greeshma2903
Copy link

@Greeshma2903 Greeshma2903 commented Apr 13, 2024

This project is part of the Fetch.ai hackathon submission at NIT Goa. We were given a Hugging Face model - t5-base-finetuned-emotion (text-to-text model) to use the model to detect emotions in conversations.

We aimed to use the given Hugging Face Model for Emotion Recognition combined with Gemini API to build a mental health therapy platform. This platform is powered by two micro-agents implemented using the the uagents library. The platform analyses conversations and recommends therapists to the user based on their current state of mind. We aimed to make a pseudo-anonymous platform that helps anyone find therapists around them.

@Greeshma2903 Greeshma2903 changed the title Initial commit of gamma Initial commit of Gamma Rays: Hugging Face t5 emotion recognition Apr 13, 2024
@Greeshma2903 Greeshma2903 changed the title Initial commit of Gamma Rays: Hugging Face t5 emotion recognition Integration of Hugging Face t5 emotion recognition Apr 14, 2024
@Dacksus Dacksus added the integration PRs that add integrations but do not contribute to uAgents framework label Apr 16, 2024
Copy link
Contributor

@gautamgambhir97 gautamgambhir97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sadly this PR does not meet our integrations PR project requirements please update and see https://github.com/fetchai/uAgents/blob/main/integrations/CONTRIBUTING.md, thanks!

@gautamgambhir97 gautamgambhir97 added the changes requested Contributor must address PR comments to proceed with approval and merging. label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes requested Contributor must address PR comments to proceed with approval and merging. integration PRs that add integrations but do not contribute to uAgents framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants