Skip to main content

Getting started by installing Anaconda


Our first step to start with basics is to install the Anaconda ( What is anaconda? ) in your machine.
In this blog I am using the 4.2.0 version of Anaconda but of course you can use the latest version and you will find the download link here downloading preferred anaconda

Installation of Anaconda is quite easy.
After downloading the zip file of the installation file extract the zip file in your system.
Now double click on the unzip file and follow the instruction.

After the successful installation go to the start icon on windows and click on the Anaconda Navigator icon.
Based on your system configuration it will take some time and following screen will be open-



Now in the navigator click on the Jupytor notebook to start with Python.


Please comment if you are facing any issue while installation.

Comments

  1. Thanks For Sharing The Information The Information Shared Is Very Valuable Please Keep Updating Us by cognex
    AWS Training in Chennai

    ReplyDelete

Post a Comment

Popular posts from this blog

How to install and compile YOLO v4 with GPU enable settings in Windows 10?

Another post starts with you beautiful people! Last year I had shared a post about  installing and compiling Darknet YOLOv3   in your Windows machine and also how to detect an object using  YOLOv3 with Keras . This year on April' 2020 the fourth generation of YOLO has arrived and since then I was curious to use this as soon as possible. Due to my project (built on YOLOv3 :)) work I could not find a chance to check this latest release. Today I got some relief and successfully able to install and compile YOLOv4 in my machine. In this post I am going to share a single shot way to do the same in your Windows 10 machine. If your machine does not have GPU then you can follow my  previous post  by just replacing YOLOv3 related files with YOLOv4 files. For GPU having Windows machine, follow my steps to avoid any issue while building the Darknet repository. My machine has following configurations: Windows 10 64 bit Intel Core i7 16 GB RAM NVIDIA GeForce G...

How to use opencv-python with Darknet's YOLOv4?

Another post starts with you beautiful people ๐Ÿ˜Š Thank you all for messaging me your doubts about Darknet's YOLOv4. I am very happy to see in a very short amount of time my lovely aspiring data scientists have learned a state of the art object detection and recognition technique. If you are new to my blog and to computer vision then please check my following blog posts one by one- Setup Darknet's YOLOv4 Train custom dataset with YOLOv4 Create production-ready API of YOLOv4 model Create a web app for your YOLOv4 model Since now we have learned to use YOLOv4 built on Darknet's framework. In this post, I am going to share with you how can you use your trained YOLOv4 model with another awesome computer vision and machine learning software library-  OpenCV  and of course with Python ๐Ÿ. Yes, the Python wrapper of OpenCV library has just released it's latest version with support of YOLOv4 which you can install in your system using below command- pip install opencv-pyt...

About this Data Science Programme

                          "The worldโ€™s most valuable resource is no longer oil, but data"      why data science? In this course we will learn the foundation of the Data Science using the Python language and you will get the answer of why we are using Python here   why Python for Data Science? The foundation course has the following topics to learn and you can find the details in the side bar located at the right top most corner- Python Basics Python Advance Exploratory Data Analysis Case Study Descriptive Statistics Inferential Statistics I will cover above topics with practical scenarios and lesser theory but the recommended links to read about the theory will be given for sure.