Spaces:
Runtime error
Runtime error
| title: antisomnus | |
| emoji: 🔥 | |
| colorFrom: pink | |
| colorTo: indigo | |
| sdk: gradio | |
| sdk_version: 5.29.0 | |
| app_file: app.py | |
| pinned: true | |
| license: mit | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| ======= | |
| # antisomnus - Driver Drowsiness Detection | |
| ## Instructions | |
| 1. Navigate to project directory | |
| 2. Run the following commands after deactivating your current Python virtual environment if you are already on one. | |
| ```bash | |
| python3 -m venv .venv | |
| source .venv/bin/activate | |
| pip install -r requirements.txt | |
| gradio app.py | |
| ``` |