Skip to content

gen-cy/biohack2023

Repository files navigation

EIDA - Enhanced Intelligent Diagnostic Assistant

Requirements to run

Basic requirements:

Python(version 3 or later), OpenAI account, Azure subscription, code from this repository

Initial installation/requirements:

  1. Run this command to install the Speech SDK
pip install azure-cognitiveservices-speech
  1. Install guidance:
pip install guidance
  1. Install deep-translator:
pip install deep-translator
  1. Ensure the OpenAI key exists at ~/.openai_api_key or is set as an environment variable.

Note that libssl1.1 needs to be installed on Ubuntu 22.04. See here for more details:

Configuration:

  1. First, go ahead and create a Speech resource
  2. Next you need to get the Keys from your speech resource and set up your environment variables
    You can set up the keys with the following commands:
    For windows:
setx SPEECH_KEY your-key
setx SPEECH_REGION your-region

For Linux/macOS:

export SPEECH_KEY=your-key
export SPEECH_REGION=your-region

Run:

try out E.I.D.A. by running the following command in terminal:

python testing.py

Then follow the prompts provided by E.I.D.A.

Demo links:

E.I.D.A - English | Link
E.I.D.A - Hindi | Link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages