Skip to content

zalivo/ap-conversational-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and Instructions

Installation

  1. Clone the repository
  2. Install the required packages using the following command:
pip install -r requirements.txt
  1. 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
  1. Ready to implemented!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published