| Name | profile | |
|---|---|---|
| X ZAID | s4848329@studenti.unige.it | Federista |
| Muhammad Malook Bugty | s4904540@studenti.unige.it | Mbugti |
| Mohammad Azah Hussain | s4916211@studenti.unige.it | |
| Raja Taha Hussain | s5046306@studenti.unige.it | |
| Sassi Kumar uppatala | s5058253@studenti.unige.it |
Repository containing updated python script for "main_reaching.py" An additional checkbox is created which allow user to control directly the real mouse or the virtual mouse for reaching a required target.
Following are the steps that will help user to experience the functionality of the code. step 0 --> open a terminal and cd to the home folder:
$ cd
step 1 --> [if not done yet] install pip and venv:
$ sudo apt-get update
$ sudo apt install python3-pip
$ sudo apt install build-essential libssl-dev libffi-dev python3-dev
$ sudo apt install python3-venv
step 2 --> create a virtual environment called BoMI:
$ python3 -m venv BoMI
step 3 --> activate virtual enviroment:
$ source BoMI/bin/activate
step 4 --> install tkinter:
$ sudo apt install python3-tk
step 5 --> clone the github repository:
$ git clone https://github.com/federista/Biomedical-Assignment.git
step 6 --> Install pycharm:
$ sudo snap install pycharm-community --classic
step 7 --> Download the repository from the current github page and open it as a folder in Pycharm or Follow Step 8:
step 8 --> Cd to correct folder
$ cd markerlessBoMI_FaMa/
$ python3 main_reaching.py
GUI
