Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 897 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 897 Bytes

EyeQ

Proposed presentation: https://www.canva.com/design/DAFqOjXGwO8/ewdY49IXcH9MYpiyD58N1Q/edit?utm_content=DAFqOjXGwO8&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton

  1. run "npm install" backend, frontend, and leading(main) directory separately.

  2. Create .env file inside the backened directory and initialize the following values

    NODE_ENV = development
    PORT = 5000
    MONGO_URI = mongo db url here without "" or ''
    

#for python evironment

Run in root folder(EyeQ) for windows: "py -3 -m venv .myenv"(for windows) for macOS: "python3 -m venv .myenv"

To activate the corresponding environment: for windows: "source myenv/bin/activate " for macOS: "source .myenv/bin/activate"

Then shell prompt will change to show the name of the activated environment(which is .myenv).

pip install opencv-python-headless numpy pytesseract pip install requests