Name | profile | |
---|---|---|
X ZAID | [email protected] | Federista |
Muhammad Malook Bugty | [email protected] | Mbugti |
Mohammad Azah Hussain | [email protected] | |
Raja Taha Hussain | [email protected] | |
Sassi Kumar uppatala | [email protected] |
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