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

Sentiment analysis using machine learning #854

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

Conversation

Ananya-vastare
Copy link
Contributor

@Ananya-vastare Ananya-vastare commented Oct 26, 2024

Pull Request for PyVerse 💡

Requesting to submit a pull request to the PyVerse repository.


Issue Title

Related Issue:
#452 Sentiment analysis

  • I have provided the issue title.

Info about the Related Issue

What's the goal of the project?
To automatically identify and classify human emotions expressed in text.

Aim of the project:

  1. Accurately detect and categorize sentiment and specific emotions.
  2. Identify trends and patterns in emotions over time or demographics.
  3. Provide real-time feedback for actionable insights.
  4. Visualize results in an easy-to-understand format for decision-making.
  • I have described the aim of the project.

Your Information

Name:
Ananya Ravikiran Vastare

  • I have provided my name.

GitHub ID:
@Ananya-vastare

  • I have provided my GitHub ID.

Email ID:
[email protected]

  • I have provided my email ID.

Program:
GSSOC extd, Hacktoberfest

  • I have mentioned my participant role.

Issue Reference

Closes:
Closes: #452

  • I have provided the issue number.

Description of Changes

Add-ons or Modifications:
Implemented a sentiment analysis model to classify text data by identifying emotions. Added real-time processing for immediate insights and designed a visual dashboard to display sentiment trends. Enhancements include:

  • Fine-tuning the model for higher accuracy across various emotions.
  • Integrating user feedback for adaptive learning.
  • Optimizing the interface for seamless interaction.

These changes aim to create a more responsive, accurate, and visually engaging sentiment analysis tool tailored to user needs.

  • I have described my changes.

Type of Change

Select the type of change:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Testing Information

Testing Process:
The changes were tested using a dataset with labeled emotions to evaluate model accuracy across different sentiment classes. Real-time analysis was validated with live input to ensure responsiveness. The dashboard was tested for usability and clarity through user feedback sessions.

  • I have described my testing process.

Checklist

Please confirm the following:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added elements that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Change2

Copy link

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@Ananya-vastare
Copy link
Contributor Author

@ruhi47 @UTSAVS26 please let me know if I need to make any changes

@Ananya-vastare Ananya-vastare changed the title Sentiment analysis Sentiment analysis using machine learning #452 Oct 26, 2024
@Ananya-vastare Ananya-vastare changed the title Sentiment analysis using machine learning #452 Sentiment analysis using machine learning Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Code Addition Request]: Sentiment analysis using machine learning
1 participant