The goal of NER is to label names of people, places, organizations, and other entities of interest in text documents. There are three major approaches to NER: lexicon-based, rule-based, and machine learning based. However,…
Month: July 2022
Packages and software needed python pycharm opencv-python pyautogui mediapipe protobuf = 3.20.0 Installing the packages: opencv-python: you can directly download the package from the pycharm’s settings -> python interpreter or you can pip install…
Project Prerequisites Python open-cv We use Haar Cascade, ML object detection algorithm which is used to identify the objects in an image or video. In this, we train from the data sets and lot…
What is dokku? Dokku is an open-source platform-as-a-service (PaaS). If you’re familiar with Heroku, you can consider Dokku a private Heroku that you manage. In fact, in the Dokku GitHub repo, it’s called a “Docker…
Prerequisites: Python and Scikit-learn installed Active Microsoft Azure Subscription Anaconda or Miniconda First things first we need to configure a virtual environment with Azure ML SDK For that, we need to open a new…