ukalla1 / stt-rag

0 stars 0 forks source link

Run with Virtual Env:

  1. Create a virtual env with Python 3.8 or greater
  2. run ‘pip install -r requirements.txt’
  3. run ‘achilles_v3.py’
  4. The code will begin by going into the speech mode
  5. Speak for a desired amount of time and hit the enter key
  6. This will take you to the llm-rag part
  7. Type in your query
  8. Wait for the response
  9. Select to either to go back to the speech part, continue with the llm part or exit the system

Run with Docker:

  1. Navigate to the project folder 1.1 Download the achilles_image.tar docker image from https://livejohnshopkins-my.sharepoint.com/:u:/g/personal/tmohsen1_jh_edu/EQxqyEHriYlGpbm02pJAAZkBjuo8yah_7ESbKVCpfDowWQ?e=9xQd0O 1.2 Move the downloaded *.tar file to the project folder
  2. Load the docker on your machine by running ‘docker load -i achilles_image.tar’
  3. Launch the docker by running ‘sh docker_run.sh’
  4. run ‘achilles_v3.py’
  5. The code will begin by going into the speech mode
  6. Speak for a desired amount of time and hit the enter key
  7. This will take you to the llm-rag part
  8. Type in your query
  9. Wait for the response
  10. Select to either to go back to the speech part, continue with the llm part or exit the system