File size: 569 Bytes
90dccaa
8ff5f44
90dccaa
 
 
 
 
 
8ff5f44
90dccaa
 
 
 
8ff5f44
 
72d0f36
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: antisomnus
emoji: 🔥
colorFrom: pink
colorTo: indigo
sdk: gradio
sdk_version: 3.27.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
```