DrunkTester is an Android application designed to determine the level of inebriation by analyzing accelerometer and voice data. This project involves recording accelerometer data while the user stays still and recording voice data for analysis.
- Record accelerometer data for 10 seconds.
- Record voice data for 5 seconds.
- Analyze the collected data to determine the probability of being drunk.
- Display the analysis result to the user.
- Clone the repository:
git clone https://github.com/yourusername/DrunkTester.git
- Open the project in Android Studio.
- Sync the project with Gradle files.
- Run the application on an Android device or emulator.
Ensure the following permissions are granted:
RECORD_AUDIO
BODY_SENSORS
INTERNET
- Launch the app.
- Click on "Begin Test" to start the accelerometer data recording.
- After recording the accelerometer data, proceed to the voice recording.
- Analyze the recorded data to get the result.
Feel free to fork this project, submit issues, or contribute pull requests.
This project is licensed under the GIT License. See the LICENSE file for more details.