A Flask based web app where you can upload a ".txt file" with spelling mistakes and get the incorrect text rectified. The rectified or correct text is presented as an Output. Along with it the app also presents you the list of misspelled words, their corresponding correct and candidate words.
Uses BeautifulSoup to scrape a static website,shows how challenging the collection of data is in the field of Data Science
It is a simple android app which is capable of compiling and running C programs and displaying output.It uses Hackerearth API.
The nltk.chat chatbots work on the regex of keywords present in your question. So you can add any number of questions in a proper format so that your chatbot doesn’t get confused in determining the regex.
Classify tweets as Racist or Non-Racist using Natural Language Processing and Machine Learning
Classify "wine quality" as good or bad- RandomForestClassifier, SVM Classifier, MLP Classifier