294 skills found · Page 6 of 10
Hashehri / Disease Diagnosis NLP ProjectClustering the medical textbook, in order to categorize diseases based on the most common words in each disease description by using NLP algorithms and techniques.
mjrodri / News Summary NLP With GUIThis Python script creates a user-friendly GUI using tkinter for summarizing news articles. It employs natural language processing tools like nltk and TextBlob, allowing users to input a news article URL, click the "Summarize" button, and receive a quick overview of the article's title, author, publication date, summary, and sentiment analysis.
venkat-0706 / AutoText GPTA Next-Word Prediction project uses Transformers and GPT-2 for text generation. GPTTokenizer preprocesses input, and the model is fine-tuned. Evaluation measures accuracy, perplexity, and fluency.
ARUNAGIRINATHAN-K / Resume AnalyzerResume Analyzer
weblineindia / AIML NLP Text ScoringA Python based AI ML package for generating the best matching text from a paragraph for a given keyword/sentence.
customink / Lambda Python Nltk LayerLambda layer to enable using famous NLTK python package with AWS lambda
vishal-verma27 / Building A Simple Chatbot In Python Using NLTKDesign NLTK responses and converse based chat utility as a function to interact with the user.
yannick-couzinie / ExpanderA makeshift python program which relies on nltk and Stanford Core NLP models to expand common contractions in the english language.
v-adhithyan / Gender Guess IndiannamesGuess gender from indian names.
shsarv / ChatBotThis is the source code of article how to create a chatbot in python . i.e A chatbot using the Reformer, also known as the efficient Transformer, to generate dialogues between two bots.
Hemanthkumar2112 / Tamil LemmatizerTamil word Lemmatize. Converts inflected Tamil words into base lemma.
divyar2630 / Amazon Apparel Image Classification And Product RecommendationClassify Amazon apparel products and make recommendations based on images, title and brand information.
vaasu2002 / Natural Language ProcessingThis repository contains my notes and codes which I will refer in future projects
CatCora98 / Automated Resume Screening SystemAutomated Resume Screening System (With Dataset) A web app to help employers by analysing resumes and CVs, surfacing candidates that best match the position and filtering out those who don't. Description Used recommendation engine techniques such as Collaborative , Content-Based filtering for fuzzy matching job description with multiple resumes. Prerequisites Software textract==1.6.3 requests==2.22.0 Flask==1.1.1 gensim==3.8.0 sklearn==0.0 PyPDF2==1.26.0 autocorrect==0.4.4 nltk==3.4.5 contractions==0.0.21 textsearch==0.0.17 inflect==2.1.0 numpy==1.17.2 pdfminer.six==20181108 Python 3.6.0 |Anaconda 4.3.0 (64-bit)| Dataset Link1 : https://s3.ap-south-1.amazonaws.com/codebyte-bucket/Resume%26Job_Descriptions.zip Mirror : https://drive.google.com/open?id=17M9oDPip5JFFFNJhDCBQKy8BMqoyxajU Running localhost Run pip install -r requirements.txt to install dependencies Simply run this command from root directory. Login Username :admin Password : whitetigers2018 python app.py Running using Docker Create the docker image running: docker build -t arss . Run the container: docker run -it -p 5000:5000 arss
solozano0725 / ChatbotPython Chatbot Project using NLTK & Keras
samsheff / Filing CabinetA Keyword Clusterer using Python and NLTK
sunishsheth2009 / ChatterBotUses Python, Flask, Natural Language processing, SQLAlchemy, NLTK and beautiful soup for web scrapping.
Yifeng-He / Twitter Stream Mining Using Python NLTK And MongoDBThis project aims to receive the data from Twitter stream, store the data into MongoDB database, and then mine the word frequency and tweet frequency.
neopunisher / PywhatwordPython NLTK Bayesian Classifier for word sense disambiguation
TrackMaven / Docker NtlkA Docker container with the Python NLTK library and the Brown corpus installed