Python

Python Programming Tutorials

Building A Document Redactor NLP App with Streamlit,Spacy and Python

In this tutorial we will be building a document redaction app. Document redaction refers to the process of sanitizing and censoring a document based on selected terms. It is one of the applications of NLP – natural language processing. This image shows some of it use. In this case the important terms have been blacked …

Building A Document Redactor NLP App with Streamlit,Spacy and Python Read More »

How to Use Displacy in Flask For Named Entity Recognition

In this tutorial we will be see how to render the named entities of a text extracted using spacy’s displacy in flask. First of all the basic requirement is to use the following packages Flask Spacy Flask-Markdown To install the various packages we will be using pip as below pip install flask Flask-Markdown spacy To …

How to Use Displacy in Flask For Named Entity Recognition Read More »

4 Ways to Productionize Your Machine Learning Models

Artificial Intelligence which includes Machine learning,Deep Learning,etc has changed the world and it is going to continue to change our lives. As we begin to accumulate more data via the smart technologies we used, there is going to be a huge demand for storage of these data. But that is not all, there is also …

4 Ways to Productionize Your Machine Learning Models Read More »

Streamlit NLP App JCharisTech

Building A Natural Language Processing App with Streamlit,SpaCy and Python

Streamlit is Awesome!!!. In this post, we will build a simple Natural Language Processing App(NLP) app with streamlit in python. Our app will be useful for some interesting aspect of NLP such as: Tokenization and Lemmatization of Text Named Entity Recognition Sentiment Analysis Text Summarization We will be using the wonderful SpaCy library for our …

Building A Natural Language Processing App with Streamlit,SpaCy and Python Read More »