Eye Tracker on Python using Open CV Part-1
•
0 min read
Installing libraries
For started, we need to set up the environment to start working in our project.This post i will be using windows, but you can also do it in mac by using home brew to install the required libraries.
- For windows, we will need to install Python, if there no installation yet, it can be downloaded from here. Make sure you download the right version for your machine.
- Lets install Scipy, Numpy and Matplotlib. Please make sure to download the right version for your OS and python version in order to the interpreter work correctly.
- After all installation is done, lets open the the python command line and test it. we can do this by just importing those libraries. example: import scipy . if there is not erros for each of those libraries to make sure to make it work appropriately.