Image Processing: Cartoonify your Image using OpenCV-Python
https://medium.com/nerd-for-tech/image-processing-cartoonify-your-image-using-opencv-python-f73418f761d7
https://medium.com/nerd-for-tech/image-processing-cartoonify-your-image-using-opencv-python-f73418f761d7
Medium
Image Processing: Cartoonify your Image using OpenCV-Python
Turn your image into a cartoon using bilateralFilter() function
How to Restore The Original Layout of a Text Document after a Manipulation in Python
https://medium.datadriveninvestor.com/how-to-restore-the-original-layout-of-a-text-document-after-a-manipulation-in-python-8f3de41e8e95
https://medium.datadriveninvestor.com/how-to-restore-the-original-layout-of-a-text-document-after-a-manipulation-in-python-8f3de41e8e95
Medium
How to Restore The Original Layout of a Text Document after a Manipulation in Python
Less than 10 lines of code to preserve the layout of a text document after a manipulation, such as a text anonymisation.
NLP-04 Part-Of-Speech tagging in spaCy
https://jabirjamal.medium.com/nlp-04-part-of-speech-tagging-in-spacy-dc3e239c2726
https://jabirjamal.medium.com/nlp-04-part-of-speech-tagging-in-spacy-dc3e239c2726
Medium
NLP-04 Part-Of-Speech tagging in spaCy
POS (part-of-speech) tagging is the process of tagging tokens with POS tags. POS is a syntactic category in which every word falls into a…
The curious and ambiguous case of string slicing in Python (3)
https://aashay-arya.medium.com/the-curious-and-ambiguous-case-of-string-slicing-in-python-3-ea61671498eb
https://aashay-arya.medium.com/the-curious-and-ambiguous-case-of-string-slicing-in-python-3-ea61671498eb
Medium
The curious and ambiguous case of string slicing in Python (3)
When you go deeper into certain concepts, they tend to confuse you many a times but adds an excitement too. Python string slicing is once…
Making a Visual Trading Simulator From Random Numbers with OpenCV
https://medium.com/@jeffreywardman/making-a-visual-trading-simulator-from-random-numbers-with-opencv-325ff545f4e7
https://medium.com/@jeffreywardman/making-a-visual-trading-simulator-from-random-numbers-with-opencv-325ff545f4e7
Medium
Making a Visual Trading Simulator From Random Numbers with OpenCV
This article will show how to make a basic trading simulator in Python, with visualisations via OpenCV. To download the code, visit…
PCA: Principal Component Analysis — How to Get Superior Results with Fewer Dimensions?
https://towardsdatascience.com/pca-principal-component-analysis-how-to-get-superior-results-with-fewer-dimensions-7a70e8ab798c
https://towardsdatascience.com/pca-principal-component-analysis-how-to-get-superior-results-with-fewer-dimensions-7a70e8ab798c
Medium
PCA: Principal Component Analysis — How to Get Superior Results with Fewer Dimensions?
One of The Best Techniques for Dimensionality Reduction
Generating Encrypted Key Pairs In Python
https://aaron-kt-berry.medium.com/generating-encrypted-key-pairs-in-python-1a1db3c4bfed
https://aaron-kt-berry.medium.com/generating-encrypted-key-pairs-in-python-1a1db3c4bfed
Medium
Generating Encrypted Key Pairs In Python
I recently had a requirement to produce some code that can generate encrypted PEM encoded RSA key pairs that can be used for…