--- license: apache-2.0 language: - en library_name: sklearn tags: - emotions pipeline_tag: text-classification extra_gated_heading: "Acknowledge license to accept the repository" extra_gated_description: "Our team may take 2-3 days to process your request" extra_gated_button_content: "Acknowledge license" extra_gated_prompt: "You agree to not use the model to conduct experiments that cause harm to human subjects." extra_gated_fields: Company: text Country: country Specific date: date_picker I want to use this model for: type: select options: - Research - Education - label: Other value: other I agree to use this model for non-commercial use ONLY (if you want to use the model for commerial reasons, please email us and get our DIRECT aproval before doing so): checkbox --- # Emotion-1.0 ## Model Details ### Model Description This advanced AI model accurately detects emotions in text using state-of-the-art natural language processing techniques. It can identify a wide range of emotions, providing valuable insights for businesses and individuals alike. With its machine learning algorithms, it continually refines its understanding of human emotions, offering reliable results at scale. - **Developed by:** SentrifyAI - **Funded by:** Sentrify - **Model type:** Text Classification - **Language(s) (NLP):** English - **License:** Apache-2.0 ## Uses Some uses for this model are: - Social Media - Moderation ## How to Get Started with the Model Use the code below to get started with the model. ```python from sentrifyai import api import json emotions = api.Emotions() results = emotions.emotion(model_slug='Emotions-1.0', message='This is a sample message.') json_results = json.dumps(results, indent=4) print(json_results) ``` Note: Make sure to install the `sentrifyai` PyPi package. ``` pip install sentrifyai ``` ## Model Card Authors The Sentrify Team