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

Sarcasm Detection Model using Machine Learning(NLP) #672

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

KamakshiOjha
Copy link
Contributor

Pull Request for ML-Crate 💡

Issue Title: Sarcasm Detection Model using Machine Learning(NLP)

  • Info about the related issue (Aim of the project) : This repository contains various deep learning models for detecting sarcasm in text data using TensorFlow and Keras. Each model explores different architectures and techniques to improve sarcasm detection performance.
  • Name: Kamakshi Ojha
  • Email ID for further communication: [email protected]
  • GitHub ID: https://github.com/KamakshiOjha
  • Idenitfy yourself: AI/ML practitioner

Closes: #661

Describe the add-ons or changes you've made 📃

I have added a new folder for sarcasm detection using NLP which includes the following:

  • Images: Added Images for the accuracy and loss for each model.
  • Dataset: Included the dataset required for training and testing the sarcasm detection models.
  • Models: Implemented 7 models for sarcasm detection using different architectures and techniques.
  • README.md: Created a comprehensive README file explaining the project, models.
  • requirements.txt: Added a requirements file to specify the necessary Python packages for the project.

Type of change ☑️

What sort of change have you made:

  • 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

How Has This Been Tested? ⚙️

Describe how it has been tested
To test the sarcasm detection models, we used a custom input headline and processed it through a predefined preprocessing function.

Describe how have you verified the changes made
The raw prediction value and the classification (sarcastic or not) are printed to verify the model's performance as output.

Checklist: ☑️

  • 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 things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @KamakshiOjha :)

@abhisheks008 abhisheks008 changed the title PR no - #661 --> Sarcasm Detection Model using Machine Learning(NLP) Sarcasm Detection Model using Machine Learning(NLP) Jun 20, 2024
Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

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

Looks good to me. Approved @KamakshiOjha

Need some time to merge this pull request as I haven't gone through the guidelines for adding the points for VSOC. I'll merge this by EOD or by Friday evening.

@abhisheks008 abhisheks008 added Approved ✅ This PR is approved by the PR or, Mentors. Ready To Merge 🚀 This PR is approved and ready to merge. MEDIUM VSOC - 10 Points VSoC’24 Vinyasa Summer of Code (VSOC) labels Jun 20, 2024
@abhisheks008 abhisheks008 merged commit c7ea0d5 into abhisheks008:main Jun 21, 2024
1 check passed
@abhisheks008 abhisheks008 added Points Added 🎉 This issue's points has been added to the leaderboard. and removed Ready To Merge 🚀 This PR is approved and ready to merge. labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✅ This PR is approved by the PR or, Mentors. MEDIUM VSOC - 10 Points Points Added 🎉 This issue's points has been added to the leaderboard. VSoC’24 Vinyasa Summer of Code (VSOC)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sarcasm Detection Model using Machine Learning(NLP)
2 participants