antisomnus / README.md
rnair's picture
Update README.md
45080ce verified

A newer version of the Gradio SDK is available: 6.6.0

Upgrade
metadata
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.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
gradio app.py