-
Notifications
You must be signed in to change notification settings - Fork 1
FAdy-200/AP_Project
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The following project is done by :
Abdelrahman Khaled 120180041
Fadi Alahmad Alomar 120180049
Mennatullah Abdelrahman 120180009
it is a dashboard with an alert system that alerts the user of unsafe driving
it can operate on two modes:
1. user input mode
which takes all the needed data from the keyboard to simulate realtime analysis
2. file input mode
which take the data from a .csv file to be used in the analysis
the code has an acceleration attribute that has the last 100 recorded acceleration. if the total samples were less
than 100 (it can be changed as it is the attribute max_sample_len) it takes all of them until they reach a 100
then it starts keeping only the last 100
* of the data that was sent to us we only used the x acceleration column
RUNNING INSTRUCTIONS:
1. the code needs to be in folder that has a subfolder called Data
2. the Data subfolder needs to have the needed images and a .csv file called sensor_data.csv with the needed data
3. the pandas and pygame library needs to be installed
4. run DashBoard.py
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published