Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 700 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 700 Bytes

SERVO CAM - Web App (JS)

This repository is a part of SERVO CAM project.

logo2

Project website: https://servocam.org

Documentation (en): https://servo-cam.readthedocs.io/en/latest

GitHub: https://github.com/servo-cam

Release: 0.9.2 | 2023.03.27

Usage:

  1. Create a virtual environment and install dependencies:
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
  1. Start the webserver (Flask):

python3 start.py

  1. Open web-browser and go to address:

http://localhost:8000


(c) 2023, servocam.org

MIT License