post
post
postText translation using Google Speech Translation API
Use Google cloud speech translation api with python to identify text language and convert text to other languages using python with few lines of code and easy to implement.
postGetting Started with Google Cloud Firestore using Python
Cloud Firestore using python for storing data in database and perform different operations like quering data using conditional statements, delete or update data.
articleText Data Augmentation using NLPAug
We have different triditional and Machine Learning based methods for increasing our training data by changing data shape, adding noise or creating nearly similar data using current dataset. NLPAug is an open source python package for data augmentation using different methods and pretrained Deep Learning models.
postInstall Spacy for Natural Language Processing using Python
Spacy is a open source python tool widely used for Advanced Natural Language Processing. It comes with a lot of pretrained deep learning models for tagging, text classification, named entity recogntition and many other tasks.
postDraw polygons and polylines using OpenCV Python
Draw Polygons and polyline using opencv methods on images
postWrite Text on images using OpenCV Python
OpenCV can also be used to write text on images. We can write text with different size and style on images with different background and foreground styles using OpenCV.
postDraw Circle and Rectangle Using OpenCV Python
We can draw shapes like Circle and Rectangle using OpenCV easily by just providing basic details. Opencv is easy to use and can easily draw different shapes on images with just one line of code.
postWrite Videos From Images using Scikit Video
Scikit video is used for processing videos. We can write video files using scikit video with required configurations like encoding, fps, preset and pixel format.