GitHub topics: natural-language-processing-nlp
mwasifanwar/LegalMind
NLP system that analyzes legal documents, identifies compliance risks, and generates contract summaries using transformer-based legal AI.
Language: Python - Size: 39.1 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0
sudhee302/Fake-Review-Detection-using-Stacking-Ensemble
A stacking ensemble model is built for the purpose of detecting fake reviews. The ensemble is a comination of LogisticRegression and MultinomialNB
Language: Jupyter Notebook - Size: 7.06 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0
RohitMukkala/Story_to_KnowledgeGraph
story2kg is an end-to-end NLP pipeline that converts raw story text into a structured, queryable Knowledge Graph (KG). It uses state-of-the-art models to automatically identify and extract characters, locations, events, and their relationships, offering a unique way to analyze and visualize narrative structure for a deeper understanding of the text
Language: Jupyter Notebook - Size: 1.2 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
Najah-Tasfia-Zumana/ai-social-analytics-dashboard
AI-powered dashboard for analyzing social media comments, extracting insights, and visualizing engagement metrics. End-to-end AI system for social media analytics with ML models, data preprocessing, and interactive KPI dashboard. Interactive dashboard using Python, TensorFlow, and Plotly to provide actionable insights from social media data.
Size: 6.12 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
FaresAlnamla/Palestine-Fake-News-Detection
Machine learning project for detecting fake news articles in the Palestinian context using natural language processing (NLP), data preprocessing, and classification models. Includes text cleaning, vectorization, model training, and evaluation.
Language: Jupyter Notebook - Size: 6.33 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
Chandrashekar0123/Fake-news-detection
Fake news detection involves analyzing the content of news articles to identify whether they are real or fake. This process examines the language, structure, and patterns in the text to make an accurate classification.
Language: Jupyter Notebook - Size: 185 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1
ShashankBejjanki1241/ApexHire
AI-Powered Resume Screening Platform with ATS Optimization, FastAPI REST API, and Real-time Performance Monitoring
Language: Python - Size: 270 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
AdelAdool/NER-News-Articles
Named Entity Recognition (NER) on news articles using rule-based and spaCy models. Includes entity extraction, visualizations with displaCy, and comparison of small vs large spaCy models for analysis and insights.
Language: Python - Size: 1.8 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
AdelAdool/fake-news-detector-nlp
Fake News Detection system using NLP techniques and TF-IDF vectorization to classify news articles as real or fake. Trained with Logistic Regression and SVM on the Fake and Real News Dataset, with preprocessing, evaluation metrics, and word cloud visualizations.
Language: Python - Size: 674 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
AdelAdool/News-Category-Classifier
News Category Classification using AG News dataset. Implements text preprocessing, TF-IDF vectorization, and trains Logistic Regression and a Neural Network to classify news into World, Sports, Business, and Sci/Tech categories. Includes data visualization and model evaluation.
Language: Python - Size: 1.49 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
theSohamTUmbare/DETR_powered_Image_Captioning
The excellent Image captioning model using the DETR inspired architecture
Language: Python - Size: 11.6 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
Tdeniz1/NLP-clinical-urgency-classifier
This project builds a full machine learning pipeline to classify clinical notes into urgency levels: EMERGENCY, URGENT, NON-URGENT, ROUTINE. The pipeline is designed for real-world data with noise, ambiguity, and class overlap.
Language: Jupyter Notebook - Size: 237 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
syedhamzamohiuddin/-attention-is-all-you-need-tf2
From paper to code: a rigorous Transformer implementation in TensorFlow 2 — real WMT14 data, Moses tokenizer, and causal masking done right.
Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
Abdelrahman-Atef-Elsayed/NLP_Preprocessing_pipeline
This repo includes a generalized preprocessing pipeline for text data in NLP tasks.
Language: Jupyter Notebook - Size: 64.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0
Willgnner-Santos/DPE-Legal-Doc-Classification-Pipeline
The results are drawn from experiments on the classification of legal documents using LLMs in a real-world institutional setting
Language: Jupyter Notebook - Size: 45.8 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
LatiefDataVisionary/text-mining-and-natural-language-processing-college-task
Language: Jupyter Notebook - Size: 38.6 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
mslawsky/shakespeare-next-word-prediction-model
This repository contains a next-word prediction model using TensorFlow and Keras to generate text in the style of Shakespeare's sonnets.
Size: 56.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
sardaralikhamosh/Burushaski_Words_Network
A network science and computational linguistics project analyzing lexical connections between Burushaski and global languages using centrality measures and interactive graph visualizations.
Language: Python - Size: 12.7 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
RaghuSharma14/PDF-Reader
A PDF Reader application powered by AI, allowing users to upload PDF documents and extract meaningful information using advanced NLP models. Built with Streamlit, Transformers, and Langchain, this app provides a seamless interface for interacting with and analyzing PDF content.
Language: Python - Size: 0 Bytes - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
inchara23/PropInsight
PropInsight is an AI-powered property inspection report generator that utilizes LLM models to analyze property types and observed issues, generating comprehensive and data-driven reports for smarter decision-making.
Language: Python - Size: 23.6 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
suleymancgn/NLP-SentimentClassification
NLP-SentimentClassification is a repository for natural language processing projects focused on analyzing and classifying sentiment in text data using various machine learning techniques. It provides code examples and resources for training models to accurately predict sentiment in text-based data sources.
Language: Jupyter Notebook - Size: 727 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
jdonepud/DeepLearning-Sentiment-analysis
This is a web application that uses an NLP model to perform sentiment analysis.
Language: Python - Size: 3.91 KB - Last synced at: 6 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
jdonepud/NLP-SentimentClassification
Language: Jupyter Notebook - Size: 747 KB - Last synced at: 29 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
Arpanjot0Singh/Grammer-AI-corrector
A deep learning-based AI tool for correcting grammatical and spelling errors using TensorFlow. Features LSTM-based sequence-to-sequence modeling, data preprocessing, and real-time correction capabilities.
Language: Jupyter Notebook - Size: 795 KB - Last synced at: 30 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1
Jenderal92/Language-Translation-Bot
Language Translation Bot is an automated multilingual translation tool built with Python 2.7
Language: Python - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0
Md-Emon-Hasan/ML-Project-Sentiment-Analysis-of-Amazon-Fine-Food-Reviews
💬 It uses NLP techniques to classify reviews as positive, neutral or negative, providing valuable insights into customer feedback.
Language: Jupyter Notebook - Size: 6.55 MB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0