/Capstone

Primary LanguagePython

Bartender Robot

Final year capstone design project for Elec Eng 4OI6

Members

  • Malcolm Maceachern
  • Paul Nguyen
  • Maharshi Patel
  • Joe Perri

Dependencies

  • Python 3.5
  • OpenCV
  • numpy
  • gpiozero
  • flask

Dependency Installation

To install the dependencies that you will need to run all of the code go to start, then search for python, then right click on the python desktop app and open location. That should take you to the location of all of the program files If not right click on the exe and go to location again to get to the files. then go into the scripts folder then in the directory bar type in cmd and press run.

Then run the following command:

pip install numpy gpiozero flask

Running the Web App

To run the website, got to the folder that contains all of the website files. Then run type cmd in the navigation bar enter the following command:

python __init__.py

You should get a response that says server started. Then go to a browser and enter the following:

localhost:5000