https://github.com/ninest/camonoise
Creating digital camouflage with Noise
https://github.com/ninest/camonoise
Last synced: over 1 year ago
JSON representation
Creating digital camouflage with Noise
- Host: GitHub
- URL: https://github.com/ninest/camonoise
- Owner: ninest
- Created: 2020-05-23T10:22:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T16:28:58.000Z (over 3 years ago)
- Last Synced: 2025-01-07T14:24:30.696Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Camonoise](https://camonoise.herokuapp.com/)

Check out the demo at https://camonoise.herokuapp.com
## Build setup
## Run pipenv commands
```
pipenv install
pipenv lock -r > requirements.txt
```