Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 394 Bytes

File metadata and controls

20 lines (17 loc) · 394 Bytes

Controlling Arcade Game Using Webcam and Deep Learning

Installation

  • Install python3 (virtual environment is recommended)
virtualenv -p python3 venv
source venv/bin/activate
  • Use requirements.txt to install libraries:
pip3 install -r requirements.txt

Run

python3 app.py

Play

Open browser at http://localhost:5000