by Shahinur | Sep 3, 2021 | Deep Learning, Machine Learning, Miscellaneous, Python
tqdm is a must need python package for all data scientists and artificial intelligence researchers/developers. Sometimes, we need to visualize what is going on in the background. Some programs may require hours to several days to finish. In that case, a progress bar...
by Shahinur | Sep 1, 2021 | Deep Learning, Machine Learning, Python
Anaconda is a fantastic tool for all deep learning, machine learning, and computer vision researcher. It reduces tons of extra work for setting up environments and tools. Personally, I love it so much. Anaconda Navigator is a great UI for setting up environments and...
by Shahinur | Aug 27, 2021 | MediaPipe, OpenCV
MediaPipe is a cross-platform framework for building multimodal applied machine learning pipelines. MediaPipe Python package is available on PyPI for Linux, macOS, and Windows. Today we will write a simple code for hand joint detection using OpenCV. At...
by Shahinur | Nov 27, 2019 | Matplotlib, Python
When we use the bar chart in matplotlib python library, the default bar color is uniform. We can change it by simply using the set_color() property. For example, follow this code snippet- import matplotlib.pyplot as plt plt.figure() barlist=plt.bar([1,2,3,4],...
by Shahinur | Sep 28, 2019 | Python
This segment is a bit advanced, so those who have no knowledge of databases or are just starting with Python may skip this part. Python’s database interface is very rich and supports many database systems. Some notable and commonly used database systems include:...
Recent Comments