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

Text Classification for Spam Detection #265

Closed
wants to merge 6 commits into from

Conversation

sanga28
Copy link

@sanga28 sanga28 commented Jan 15, 2025

Closes:

Text Classification for Spam Detection #70

Full Name: Sanga Bhattacharjee
Open Source Program: SWOC

Description 📃

This PR implements a text classification system to detect spam messages. The following changes are included:

  • Added a spam-detection folder containing:
    • app.py: Streamlit-based user interface for detecting spam messages.
    • model.py: Code for preprocessing data, training, and evaluating the machine learning model.
    • Dataset folder: Includes the spam.csv dataset for training.
  • Updated requirements.txt with dependencies like scikit-learn and streamlit.

Why This is Needed

This feature adds a spam detection system, allowing users to input text messages and determine whether they are spam. It addresses the need for real-time spam detection in open-source projects.

Checklist: ☑️

  • My code follows the code style of this project.
  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@Avdhesh-Varshney
Copy link
Owner

Follow guidelines.

  • PR closed due to commit in main branch.
  • Integrate your model with Jarvis. You have to create a single file not multiple files.

@Avdhesh-Varshney Avdhesh-Varshney added Flag: Invalid Warning: Follow Guidelines https://github.com/Avdhesh-Varshney/Jarvis/issues/113 wontfix ❌ This will not be worked on labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Flag: Invalid Warning: Follow Guidelines https://github.com/Avdhesh-Varshney/Jarvis/issues/113 wontfix ❌ This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants