🌍 Live Open Source Explorer
Explore live open-source projects and AI models.
Search public open-source repositories from GitHub and AI models from Hugging Face. Every page shows 10 results with clean pagination.
🔎 Live Search
Search live open-source data
Search GitHub repositories and Hugging Face models directly, then explore stars, downloads, source links and project details.
Live Results
GitHub Open Source Repositories
Search: Sentiment-Analysis-NLP-with-Python
Page 1
Showing 7 results from 7
abhishek305/PyBot-A-ChatBot-For-Answering-Python-Queries-Using-NLP
GitHub PythonPybot can change the way learners try to learn python programming language in a more interactive way. This chatbot will try to solve or provide answer to almost every python related issues or queries that the user is asking for. We are implementing NLP for improving the efficiency of the chatbot.... Read more
External source
GitHub
AmirhosseinHonardoust/Sentiment-Analysis-NLP
GitHub Python MIT LicenseCustomer reviews sentiment analysis with Python and NLP. Generates a synthetic dataset of positive, neutral, and negative reviews, applies preprocessing (tokenization, stopwords, lemmatization), and builds TF-IDF features. Trains classifiers (Naive Bayes, Logistic Regression, Random Forest) with ... Read more
External source
GitHub
rohanmistry231/NLP-Projects-01
GitHub Jupyter Notebook MIT LicenseA collection of Python-based NLP projects exploring text processing, sentiment analysis, and language modeling using libraries like NLTK, SpaCy, and Transformers. Includes hands-on implementations with datasets and tutorials for building and evaluating NLP models.
External source
GitHub
yrtnsari/Sentiment-Analysis-NLP-with-Python
GitHub Jupyter NotebookThe project is a simple sentiment analysis using NLP. The project in written in python with Jupyter notebook. It shows how to do text preprocessing (removing of bad words, stop words, lemmatization, tokenization). It further shows how to save a trained model, and use the model in a real life suit... Read more
External source
GitHub
dawoodkhatri1/Email_spam_detection_using_python
GitHub PythonText classification is a fundamental task in natural language processing (NLP), used widely for spam detection, sentiment analysis, and categorization of textual data. In this Python script, we delve into building a text classification pipeline using a Naive Bayes classifier with TF-IDF (Term Fre... Read more
External source
GitHub
Kairos-T/NLTK-Sentiment-Analyser
GitHub Python GNU General Public License v3.0Sentiment Analysis Python script using NLP (NLTK's VADER model) tool that analyses text data and labels them with sentiment scores.
External source
GitHub
Jai-Agarwal-04/Sentiment_Analysis_with_Insights
GitHub PythonSentiment Analysis with Insights using NLP and Dash This project show the sentiment analysis of text data using NLP and Dash. I used Amazon reviews dataset to train the model and further scrap the reviews from Etsy.com in order to test my model. Prerequisites: Python3 Amazon Dataset (3.6GB) Anac... Read more
External source
GitHub