Skip to content

Gokulsrinivas98/SCO.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SCO.py

Smart computer interaction system for the physically challenged

Pre-requisites

  • Python
  • OpenCV

Libraries Used

  • Numpy
  • DLib
  • Imutils
  • PyNput
  • Scipy

Installation commands

$ sudo apt-get update
$ sudo apt-get install build-essential cmake
$ sudo apt-get install libopenblas-dev liblapack-dev 
$ sudo apt-get install libx11-dev libgtk-3-dev
$ sudo apt-get install python python-dev python-pip
$ sudo apt-get install python3 python3-dev python3-pip
  • Install pip first
$ sudo apt-get install python-pip
  • Install numpy
$ sudo pip install numpy scipy
  • Install Dlib
$ sudo pip install dlib
  • Install Imutils
$ sudo pip install imutils
  • Install xlib
$ sudo apt-get install python-xlib
  • Install pynput
$ sudo pip install pynput

References

pyimagesearch.com

Releases

No releases published

Packages

No packages published

Languages