- Clone the repository
- Install the required packages using the following command:
pip install -r requirements.txt
- Create the
.env
file in the root directory and add the following environment variables:
SPEECH_KEY=your_secret_azure_speech_key
SPEECh_REGION=your_azure_speech_region
OPEN_AI_ENDPOINT=your_openai_endpoint
OPEN_AI_KEY=your_openai_key
WHISPER_ENDPOINT=your_whisper_endpoint
NEO4J_URI=your_neo4j_uri
NEO4J_USER=your_neo4j_username
NEO4J_PASSWORD=your_neo4j_password
- Ready to implemented!