A GUI (Graphical User Interface) application to collect data from a mechanical handglove for detecting hand orientation & movement of hand. This collected data can be used to train models for various purposes.
- Arduino (1)
- Flex Sensors (5)
- MPU-6050 (1)
- Tkinter
For building GUI - Serial
For communication with Arduino - Numpy
For collecting and manipulating arrays - Pandas
For storing data in a file in CSV format - The script was converted into exe file using pyinstaller module.
- Main Code : HandDataCollector.py
- Executable: dist/HandDataCollector.exe
- Explore, tweak and create a pull request to contribute!