Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Sujith2121
/
drowsiness_detection_backend
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
drowsiness_detection_backend
/
app
/
db
/
base.py
Sujith2121
Create app/db/base.py
0c4bbe8
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
67 Bytes
from
sqlalchemy.orm
import
declarative_base
Base=declarative_base()