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.
- Host: GitHub
- URL: https://github.com/samedwardes/dash-camera-app
- Owner: SamEdwardes
- License: mit
- Created: 2021-09-07T05:06:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T05:34:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T17:50:01.808Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```