294 skills found · Page 5 of 10
FarhaKousar1601 / Online Shopping Sentiment Analysis FlipkartThis project, conducted in collaboration with Global Core Tech, focuses on analyzing sentiment in Flipkart reviews. Using Python and essential data science libraries like Pandas, Matplotlib, NLTK, and Seaborn, we aim to extract valuable insights into customer sentiments from the reviews.
vibhorag101 / Fake News DetectionMachine Learning and Deep Learning Model using Natural Language Processing to help in detection of the fake news. Used Deep Learning models such as Artificial Neural Network and ML models like SVM and random forest using Python, NLTK Library, Numpy and Sklearn. Can help overcome privacy and cybersecurity challenges
gregyjames / Twitter Stock SentimentUse twitter to get live and trending stock sentiment!
dan-mcm / MusicPrograms🎹 Python Transposer & Series Compositions. Using NLTK/Mingus/Lilypond
izacus / Slo PosSlovenian part-of-speech tagger for Python/NLTK
ayush-jain / Hotel Recommender SystemA hotel recommender system in python using hybrid approach of content based and collaborative filtering of hotel reviews by a user. Text Mining done using NLTK library and chi-square feature selection using sklearn. User profile was generated using an ensemble classifier.
yash42828 / Chatbot WebApp Using FlaskBuilding a Simple Chatbot from Scratch in Python (using NLTK)
partoftheorigin / Applied Data Science With PythonThis repository contains my work while completing the specialization created by University of Michigan on Coursera. The 5 courses in this University of Michigan specialization introduce learners to data science through the python programming language. This skills-based specialization is intended for learners who have basic a python or programming background, and want to apply statistical, machine learning, information visualization, text analysis, and social network analysis techniques through popular python toolkits such as pandas, matplotlib, scikit-learn, nltk, and networkx to gain insight into their data. Introduction to Data Science in Python (course 1), Applied Plotting, Charting & Data Representation in Python (course 2), and Applied Machine Learning in Python (course 3) should be taken in order and prior to any other course in the specialization. After completing those, courses 4 and 5 can be taken in any order. All 5 are required to earn a certificate.
msr8 / MarkifyMarkify is an open source command line application written in python which scrapes data from your social media accounts and utilises markov chains to generate new sentences based on the scraped data
yenxuan1381 / Food Ordering Chatbot Using AIKayo-The-Bot is an AI-powered food ordering chatbot that uses NLP techniques to interact with users, present menus, handle orders, and calculate prices. It's integrated with Telegram for a seamless chat experience.
Karthik-02 / Plagiarism DetectionProvides a comprehensive solution for detecting plagiarism and finding similarities between text documents
madhavthaker / AESDeveloped an Automatic Essay Grading tool in Python that utilizes TensorFlow to build a Four-Layer feed-forward neural network. Additionally, by utilizing the Natural Language Tool Kit (NLTK) package, I built a regression model that incorporates features such as grammar and sentiment to grade test essay sets.
0xeth-drc-888 / MOVING AVERAGE CONVERGENCE DIVERGENCE MACD TDI PAC Heikin Ashi V.2.5 Beta5This is a trend trading indicator and alert that utilizes the Traders Dynamic Index (TDI), Price Action Channel (PAC) and Heikin Ashi candles.
popolee0513 / Data Science Skills PracticeNo description available
PacktPublishing / Developing NLP Applications Using NLTK In PythonDeveloping NLP Applications Using NLTK in Python by Packt Publishing
kawadhiya21 / Python Nltk Chat BotA chat bot made using basic NLP concepts with python nltk and tornado package. It does basic interpretation as it lacks training data for classification.
ahirtonlopes / Text Mining Open CourseA Python + NLTK Text Mining Open Course // Curso aberto se utilizando de Python + NLTK para Mineração Textual
Surendhar95 / ChatBotAn open source, API centric chat bot platform in Django Rest framework developed with python chatterbot and NLTK packages.
hans / PyccgA Python library for distantly supervised CCG parsing/learning, based off of NLTK's CCG implementation
krishna-sharma19 / Comment AnalyzerThe Comment-Analyzer is a project for processing comments using Natural Language processing for classifying comments as positive, negative and neutral. It uses python and nltk for classifying comments.