This project is regarding test recommendation for LALPATH client. There are 3 main tasks mentioned below:
- Must visit client, as per PJP
- Test recommendation, for each client
- Credit limit, calculation for each client
- $ cd ~
- $ mkdir tmp
- $ cd tmp
- $ curl -O https://repo.continuum.io/archive/Anaconda3-2020.07-Linux-x86_64.sh
Now we can run the script:
- $ bash Anaconda3-2020.07-Linux-x86_64.sh
Accept the Licence Agreement and allow Anaconda to be added to your PATH. By adding Anaconda to your PATH, the Anaconda distribution of Python will be called when you type $ python in a terminal.
- $ source ~/.bashrc
- $ conda create -n py36 python=3.6
- $ conda activate py36
- $ pip install -r requirements.txt
- $ cd API_new/
- $ conda activate py36
- python ./recommendation.py
- $ cd API_new/
- $ conda activate py36
- python ./run.py