An open API service indexing awesome lists of open source software.

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!

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)