An open API service indexing awesome lists of open source software.

https://github.com/samedwardes/dash-camera-app

A Dash app that can access your camera.
https://github.com/samedwardes/dash-camera-app

Last synced: over 1 year ago
JSON representation

A Dash app that can access your camera.

Awesome Lists containing this project

README

          

# dash-camera-app

https://dash-camera-app.herokuapp.com/

A Dash app that can access your camera.

## Install

Using pip:

```bash
pip install -r requirements.txt
```

Using poetry:

```bash
poetry install
```

## Run the app

```bash
python app.py
```

## Developer Notes

*Note* use the following command to create requirements.txt with poetry:

```bash
poetry export --without-hashes --output requirements.txt
```