In this repository you can find a program to play the famous Chrome Dino, 100% controlled by your eyes!
You will need to install the following packages:
- selenium
- keyboard
- dlib
- opencv-python
- scipy
Create a virtual environment in conda:
conda create -n [your_env_name] python=3.7
then install the previous mentioned packages:
pip install [package_name]
Fork and clone/download the repository and change the configuration file with:
- The driver path to your downloaded driver.
If you need help with this step, you can look at my YouTube video to help you configure it.
Turn off your Wi-Fi / internet access.
Run python main.py
Please feel free to comment or give suggestions!
Have fun!