https://github.com/manouslinard/hackathon-driver-distr
Track eyes of driver for sleep or distraction detection using OpenCV!
https://github.com/manouslinard/hackathon-driver-distr
ai driving hackathon opencv
Last synced: 3 months ago
JSON representation
Track eyes of driver for sleep or distraction detection using OpenCV!
- Host: GitHub
- URL: https://github.com/manouslinard/hackathon-driver-distr
- Owner: manouslinard
- Created: 2023-06-29T10:10:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T11:48:12.000Z (10 months ago)
- Last Synced: 2024-08-10T19:20:54.865Z (9 months ago)
- Topics: ai, driving, hackathon, opencv
- Language: Python
- Homepage:
- Size: 799 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**This repository was submitted to TEACHING_H2020 hackathon.** See relevant linkedin post [here](https://www.linkedin.com/posts/manouslinard_innovation-team-work-activity-7080646510018707456-4_b1?utm_source=share&utm_medium=member_desktop).
## Python Venv:
You should initialize the python venv in the same folder as requirements.txt (initial repo folder).
To create a python venv, run:
```
python3 -m venv env
```
Then to activate it:
```
source env/bin/activate
```
Once you activated the venv, you can install the requirements of the app like so (from project directory):
```
pip install -r requirements.txt
```
If you want to delete the venv, run:
```
sudo rm -rf env
```
---
## App Run:To run the app, run:
```
python3 track.py
```
---
## Other urls:
* [App Presentation](/assets/Hackathon_Sleep_Detection_Presentation.pdf)