{"id":29894244,"url":"https://github.com/arunagirinathan-k/text-classifier-using-nlp_techniques","last_synced_at":"2026-04-09T12:03:37.850Z","repository":{"id":304532879,"uuid":"1001913219","full_name":"ARUNAGIRINATHAN-K/Text-Classifier-using-NLP_Techniques","owner":"ARUNAGIRINATHAN-K","description":"A Text Classification using NLP Techniques.","archived":false,"fork":false,"pushed_at":"2025-06-25T02:40:54.000Z","size":438,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T00:14:11.324Z","etag":null,"topics":["matplotlib","nlp","nltk","numpy","pandas","scikit-learn","seaborn","spacy","text-classification"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ARUNAGIRINATHAN-K.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-14T10:01:08.000Z","updated_at":"2025-07-03T06:07:35.000Z","dependencies_parsed_at":"2025-07-13T18:48:31.127Z","dependency_job_id":"5456fc0c-df4b-4b56-86d4-02625df9813b","html_url":"https://github.com/ARUNAGIRINATHAN-K/Text-Classifier-using-NLP_Techniques","commit_stats":null,"previous_names":["arun-techverse/text-classifier-using-nlp_techniques","arunagirinathan-k/text-classifier-using-nlp_techniques"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ARUNAGIRINATHAN-K/Text-Classifier-using-NLP_Techniques","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARUNAGIRINATHAN-K%2FText-Classifier-using-NLP_Techniques","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARUNAGIRINATHAN-K%2FText-Classifier-using-NLP_Techniques/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARUNAGIRINATHAN-K%2FText-Classifier-using-NLP_Techniques/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARUNAGIRINATHAN-K%2FText-Classifier-using-NLP_Techniques/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ARUNAGIRINATHAN-K","download_url":"https://codeload.github.com/ARUNAGIRINATHAN-K/Text-Classifier-using-NLP_Techniques/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ARUNAGIRINATHAN-K%2FText-Classifier-using-NLP_Techniques/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006208,"owners_count":26084061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matplotlib","nlp","nltk","numpy","pandas","scikit-learn","seaborn","spacy","text-classification"],"created_at":"2025-08-01T05:00:16.506Z","updated_at":"2025-10-11T04:44:14.449Z","avatar_url":"https://github.com/ARUNAGIRINATHAN-K.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 🧠 Project Idea:\n\nTo Develop a machine learning-based text classifier that categorizes text data (e.g., news, emails, tweets, reviews)\u003cbr\u003e\ninto appropriate categories using NLP preprocessing and classification models.\n\n## 📌 Problem Statement:**\n\nWith the exponential growth of unstructured text data, manually categorizing text is inefficient. This project aims to\u003cbr\u003e\nautomate text classification using Natural Language Processing (NLP) and supervised machine learning models.\n\n## 🛠️ Technologies Used:**\n```\nLanguages: Python\n\nLibraries: NLTK / spaCy, Scikit-learn, pandas, NumPy\n\nML Models: Logistic Regression, Naive Bayes, SVM, or even deep learning (LSTM, BERT for advanced)\n\nFrontend (optional): HTML, CSS, JavaScript\n\nDeployment (optional): Streamlit / Flask\n```\n\n## 🔍 Key Features:\n\n-Text input box or file upload\n\n-Preprocessing (tokenization, stopword removal, stemming/lemmatization)\n\n-Vectorization (TF-IDF or CountVectorizer)\n\n-Model training \u0026 prediction\n\n-Accuracy and confusion matrix\n\nOptional: Downloadable classification report\n\n## 🎯 Use Case Examples:\n\n-Spam vs. Ham email classification\n\n-Sentiment analysis (Positive/Negative/Neutral)\n\n-News categorization (Politics, Sports, Tech, etc.)\n\n-Product review classifier\n\n\n## 📁 Folder Structure:\n```\ntext_classifier_project/\n├── data/\n│   └── sample_data.csv \n├── model/\n│   ├── text_model.pkl  \n│   └── vectorizer.pkl \n├── utils/\n│   └── preprocessing.py \n├── templates/\n│   └── index.html     \n├── app.py          \n├── train.py      \n├── predict.py    \n├── requirements.txt  \n└── README.md      \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunagirinathan-k%2Ftext-classifier-using-nlp_techniques","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farunagirinathan-k%2Ftext-classifier-using-nlp_techniques","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunagirinathan-k%2Ftext-classifier-using-nlp_techniques/lists"}