This tutorial is based on macOSX with an M1 chip for Python 3.8/3.9 and Java 11. Intro. From my practice, one … More
Category: NLP
Deploy an NLP pipeline. Flask+Heroku+Bert.
A simple, quick solution to deploy an NLP project and challenges you may face during the process. Intro. Very often, … More
Hugging Face DistilBert & Tensorflow for Custom Text Classification.
How to fine-tune DistilBERT for text binary classification via Hugging Face API for TensorFlow. Intro. In this tutorial, you will … More
NLP: Text Pre-processing and Feature Engineering. Python.
Pre-process text data, create new features (including target variable for binary classification) with Python: Numpy, Pandas, Regex, Spacy, and Tensorflow. … More