Start a new Notebook and add to it only the code needed to create and show the widgets that you need, and Markdown for any text that you want to appear.
!pip install voilajupyter serverextension enable voila — sys-prefix
Replace the word “notebooks” in your browsers URL with “voila/render”. You’ll see the same content as your notebook, but without any of the code cells.
1. Add your notebook to a GitHub repository. 2. Paste the URL of that repo…
In this article, we are going to take a look at How to deal with Custom PyTorch Dataset.
Custom datasets!! WHY??
Because you can shape it in a way you desire!!!
It is natural that we will develop our way of creating custom datasets while dealing with different Projects.
There are some official custom dataset examples on PyTorch Like here but it seemed a bit obscure to a beginner (like me, back then). The topics which we will discuss are as follows.
A…
The world’s simplest facial recognition API for Python and the command line
In this article, we’ll explore the ‘face_recognition’ library and implement a face recognition system.
For windows, First make sure that you have dlib
installed. If you don’t have dlib
installed. Follow these steps
git clone https://github.com/davisking/dlib.git
cd ..
python3 setup.py install
After this…
Proficient in Python. Passionate about Data Science, Machine Learning, Deep Learning.