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

Emojify😉 #804

Merged
merged 16 commits into from
Jun 28, 2024
Merged

Emojify😉 #804

merged 16 commits into from
Jun 28, 2024

Conversation

binguliki
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : Emojify

  • Info about the related issue (Aim of the project) : The Goal is of this project is to analyse a given Tweet sentence and predict a an appropriate Emoji for it.
  • Name: Bingumalla Likith
  • GitHub ID: binguliki
  • Email ID: [email protected]
  • Idenitfy yourself: GSSoC'24 | Contributor

Closes: #673

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

Emojis are the lifeblood of online expression! This project explored predicting the perfect emoji for your tweets using neural networks. We built two models: a basic one (34% accuracy) and a powerful LSTM (93% accuracy) that considers word order. We fine-tuned the models for optimal performance and analyzed their strengths beyond just accuracy. This paves the way for even more accurate emoji prediction, making your tweets truly shine!

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

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.

Hey @abhisheks008 👋 , Can you please check the project and assign me Level-3 tag for my efforts under GSSoC'24.

Copy link

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

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.

In the project folder name please remove the emoji and rename it like this, Emojify - An Emoji Prediction Project using DL.

Remove the .gitignore file.

Either add a web app and showcase the working of the project or create two models for this project. As the existing models are not sufficient enough for this project especially the FCNN model.

@abhisheks008 abhisheks008 added Status: Requested Changes Changes requested. gssoc Girlscript Summer of Code 2024 labels Jun 19, 2024
@binguliki
Copy link
Contributor Author

@abhisheks008 okay bro i'll update it

@binguliki
Copy link
Contributor Author

Hey bro @abhisheks008 👋,

I've invested a lot of time and effort into developing and fine-tuning another model, incorporating an attention mechanism that has boosted accuracy to 92%. Could you please review the changes and assign the appropriate tag?

@abhisheks008 abhisheks008 added Status: Approved Approved PR by the PA. level 3 Level 3 for GSSOC and removed Status: Requested Changes Changes requested. labels Jun 28, 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 @binguliki

@abhisheks008 abhisheks008 merged commit 36e5930 into abhisheks008:main Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Girlscript Summer of Code 2024 level 3 Level 3 for GSSOC Points Updated Status: Approved Approved PR by the PA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Emojify 😉
2 participants