Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 413 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 413 Bytes

Server

A flask server that takes inputs from another device on the same network.

Run

  1. Run run.py.
  2. On another device on the same network, go to "http://IP-address:5000/"

Requirements

For installing all the required packages, do pip install -r Requirements.txt at the location of the directory.