https://github.com/hackjutsu/deepfaceplayground
https://github.com/hackjutsu/deepfaceplayground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackjutsu/deepfaceplayground
- Owner: hackjutsu
- Created: 2023-11-04T21:51:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T22:12:18.000Z (over 2 years ago)
- Last Synced: 2025-02-07T20:13:27.985Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
virtualenv env
source env/bin/activate # macOS
deactivate
```
```bash
pip freeze > requirements.txt
```