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

Spam vs Ham Mail Classifier #344

Closed
wants to merge 3 commits into from
Closed

Conversation

pooranjoyb
Copy link

Pull Request for DL-Simplified 💡

Issue Title : Spam Vs Ham Mail Classification [With Streamlit GUI]

ML project with a Streamlit GUI that will predict whether the Mail received from some source is a Spam Mail or not

  • Name: Pooranjoy Bhattacharya
  • GitHub ID: pooranjoyb
  • Email ID: [email protected]
  • Idenitfy yourself: Social Summer of Code participant

Closes: #329

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

Created a ML model to classify Spam and Ham mails.

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)

How Has This Been Tested?

The App has been tested in different devices and environments which it has worked without any errors.

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.

Would be glad if you'd merge this PR @abhisheks008

@github-actions
Copy link

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

@abhisheks008 abhisheks008 changed the title Added Spam vs Ham Mail Classifier Spam vs Ham Mail Classifier Jul 14, 2023
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.

Liked the project but you have not used any deep learning models for this project. As this repository demands projects on Deep learning, can you please update your project and come again.
@pooranjoyb

@abhisheks008 abhisheks008 added Status: Requested Changes Changes requested. SSOC Social Summer of Code 2023 labels Jul 14, 2023
@pooranjoyb
Copy link
Author

Can I use the LSTM model for the Spam Mail Detection? @abhisheks008

@abhisheks008
Copy link
Owner

Can I use the LSTM model for the Spam Mail Detection? @abhisheks008

Yes sure. Try to use 2-3 deep learning models for this project and find out the best fitted one.

@abhisheks008 abhisheks008 added wontfix ❌ This will not be worked on and removed Status: Requested Changes Changes requested. SSOC Social Summer of Code 2023 labels Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix ❌ This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spam Vs Ham Mail Classification [With Streamlit GUI]
2 participants