Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 683 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 683 Bytes

Installation

  • Clone the repository

    git clone git@github.com:gcem/metureg.git
    
  • Install npm packages

    npm i
    
  • Instal tsc globally (TypeScript Compiler)

    sudo npm i -g tsc 
    
  • Make sure geckodriver is in PATH

  • Make sure Python 3 is installed

  • Install opencv module for Python 3

    pip3 install opencv-python
    

Configuration

  • Enter credentials in credentials.json
  • Enter courses and sections in courses.json
  • Change the IMAGES_PATH variable in package.json to an existing directory

Running